Reputation: 14779
We are planing a project where we will have an eclipse based client communicating with an glassfish server (+ Oracle database). The business logic will reside on the server, the client should act more or less as an view. We consider using EMF for our model (+ hibernate + teneo).
I'm not quite sure how this all works together. The workflow/architecture/whatever I imagine is something like this:
Is this basicly how it is intended? Or have I missed a central concept?
Upvotes: 3
Views: 1422
Reputation: 1539
The link you are missing is called CDO. You can use this to transfer a live model to your client. So replace SOAP with CDO, and you are there!
Upvotes: 2