开发者

Integrating ADF with existing Services

We want to use ADF 开发者_开发百科for our new project. However we do have an existing service and model layer that we want to reuse. This layer (built using spring and hibernate) is the heart of many other applications.

I'm struggling to find a way to reuse them in my ADF application. What's the best approach? I'm not able to find a good sample that talks about this use-case.

ADF gurus out there, your input will be highly appreciated.


ADF supports standards such EJBs and WebServices which, from my limited understanding, hibernate and spring expose. I think you just want to create ADF Data Controls for the services and EJBs you use.


If you are looking to make the most of ADF, try to use ADF binding layer (keywords to google: ADF Data Controls, ADF page definition) . It allows you (at least theoretically) to expose various service types(web services,EJBs, or pratically any java class...) to the upper ADF layers (ADF Faces for example) in service independent fashion, so you'll be able to communicate with those services in the same way as you would communicate with ADF Business Components.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜