You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Nef Asus <ne...@gmail.com> on 2007/11/13 17:11:50 UTC

Minimal set of libraries needed for embedded Axis2

Hello everybody, I've developed a web service with Axis2 that is being
distributed as a war file. So far I've included the whole lib directory in
my Axis2 directory. It's been working ok but I want to reduce the size of my
war so I'd like to know what jars are not really needed. I'm pretty sure I
can ignore axis2-jibx because I'm using XmlBeans  but I don't know what each
jar is meant for. Can anybody help me with this?

Thank you in advance.

Re: Minimal set of libraries needed for embedded Axis2

Posted by Deepal jayasinghe <de...@gmail.com>.
> Hello everybody, I've developed a web service with Axis2 that is being
> distributed as a war file. So far I've included the whole lib
> directory in my Axis2 directory. It's been working ok but I want to
> reduce the size of my war so I'd like to know what jars are not really
> needed. I'm pretty sure I can ignore axis2-jibx because I'm using
> XmlBeans  but I don't know what each jar is meant for. Can anybody
> help me with this?
>
> Thank you in advance.
Does this codegen client or you are going to write a client using
ServiceClient , if this is codegen dependency problem  my blog entry
will help you to solve the issue.

http://jadeepal.blogspot.com/2007/11/generating-maven-2-project-from-wsdl.html

Thanks
Deepal


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: Minimal set of libraries needed for embedded Axis2

Posted by si...@bt.com.
Maven (maven.apache.org) can create dependency graphs which also can
tell you which libraries are not needed. If you don't use maven I don't
see a faster solution then just remove them one by one. Maybe your IDE
has support for something which counts references. Sounds like a nice
feature which isn't very complicated.

Sietse

________________________________

From: Nef Asus [mailto:nefasus@gmail.com] 
Sent: 13 November 2007 16:12
To: axis-user
Subject: Minimal set of libraries needed for embedded Axis2


Hello everybody, I've developed a web service with Axis2 that is being
distributed as a war file. So far I've included the whole lib directory
in my Axis2 directory. It's been working ok but I want to reduce the
size of my war so I'd like to know what jars are not really needed. I'm
pretty sure I can ignore axis2-jibx because I'm using XmlBeans  but I
don't know what each jar is meant for. Can anybody help me with this? 

Thank you in advance.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org