Re: Reducing jar dependencies?
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Tue, 18 Oct 2005 18:24:48 GMT
On 18 Oct 2005 09:25:06 -0700, pelakh@xxxxxxxxx wrote or quoted :
>I would like to partition the app into 3 jars (client, server and a
>shared jar for the classes used in the RMI interface). Is there a tool
>that would help me visualize the different class-class dependency and
>assist me in finding the cleanest way to perform this split?
look into ant genjar. See http://mindprod.com/jgloss/genjar.html
What you can do is tell genjar the root class for the client and
server jars and it will collect all the dependent classes.
All you need do then is see what is common (jar -t ) sort diff and
split them off into a third jar.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.
- References:
- Reducing jar dependencies?
- From: pelakh
- Reducing jar dependencies?
- Prev by Date: Re: Reducing jar dependencies?
- Next by Date: Re: xFunction
- Previous by thread: Re: Reducing jar dependencies?
- Next by thread: Error creating a WAR using wsdeploy tool
- Index(es):
Relevant Pages
|