What is a J2EE component? List out all the component?
Answer Posted / rajashree
There are four types of J2EE component:
Enterprise Applications:-
These components provide a top-level
structure which contains any number of other J2EE
components (except other J2EE Enterprise Applications). The
JAR file holding an enterprise application has the
suffix .ear, so Enterprise Applications are frequently
referred to as EARs.
Web Applications:-
These J2EE components may contain Servlets,
Java ServerPages, Tag Library Definitions and plain Java
classes or resources as required for proper operation. The
documents and Java classes of Web Applications frequently
create markup language (HTML, WML, XML, etc.) responses to
requests from web browsers or business applications. The
JAR file holding a Web application has the suffix .war, so
WebApps are frequently referred to as WARs.
Enterprise JavaBean Applications:-
These components hold server-side business
logic packaged within Enterprise JavaBeans.
Resource Applications:-
These J2EE components hold Java classes that
act as drivers or communication gateways to Enterprise
Information Systems (EISs). It is highly likely that the
manufacturer of an EIS packages its driver into a J2EE
resource archive (RAR).
| Is This Answer Correct ? | 27 Yes | 9 No |
Post New Answer View All Answers
What is hash in java?
Is java still relevant?
Can we overload the main() method?
What is the relationship difference the canvas class and the graphics class?
What is the difference between hashmap and hashtable in java?
Explain the difference between intermediate and terminal operations in java8?
How do you sort a string in java?
What is foreach loop in java?
Tell some latest versions in JAVA related areas?
What is the difference between object oriented programming language and object based programming language?
What about method local inner classes or local inner classes in java?
Do extraneous variables affect validity?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What are the new features in java 8?
How do I start learning java?