Total Questions:-172 Goto Page:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
R4R ---> Articles--> EJB -->EJB Articles List
Page 1
Articles:
1. What is EJB?
Post Your View
ViewsEJB technology is the server-side component architecture for the Java 2 Platform, Enterprise Edition (J2EE) platform. EJB technology enables rapid and
For More
By:harsh singh
Date:
Articles:
what are Container-Managed Transactional attributes ?
Post Your View
Articles:
Already we have http session in servlets. so why we use session beans ejb?
Post Your View
Articles:
Are we allowed to change the transaction isolation property in middle of a transaction?
Post Your View
Articles:
Brief description about local interfaces in EJB?
Post Your View
ViewsLocal interface: The local interface is a lightweight version of the remote interface, but for local clients. It includes business logic methods that
For More
By:harsh singh
Date:
Articles:
Can a Session Bean be defined without ejbCreate() method?
Post Your View
Articles:
Can Entity Beans have no create() methods?
1.Yes
2.No
Post Your View
Views
By:Rajesh Kumar
Date:
Articles:
Can Entity Beans have no create() methods?
Post Your View
ViewsEntity Beans have no create() method, when entity bean is not used to store the data in the database. In this case entity bean is used to retrieve the
For More
By:harsh singh
Date:
Articles:
Can I use session beans and hibernate (instead of entity beans) for persistence?
Post Your View
Articles:
Can the primary key in the entity bean be a Java primitive type such as int?
Post Your View
ViewsThe primary key can't be a primitive type--use the
primitive wrapper classes, instead. For example, you can use
java.lang.Integer as the primary key
For More
By:harsh singh
Date:
Go:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18