How to call Existing Oracle ADF Data Control(DataBase Call) from Javascript in JDeveloper?
1 Answer
You can expose your ADF Business Components as REST webservice (https://blogs.oracle.com/shay/entry/rest_based_crud_with_oracle) and consume them from javascript.