-
Sample remote client app
Hi there,
I'm trying to find a sample app that's set up to work as a remote client. I've seen the address book and petclinic standalone versions but couldn't find the remote client version.
Also can someone explain what the difference between standalone and remote client spring rich apps. Is it just a matter of different xml configurations in the contexts? Or are there programmatic differences as well?
Cheers
J
-
There is a petclinic client and server module too, but it's not a 100% certain it still works.
Anyway, to do remote client apps, just take a look at spring-remoting in the spring manual. It's just a matter of wiring your proxy's instead of your real implementations into the spring-richclient views.