Re: Java client launch problem
Re: Java client launch problem
- Subject: Re: Java client launch problem
- From: Jean-François GUILLAUD <email@hidden>
- Date: Thu, 06 May 2004 10:15:15 +0200
- Organization: CRI - Universite de La Rochelle
Hi Yves,
Ray Ackland wrote:
Yves,
You have to be careful in Java Client apps that you don't use
Interface Builder to create interfaces with widgets that aren't
supported in Java (can't tell you at this moment which ones they are).
Yes, that's right.
When you create a new GUI with IB, a java file is generated in your nib
folder. Open the nib folder, follow the package tree path. You should
find a file named _YourController_EOArchive.java. If this file doesn't
exists, you probably have a problem in your interface.
I got the problem many times. You don't get any error in IB but the java
file isn't generated.
Do you get an exception at runtime ?
Have a go at Direct to Java to see what that's like. It creates some
pretty snazzy stuff directly from your EOModel - and then you can
customise the interface further. Can get difficult as you get deeper
into the options though. Supposedly you are also supposed to be able
to incorporate any custom interfaces you have created as well.
r.
You could try this, but I think that Direct2JC isn't suited for strongly
personnalized GUI.
We have developed Java Client applications for 2 years and despite many
difficulties at the beginning (mostly with Swing and the connection
between the controller and the GUI) we are quiet happy of the technologie.
Regards.
JF
_______________________________________________
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.