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 are methods of a class?
Can we overload final method in java?
Can we execute java program without main method?
How can we avoid including a header more than once?
Why does java have different data types for integers and floating-point values?
What a static class can contains?
What is maximum size of arraylist in java?
Can you make a constructor final in Java?
What is a return in java?
What is the size of arraylist in java?
Can we convert stringbuilder to string in java?
What is return null in java?
How to do a true java ping from windows?
Which is faster string or stringbuilder?
What is namespace in java?