J2EE APIs
33
J2EE APIs
J2EE builds on the existing technologies in the Java 2 Platform, Standard Edition (J2SE).
J2SE includes the base Java support and various libraries with support for applets and
applications. A J2EE compliant application implements both the J2EE and J2SE APIs.
The following figure shows the technologies included with J2EE:
The following sections describe the J2EE platform specifications.
EJB 2.0
The EJB architecture is a server-side technology for developing and deploying
components containing the business logic of an enterprise application. Enterprise
JavaBeans components, called
enterprise beans
, are scalable, transactional, and secure.
An enterprise bean is a body of code with fields to implement modules of business logic.
Enterprise beans are building blocks that you can use alone or with other enterprise beans
to execute business logic on a J2EE server.
Enterprise beans are hosted by an EJB container. In addition to standard container
services, an EJB container provides a range of transaction and persistence services and
access to the J2EE service and communication APIs.
The EJB 2.0 specification defines three types of enterprise beans: session beans, entity
beans, and message-driven beans (MDB). For more information on EJBs, see
Chapter 5,
“Introduction to EJB” on page 47
.
Содержание 38000382 - Macromedia JRun - Mac
Страница 1: ...Getting Started with JRun...
Страница 16: ......
Страница 68: ...54 Chapter 5 Introduction to EJB...
Страница 82: ......
Страница 110: ...96 Lesson 3 EJB Tutorial...
Страница 128: ...114 Lesson 4 Web Services Tutorial...
Страница 132: ...118 Index...