Hi Gabor, look, if you implement a REST Application under WebObjects and code a Java Client App using Swing, you can access to DB through REST calls, using WebObjects, and show datas in the Client, served in XML or JSON format.
Probably this is not a *quick*, solution, but I think it's a quite elegant solution to serve datas to many users, without using HTML to render the app. This allow also to centralize the DB in a server and allow many client to connect to it. Then the Client App can be very little and light to installa and run over the client machine. hope this helps. -- Daniele Corti -- I DON'T DoubleClick 2012/11/29 gabor raz <[email protected]> > Hey guys, > > I am learning WebObjects and WOnder and I really enjoy it. It make fun! > But at the moment we make in my school a project where we create multiuser > database application with java and the user interface with java swing. > I would like to use WebObject to create the application but i have to > create the user interface with java swing. Dose anyone have a quick > solution how to do that? It don't have to be nice just work :) its > only for the school and I want to show my teacher how nice > WebObjects/WOnder is. > Its a really simple application just to save a book with a title and an > author name > into the database, nothing more. > > > Gabor Raz > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/ildenae%40gmail.com > > 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: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
