J2ee Basic Concepts
J2ee Basic Concepts
J2EE is a standard for building enterprise applications. It includes technologies for implementing business logic, database access,
message exchange, transaction management, web requests processing and many other features.
The main approach of J2EE is separating presentation level from business logic (lightweight client applications) and business logic
from data storage ( application level of n-tier architecture).J2EE is an environment for developing and deploying applications. The
J2EE platform consists of a set of services, application programming interfaces (APIs) and protocols that provide the functionality
for developing multitiered, web based applications.
7. What is CORBA?
Common Object Request Broker Architecture.
A language independent distributed object model specified by the OMG.
J2EE components are packaged separately and bundled into a J2EE application for deployment.
Each component, its related files such as GIF and HTML files or server side utility classes, and a deployment descriptor are assembled into a module and added
to the J2EE application.A J2EE application is composed of one or more enterprise bean, Web, or application client component modules.
The final enterprise solution can use one J2EE or be made up of two or more J2EE applications, depending on design requirements.
A J2EE application and each of its module has its own deployment descriptor.
A deployment is an XML document with an .xml extension that describes a component's deployment settings.
The major components of any J2EE web-enabled app include – client-tier components, business tier components, web tier
components, and EIS (Enterprise Information System) components etc.
Save () Update ()
Q12). How will you differentiate the get () and Load () methods?
Load () Get ()