开发者

Accessing ADF components in one application from another application

开发者 https://www.devze.com 2023-02-13 04:38 出处:网络
I do have some ADF BC components deployed in an ear . I want to access those from another ear. Is that possible ?

I do have some ADF BC components deployed in an ear . I want to access those from another ear. Is that possible ?

eg : I do have a TestAM ( a开发者_运维知识库pplication module ) defined in application ( A.ear) and I wan to access TestAM from a servlet in another application ( B.ear )

Thanks Jijoy


if you expose the TestAM as an EJB then you can call it remotely. Also possible to wrap it as a web service and call that way.

Look at Service Interface and EJB Session Bean tabs on the AM in JDev.

0

精彩评论

暂无评论...
验证码 换一张
取 消