|
Articles Index
Enterprise JavaBeans technology lets you write software components that execute business logic that runs on the server. With Enterprise JavaBeans transaction and state management, multithreading, and resource pooling are left to the server implementation.
Writing Performant EJB Beans in the Java EE 5 Platform (EJB 3.0) Using Annotations by
Scott Oaks, Eileen Loh, and Rahul Biswas
The Enterprise Java Beans (EJB) 3.0 specification vastly
improves the simplicity of programming EJB beans and increases your productivity
as a developer. This article shows you how to get the best performance out of
the new EJB 3.0 programming model. (September 2006)
Introduction to the Java EE 5 Platform by John Stearns, Roberto Chinnici, and Sahoo
Read about streamlined features and added convenience in the Java EE 5 platform (including ease-of-use improvements in EJB 3.0) that help improve performance, reduce development time, and get products to market sooner (February 2006)
Ease of Development in Enterprise JavaBeans Technology by Ed Ort
Learn about the ease-of-development features that are being planned for EJB 3.0 technology. (October 2004)
Performance Evaluation of
Enterprise JavaBeans (EJB
) CORBA Adapter to CORBA Server
Interoperability by Binu John, Vu Trang, Michael Vernik, Stacie Wolny and
Sherry Yu
A scientific look at J2EE-CORBA interoperability performance issues. (December 2001)
Migrating from Enterprise JavaBeans(EJB) 1.1 to 2.0 by Beth Sterns
Discover improvements in container-managed persistence, local interfaces, Enterprise JavaBeans Query Language (EJB QL), and more in the EJB 2.0 specification. (September 2001)
Enterprise
JavaBeans 2.0 Container-Managed
Persistence by Beth Stearns
This article focuses on improvements in the EJB
2.0 specification to session and entity beans,
particularly regarding container-managed persistence and container-managed
relationships. (July 2001)
Seven Rules for Optimizing Entity Beans
by Akara Sucharitakul
Explore these seven
rules to get the best performance from your entity beans, and find out
how you can really "write once, run everywhere" effectively.
(May 2001)
Enterprise JavaBeans 2.0 Specification
Changes by Beth Stearns
An up-to-the-moment overview of the forthcoming changes to the Enterprise
JavaBean 2.0 Specification.
(April 2001)
Make an EJB from any Java Class with Java Reflection by Tony Loton
Find out how you can automate the routine aspects of EJB development by using Java Reflection.
(December 2000)
Brewing Entity Enterprise
JavaBeans by Sandip H. Mandera Release Enterprise JavaBeans 1.1
This article covers the design and development of container-managed
entity beans. It begins with a brief summary of the changes introduced
in the EJB Specification 1.1 and
follows with a brief tour of session beans before delving into a
discussion of entity beans.
(November 2000)
Enterprise JavaBeans
: Working with Entity and Session Beans by Monica Pawlan Release Enterprise JavaBeans 1.0
How to write thin-client multitiered applications to create your best
business solution and leave the low-level details to the EJB architecture.
(November 1998)
An Introduction to Enterprise
JavaBeans Technology by Bill Roth Release Enterprise JavaBeans 1.0
Presenting a new way to develop, deploy and manage distributed business
applications, including description of the EJB component model and an example
of how the components work. (October 1998)
To Top
|