Enterprise JavaBeans
By Richard Monson-Haefel
January 1900
Pages: 336
ISBN 10: 1-56592-605-6 |
ISBN 13: 9781565926059
(Average of 0 Customer Reviews)
This book has been updated—the edition you're requesting is OUT OF PRINT. Please visit the catalog page of the latest edition.
The latest edition is also available on Safari Books Online.
Book description
Enterprise JavaBeans is a thorough introduction to EJB for the enterprise software developer. It shows how to get started developing enterprise Beans, how to deploy those Beans in a server, and how to use those Beans to create applications that do useful tasks. The end result is a highly flexible system built from components that can easily be reused and that can be changed to suit your needs without upsetting other parts of the system.
Full Description
Enterprise JavaBeans (EJB) is a major new technology for server-side application development in Java. It offers a component architecture for developing distributed, multitiered enterprise applications. This model allows you to build complex, mission-critical systems using simple snap-together pieces that model individual business objects and processes. EJB greatly simplifies the process of development by automatically taking care of system issues like object persistence and transaction management.
This book provides a thorough introduction to EJB for the enterprise software developer. It shows you how to develop enterprise Beans to model your business objects and processes. It also shows you how to develop client applications that use the Beans to perform useful work. One powerful advantage of the EJB architecture is that it allows you to partition work appropriately between different parts of the system: the database provides persistence, your Beans model various business entities and the interactions between them, and your client application provides a user interface, but incorporates minimal business logic. The end result is a highly flexible system built from components that can easily be reused, and that can be changed to suit your needs without upsetting other parts of the system.
Enterprise JavaBeans teaches you how to take advantage of the flexibility and simplicity that this powerful new architecture provides.
This book covers:
- Developing entity Beans (Beans that model business objects) and session Beans (Beans that model business processes)
- Deploying Beans in an EJB server
- Using the client-side API to use enterprise Beans
- Bean-managed persistence
Appendices show in detail how to deploy Beans with the most popular EJB servers.
Browse within this book
Cover
| Table of Contents
| Index
| Sample Chapter
| Colophon
Featured customer reviews

Enterprise JavaBeans Review,
April 25 2000
Submitted by vijay
[
Respond |
View]
This is one good book for developers shifting from servlet, JSP to enterprise programming. Even you start appreciating the benefits of server-side component programming and what it has to offer.
Enterprise JavaBeans Review,
January 14 2000
Submitted by Vijay Tripathi
[
Respond |
View]
This book has ONE BIG DISADVANTAGE.After reading this book , I never appreciate the complexity of the subject . Made so simple , anybody can adopt the inout of EJB in there soul forever.....congratulations for terrific book
Enterprise JavaBeans Review,
October 17 1999
Submitted by Ghanshyam R.Patel
[
Respond |
View]
Great for understanding the concept of EJBs. Written in a manner that's easy for even a beginner to understand.
Read all reviews
Enterprise JavaBeans Review,
October 07 1999
Submitted by jim
[
Respond |
View]
I find this book is good for guy to learn EJB
Enterprise JavaBeans Review,
August 11 1999
Submitted by Joe McGlynn
[
Respond |
View]
Good book, decent reading...not one of those obtuse techno-wenie trash jobs. The prose and code are both direct and to the point, building in a logical fasion.
Minor gripes:
* the online chapter lists a "D" appendex which doesn't seem to have made it to print.
* this web site doesn't have the list of EJB vendors as promised.
Enterprise JavaBeans Review,
August 09 1999
Submitted by Donavan Anderson
[
Respond |
View]
Very good and thorough description of Enterprise Java Beans. I learned a lot by following the ever-expanding examples. Text and examples were easy to follow. I highly recommend this book.
Enterprise JavaBeans Review,
July 01 1999
Submitted by Eric Leung
[
Respond |
View]
Good book, use one good example to show how to develop EJB thoughtout the book.