This tutorial will guide you through the development of an entity bean with container-managed persistence. Entity beans usually represent data in a database or other form of persistent storage. You can choose whether to look after the storage details yourself, or opt for the Container to manage this on your behalf. For this example we will keep things simple and have the container manage the bean's persistent data.
Along with the tutorial, a reproduction of the specification as it pertains to writing entity beans is supplied. As a prospective entity bean provider, you should read this carefully.
Last Modified: Monday, 31-Aug-1998 22:07:06 GMT
/tutorials/account/home.htm
copyright (c) ejbhome ltd. all rights reserved.