ADF - Session Management - Integration with Ebusiness Suite
Hi Experts,
We are trying to Integrate ADF with Ebusiness suite so that it shares the session with Ebiz, using Java EE Session Management.
As per patch p13882058, We have been successful in achieving the JAAS authentication on ADF. Also we are able to share session with Ebusiness suite using JSP and servlets as per the steps mentioned in Oracle Ebusines suite Software Development Kit for Java Developer Guide.
On page 122, it says
"For simplicity, we will use standard Servlet and JSP classes and avoid using any Java EE
framework classes while developing this application."
Now we are trying the same steps in ADF so that my ADF application can share the session (essentially using jspx instead of jsp) :