As mentioned by Lachlan Deck in a parallel thread, Apache Cayenne Remote Object Persistence (ROP) is an open source alternative to EOF JavaClient (specifically the data layer):

   http://cayenne.apache.org/doc/remote-object-persistence-guide.html

It extends the familiar ORM API to the client tier. Same advantages as JavaClient - you do you data model once, you use it in different app tiers via the same API, no manual XML parsing on the client, single commit of all context changes, lazy relationships, uniquing, and most other goodies you'd expect from a framework like EOF, delivered through a web service.

Cheers,
Andrus Adamchik


On Jun 23, 2007, at 8:42 PM, Pascal Robert wrote:

I think it would be a good idea of listing JavaClient alternatives and checking if they work great with a WO backend or not. A small list :

- Mozilla XUL (either with XULRunner or as Firefox extension)

- Adobe AIR (Apollo)

- Adobe Flex

- OpenLazlo

- Java FX

- Pure Java desktop app using Swing or SWT

- WebKit

I know, most of those techs are in beta form. A matrix that shows the features of each of those solutions would be great.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/andrus% 40objectstyle.org

This email sent to [EMAIL PROTECTED]


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to