> After recently completing my first Entity bean assignment in which I
> called home.create() to create a data object both in my database and in
> the entity bean, I noticed that at the end of the lesson we had to call
> home.remove() which not only removed the data from the in-memory entity
> bean but also from the database. According to my experience removing
> database data is not done nearly as often as creating data. However on an
> EJB home object there is no save() method or anything like that. Are we
> simply to rely on the EJB container to call the EJBs store method whenever
> it deems it necessary. How do we assure that changes made to entity bean
> data gets saved to the database.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists