Hey, I have just started using JDO in one of my J2EE Apps.
The Scenario is like i have an POJO say Employee. In JSP Page i get the List of Employee's. The Admin Clicks on Particular Employee and he is redirected to a page where in he can edit that particular employee details like his name, designation, dept, sibling and all. (It has one-to-one as well as one-to-many mapping) Hence in this scenario a update should happen to that particular Employee object in DB. How do i achieve it ? A simple code level Example OR any hands-on OR Link would be of great Help. Regards Prateek Agarwal -- View this message in context: http://old.nabble.com/Urgent-JDO-Transaction-Help-with-Update-Scenario-tp29745696p29745696.html Sent from the JDO - Development mailing list archive at Nabble.com.
