Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

pl/sql and ADF - how they can co-exist

461437Feb 14 2006 — edited Jun 27 2006
Hi

I'm converting an Oracle Forms app to ADF. In some time both ADF (BC4j) and pl/sql business logic will coexist - it generally works fine. My tasks contains methods which both uses ADF and java wrapped pl/sql (using JPublisher i JDev 10.1.3).

But some of the pl/sql methods have the side effect of updating data that also ADF uses. But ADF is never notified about this change and therefore my app. logic fails. How would the best design pattern be for my app? At the moment I have to put in a lot of xxxView.clearCache() methods to make the ADF side stay in sync. Is there a better way?

:-) Johnny
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2006
Added on Feb 14 2006
2 comments
344 views