-
What is the difference between CMP and BMP
Answered by Jey on 2005-05-08 11:32:16: CMP means Container Managed Persistence. When we write CMP bean , we dont need to write any JDBC code to connect to Database. The container will take care of connection our enitty beans fields with database. The Container manages the persistence of the bean. Absolutely no database access code is written inside the bean class. BMP means Bean Managed Persistence....
-
Session Bean Interface
Which method is declared in the sessionbean interface?
-
Web Module
What are the contents of a web module?
-
Need of EJB
What is the need of EJB?
-
-
Heavy Weight and Light Weight
Why is ejb2.x considered as heavy weight and ejb3.0 is considered as light weight?What you mean by heavy/light weight? How it affects the performance of server?
-
-
JMS Queue Connection
How to make the connection to JMS queue using EJB 3.0, Weblogic 10.3
-
What is the difference between EAR, JAR and WAR file
Answered by Jey on 2005-05-08 11:23:41: In J2EE application modules are packaged as EAR, JAR and WAR based on their functionality JAR: EJB modules which contains enterprise java beans class files and EJB deployment descriptor are packed as JAR files with .jar extenstion WAR Web modules which contains Servlet class files,JSP FIles,supporting files, GIF and HTML files are packaged...
-
EJB Interview Questions
Ans