Following posts are very nice for integrating Configurator with ADF application.
Configurator Overview
http://apps2fusion.com/at/pb/276-oracle-configurator-articles-i
Embedding Oracle Configurator in WebCenter / ADF Applications
http://www.oracle.com/technetwork/topics/newtojava/overview/ofm-ebs-blog-postings-096286.html
ADF tries to launch a URL from the taskflow. Usually the url will be a servlet which acts as mediator for calling Configurator page.
Places the user credentials and landing page info as parameters in the request and invokes a Configurator app.
Once the task is done with Configurator, it returns a value.
Soon I will try to attach the sample that I am working on.
Configurator Overview
http://apps2fusion.com/at/pb/276-oracle-configurator-articles-i
Embedding Oracle Configurator in WebCenter / ADF Applications
http://www.oracle.com/technetwork/topics/newtojava/overview/ofm-ebs-blog-postings-096286.html
ADF tries to launch a URL from the taskflow. Usually the url will be a servlet which acts as mediator for calling Configurator page.
Places the user credentials and landing page info as parameters in the request and invokes a Configurator app.
Once the task is done with Configurator, it returns a value.
Soon I will try to attach the sample that I am working on.