Hi ,
I am working on Orbeon separate deployment process.
WAR1 --> Orbeon
WAR2 --> TestWar
I have launched UI in Orbeon and i have given a request to fetch the DB values . That request is been trapped by Servlet in TestWar and accesses DB and gets results . Now i got List
Hi Erik ,
I have 2 war files . 1 ) Orbeon and 2 ) TestApplication
-> Orbeon used to create the UI . from here i am submitting data.
-> TestApplication is used to trap the request from Orbeon .Here i have controller to trap request . From the controller only i am accessig DB and getting results .
Till here is fine . From here , i want to send back the results to Orbeon UI (running in Orbeon war ) and display the all details returned from Controller ( In TestApplication ).
I am not using Form Builder database service. I am using JDBC service from controller ( as a normal JAVA programming )