Re: Interfaces and Java Client
Re: Interfaces and Java Client
- Subject: Re: Interfaces and Java Client
- From: Andrus Adamchik <email@hidden>
- Date: Tue, 25 Apr 2006 15:32:06 +0400
Dave,
This may not be exactly a reply you are looking for, but I thought
I'd mention that Cayenne 1.2 supports functionality similar to what
WO Java client is supposed to do - a web service based distribution
of the persistence layer. You can write the client using Swing using
Eclipse or NetBeans (that has Swing WYSIWYG editor). Vanilla Swing
has its own gotchas, but at least it is extremely well documented ;-)
[1] http://incubator.apache.org/cayenne/
[2] http://objectstyle.org/confluence/x/ngE
Andrus Adamchik
On Apr 25, 2006, at 12:55 PM, David Avendasora wrote:
Hi all,
I'm working on a Java Client project. I am trying to implement
interfaces instead of inheritance in several places, but I'm
running into a problem.
I'm using XCode for development and if the client-side classes are
built in the Web Server target as they are supposed to be according
to the Apple WO Java Client documentation, the interfaces don't
work. The proper SQL is executed on the database, but no objects
ever show up in the client application. If I simply change the
target to Application Server, then everything works exactly as
would be expected.
Does anyone have any idea why interfaces built to the Web Server
target don't work?
Thanks!
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden