pl/sql and ADF - how they can co-exist
461437Feb 14 2006 — edited Jun 27 2006Hi
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