Friday, July 3rd, 2009

EJB

Entity Beans Overview

Entity Beans Overview Java programmers are already familiar with objects.  An entity bean is an object with special properties: It is permanent. Standard Java objects come into existence when they are created in a program.  When the program terminates, the object is lost.  But an entity bean stays around until it is deleted.  A program can create an entity bean, then the program can be stopped... [Read more]


Mastering Enterprise JavaBeans

Third Edition Published in January 2005, the best-selling book Mastering EJB is now in its third edition and has been updated for EJB2.1 and also features new chapters on security and Web services integration. The book is about EJB concepts, methodology and development. This book also contains a number of advanced EJB topics, giving you a practical and real�world understanding of the subject.... [Read more]


Read More Posts From This Category