Re: WOLips and JC
Re: WOLips and JC
- Subject: Re: WOLips and JC
- From: David Avendasora <email@hidden>
- Date: Thu, 20 Dec 2007 11:00:05 -0500
No problems, Jarda pointed me in the right direction. Apparently
WOLip's WO Frameworks Library does not include the client framework
(s). Once I added that as an external .jar, it got rid of all the
errors.
Dave
On Dec 20, 2007, at 10:24 AM, Florijan Stamenkovic wrote:
Dave,
Sorry for not seeing your post before.
What I am guessing is that you have not added the client libraries
to the classpath. The client project as I made it is setup to add
those libraries through an Eclipse classpath variable, so it is
almost guaranteed that if you try to run the project as-is, it will
not work. Add the libraries to classpath, the necessary ones are
stated in the README.
As for the possible difference between 5.3 and 5.4 on this issue, I
can not comment.
F
On Dec 17, 2007, at 15:31, David Avendasora wrote:
Hey Flor,
I added the projects and added the WO frameworks, but I can't seem
to get the client to build without error.
The error I'm getting right now is on the
com.test.client.EOApplicationSubclass class. The error is:
com.webobjects.eoapplication.client cannot be resolved, line 29.
It's choking on:
try
{com.webobjects.eoapplication.client.EOClientApplicationSupport.main(
new String[]{"-applicationURL", url});
This is the only error it has.
Dave
On Dec 14, 2007, at 5:18 PM, Florijan Stamenkovic wrote:
In Eclipse:
File -> Import...
Under the "General" group there is a "Existing Projects Into
Workspace" possibility. Once you import them, they should both be
workable, except that you will have to add the client libraries
to the client project's classpath.
Later
F
On Dec 14, 2007, at 13:21, David Avendasora wrote:
Hey Flor,
How exactly do I add these to my workbench and get a compiled,
running server and client?
Thanks,
Dave
On Dec 11, 2007, at 4:44 PM, Florijan Stamenkovic wrote:
Dear list and all interested JC users,
A question was raised on how to configure a WOLips application
to run a JavaClient server. I've made a simple WO client -
server scenario to demonstrate this. This is my first time
running WOLips (I was content to use XCode till now, since my
server apps in a JC scenario are very simple and
straightforward), so it is possible the server app is quite
crude...
Maybe the WOLips gurus / authors would be willing to add
another project template which would simplify this process.
Whom should I talk to about this?
You can download both the server and the client applications,
accompanied by some notes on it, here:
http://web.mac.com/flor385/eSwamp/software/files/JCWOLips.zip
My best,
Flor
p.s. - regarding the already published docs on my site, there
was a mistake. In the "Tutorial > Custom JC > Client
Application Libraries" part I state that some of the client
libraries are not necessary. This is NOT true, I am sorry for
this misinformation. There seems to be some in-framework
initialization going on within the GUI libraries even if you
never use them. I have missed this due to all of the libraries
being present in the classpath of my older projects, and me not
noticing it. The document has been corrected.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
@avendasora.com
This email sent to email@hidden
_______________________________________________
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