⟩ Tell us why java is not 100% Object-oriented?
Java is not 100% Object-oriented because it makes use of eight primitive datatypes such as boolean, byte, char, int, float, double, long, short which are not objects.
Java is not 100% Object-oriented because it makes use of eight primitive datatypes such as boolean, byte, char, int, float, double, long, short which are not objects.
Do you know how you could add support for Web Service transactions?
How can you start a JTA transaction from a Servlet deployed on JBoss?
Is the Session Factory Thread safe?
Which Hibernate object wraps the JDBC Connection?
What is JTA?
What is the difference between Hibernate and EJB 3? Do not you think EJB 3 is just a clone of Hibernate?
What if you need to span your transaction across multiple Servlet invocations?
What version of JBoss AS do I need to run Seam?
Can I run Seam outside of JBoss AS?
Can I run Seam in a J2EE environment?