Hi all,
I'm currently evaluating some alternatives for a project's architecture. For some reasons the (rich) clients will be based on ADF, but I tend to have a neutral server implementation (e.g. with Spring + Hibernate).
Since I have no deep experience with ADF yet, I would like to ask if someone could provide some insight to me.
Specifically I would be interested in the following points:
1. What is the best way to connect a DataControl to the server beans. I know I can connect to SessionBean interfaces, but I would like to use spring based proxies (because to apply some client-side interceptors).
2. Are there some known rules/restrictions for interface design which make databinding and general ADF usage on the client easier?
Any hints would be appreciated.
Regards,
Andreas


Reply With Quote