I wish to deploy an ADF business component to the middle tier and call it using RMI. I just cannot find any good documentation on this! Any help would be greatly appreciated.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Select the adf bc application module and use your right button to create a business components deployment and select ejb session bean. this will create different ear files which you can deploy. that's all

link|improve this answer
feedback

I guess you mean something like this: http://blog.fekw.de/2008/08/23/howto-install-adf-10-runtime-and-deploy-adf-bc-app-to-oracle-weblogic-103-running-on-linux/

and this: http://docushare.sf.adfg.state.ak.us/docushare/dsweb/Get/Document-16186/Oracle+Application+Development+Framework+-+Development+Guidelines+(10g).pdf

link|improve this answer
unfortunately I have ran across those and they were not helpful. However at this point this question is answered. Now to find out how to call it using RMI. – Zombies Sep 29 '08 at 21:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.