|
|
|
J2EE
|
What is JAAS?
The Java Authentication and Authorization Service (JAAS) provides a way for a J2EE application to authenticate and authorize a specific user or group |
|
|
J2EE
|
What is J2EE connector?
The J2EE Connector API is used by J2EE tools vendors and system integrators to create resource adapters that support access to enterprise information |
|
|
J2EE
|
What is JAXP?
JAXP stands for Java API for XML. XML is a language for representing and describing text-based data which can be read and handled by any program or to |
|
|
J2EE
|
What is JTA and JTS?
JTA is the abbreviation for the Java Transaction API. JTS is the abbreviation for the Jave Transaction Service. JTA provides a standard interface and |
|
|
J2EE
|
What is the EAR file?
An EAR file is a standard JAR file with an .ear extension, named from Enterprise ARchive file. A J2EE application with all of its modules is delivered |
|
|
J2EE
|
What is deployment descriptor?
A deployment descriptor is an Extensible Markup Language (XML) text-based file with an .xml extension that describes a component?s deployment settings |
|
|
J2EE
|
What are type of J2EE client?
Following are the types of J2EE clients:
* Applets
* Application clients
* Java Web Start-enabled rich clients, powered by Java Web Start technolo |
|
|
J2EE
|
What is a thin client?
A thin client is a lightweight interface to the application that does not have such operations like query databases, execute complex business rules, o |
|
|
J2EE
|
How do we package J2EE components?
J2EE components are packaged separately and bundled into a J2EE application for deployment. Each component, its related files such as GIF and HTML fil |
|
|