First, let me go on record by saying that I think this is a bad idea and unlikely to have the effect you desire. You would be better off using functionality that is built-in to the platform (SQL, JDBC, and JavaDB/Derby) for a small exercise like this. Using a large, complex, relatively unknown third-party framework with likely just make your professor confused and frustrated.
That said, if you want to use WO for this, I would avoid using Wonder and just stick to the core. All you need to do is get the model loaded by running something like: EOModelGroup.defaultGroup.addModel(...). Then everything will just work. John On Thu, Nov 29, 2012 at 7:55 AM, gabor raz <[email protected]> wrote: > Its local on the same machine. > > On 29.11.2012, at 14:21, John Huss <[email protected]> wrote: > > Is it accessing a local DB on the same machine or a remote DB? > > On Thursday, November 29, 2012, gabor raz wrote: > >> 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/johnthuss%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]
