Re: (Non-Direct) JavaClient using JBuilder or Eclipse or ... (for a WO app)
Re: (Non-Direct) JavaClient using JBuilder or Eclipse or ... (for a WO app)
- Subject: Re: (Non-Direct) JavaClient using JBuilder or Eclipse or ... (for a WO app)
- From: Nick Pilch <email@hidden>
- Date: Wed, 17 Mar 2004 11:56:33 -0800
Here's the class I use to start up my Java client app. I write a
shell script that calls Java and specifies this class as the main
class. See the script at:
http://homepage.mac.com/npilch
Here's a real stripped down version of the main class from that:
public class SampleEOClientApplication extends EOApplication
{
public static void main(String[] args)
{
EOClientApplicationSupport.main(args);
}
public void finishInitialization()
{
RunMyCode();
}
}
At 7:40 PM +0800 3/12/04, Ashley Aitken wrote:
Howdy All,
I've been searching for an overview of how to make a non-direct-to
Java Client (for a WO app) - I know about the server side and some
about the client side - without using XCode.
I basically need to know what I have to add to a JBuilder desktop
application, and what I need to do, to connect to the WO application
and get things started..
I have search the mailing lists and many people talk about doing
this, but not exactly how. I have searched Apple's documentation
and they don't seem to touch on it specifically.
I know I will have to include all relevant EOF jars (including the
ones specific to Java client), but I am not sure what to do to get
the connection going ...
I would appreciate any pointers to documentation or a short how-to.
Thanks in advance,
Ashley Aitken.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
--
Nick Pilch / email@hidden
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.