Project References and deployment in WTP? [message #125657] |
Mon, 25 July 2005 21:32 |
Eclipse User |
|
|
|
I want to do the following in WTP, but I can't figure out how:
It's basically a simple web application. On the one side a servlet, on the
other side a client talking to the servlet. The client should be available
as an applet or webstart application from the same site. What I have done
so far:
* Have a Java Project with some code which is shared by client and server
* Have another Java Project implementing the client
* Have a dynamic web project implementing the servlet for tomcat 5.0
Problems:
* How do I get the code from the shared Java project to be published with
the dynamic web project (which depends on it). Setting project references
in the properties does not seem to do the trick.
* How can I automatically have the client packaged up as an
applet/webstart jar when publishing the server?
* How can I have the applet/webstart jar be signed when being published? I
know how to do the signing, I just don't know how to include this step in
the publishing process.
Thanks in advance for any help,
Carsten
|
|
|
Powered by
FUDForum. Page generated in 0.03156 seconds