Programming Tutorials

What do you understand by a J2EE module?

By: Karthik in Interview Tutorials on 2012-06-16  

A J2EE module is a software unit that consists of one or more J2EE components of the same container type along with one deployment descriptor of that type. J2EE specification defines four types of modules:

a) EJB
b) Web
c) application client and
d) resource adapter

In the J2EE applications modules can be deployed as stand-alone units. Modules can also be assembled into J2EE applications.





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

Question: Difference between forward and sendRedirect in JSP?

What is Collection API?

Explain garbage collection?

Interview Question: Write code of any Action Class?

The output of System.out.println(5>>2) in Java

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

What is the difference between interface and abstract class?

What are Access Specifiers available in Java?

What are all the different scope values for the tag?

What is the difference between jsp:include page and @ include file?

What do you understand by a J2EE module?

What are the contents of web module?

Question: What is an Expression tag in JSP?

Question: How is the MVC design pattern used in Struts framework?

Latest Articles (in Interview)