J2EE Interview Questions - Part3
-
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 systems
that can be plugged into any J2EE product. Each type of database or EIS has a
different resource adapter.
-
What is JAAP?
The Java Authentication and Authorization Service (JAAS) provide
a way for a J2EE application to authenticate and authorize a specific user or
group of users to run it. It is a standard Pluggable Authentication Module
(PAM) framework that extends the Java 2 platform security architecture to
support user-based authorization.
-
What is Model 1?
Using JSP technology alone to develop Web page. Such term is used in the
earlier JSP specification. Model 1 architecture is suitable for applications
that have very simple page flow, have little need for centralized security
control or logging, and change little over time. Model 1 applications can
often be refactored to Model 2 when application requirements change.
-
What is Model 2?
Using JSP and Servlet together to develop Web page. Model 2
applications are easier to maintain and extend, because views do not refer to
each other directly.
-
What is Struts?
A Web page development framework. Struts combine Java Servlets,
Java Server Pages, custom tags, and message resources into a unified
framework. It is a cooperative, synergistic platform, suitable for development
teams, independent developers, and everyone between.
-
How is the MVC design pattern used in Struts framework?
In the MVC design pattern, application flow is mediated by a central
Controller. The Controller delegates requests to an appropriate handler. The
handlers are tied to a Model, and each handler acts as an adapter between the
request and the Model. The Model represents, or encapsulates, an application's
business logic or state. Control is usually then forwarded back through the
Controller to the appropriate View. The forwarding can be determined by
consulting a set of mappings, usually loaded from a database or configuration
file. This provides a loose coupling between the View and Model, which can
make an application significantly easier to create and maintain.
Controller--Servlet controller which supplied by Struts itself; View --- what
you can see on the screen, a JSP page and presentation components; Model ---
System state and a business logic JavaBeans.
-
Do you have to use design pattern in J2EE project?
Yes. If I do it, I will use it. Learning design pattern will boost my coding
skill.
-
Is J2EE a super set of J2SE?
Yes
-
What does web module contain?
The web module contains:
Web modules are packaged as JAR files with a .war (Web Archive)
extension.
-
What APIs are available for developing a J2EE application?
-
Enterprise JavaBeans Technology(3 beans: Session Beans, Entity Beans and
Message-Driven Beans)
-
JDBC API(application level interface and service provider interface or
driver)
-
Java Servlets Technology(Servlet)
-
Java ServerPage Technology(JSP)
-
Java Message Service(JMS)
-
Java Naming and Directory Interface(JNDI)
-
Java Transaction API(JTA)
-
JavaMail API
-
JavaBeans Activation Framework(JAF used by JavaMail)
-
Java API for XML Processing(JAXP,SAX, DOM, XSLT)
-
Java API for XML Registries(JAXR)
-
Java API for XML-Based RPC(JAX-RPC)-SOAP standard and HTTP
-
SOAP with Attachments API for Java(SAAJ)-- low-level API upon which
JAX-RPC depends
-
J2EE Connector Architecture
-
Java Authentication and Authorization Service(JAAS)
|
|
|
Bookmark This Page :
|
|
|
|
|
|
|
|
|
|
|
|
java6 ejb3 jsf hibernate eclipse ajax groovy spring seam java struts webservice j2me guice java5 jca tapestry soa linux ria |