BeanManaged persistance

Hi,Any one can explain step by step procedure of bean managed persistance Entity Bean using oracle database and jdbcodbc driverThank u in advance
[173 byte] By [srinivas_palika] at [2007-9-26 4:50:18]
# 1

Hi,

In bena managed persistence you have to implement the functionality which you are trying the bean to write aswell you have to implement the code to write it to Oracle database whenever any change is made anywhere.

If u used Container managed then the container has the responsibility of writing the changes to database whenever any change is made.

In ur case implement the bean with all the database access methods and also implement the updation for all conditins where ur bean has to save to database on changes.

For detail code and stuff refer to any text book on EJB and it should provide you the necessary information.

Try this link for details :http://java.sun.com/j2ee/j2sdkee/techdocs/guides/ejb/html/DevGuideTOC.html

bye

pandeyvi at 2007-6-29 18:41:36 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...