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 )

Differentiate between .ear, .jar and .war files.

Interview Question: Why does EJB needs two interfaces(Home and Remote Interface)?

What do you understand by a J2EE module?

What is J2EE?

Interview Question: What is EJB container?

Interview Question: What is the difference between EAR, JAR and WAR file?

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

What do you understand by Synchronization?

What is similarities/difference between an Abstract class and Interface?

Interview Question: What is local interface. How values will be passed?

Name the containers which uses Border Layout as their default layout?

Interview Question: What is the difference between find and select methods in EJB?

Explain the new Features of JDBC 2.0 Core API?

What is Collection API?

Interview Question: How many EJB Objects are created for a Bean?

Latest Articles (in Interview)