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 "Babette v. Gijlswijk" <bv...@gmail.com> on 2007/08/01 13:11:52 UTC

Axis 2 jars

Hi,

I created a webservice with axis 2. I embedded axis in my own
webapplication.
If I look at the axis admin web app to see which jars i need to include i
found a total of 39 jars (not even counting the spring jars)

Somehow this seems a bit much to me so I am wondering if i can make the list
a bit smaller. For example some jars may be used for the upload
functionality of the webapp
but not necesarry if the services are already available on startup.

Is their a list available of which jars are absolutly necesarry. Offcourse I
can always try removing a jar and see if it works but that seems a bit crued


The jars included in the axis admin war


   1. Activation-1.1.jar
   2. annogen-0.1.0.jar
   3. axiom-api-1.2.4.jar
   4. axiom-impl-1.2.4.jar
   5. axis2-adb-1.2.jar
   6. axis2-adb-codegen-1.2.jar
   7. axis2-codegen-1.2.jar
   8. axis2-fastinfoset-1.2.jar
   9. axis2-java2wsdl-1.2.jar
   10. axis2-jaxbri-1.2.jar
   11. axis2-jaxws-1.2.jar
   12. axis2-jaxws-api-1.2.jar
   13. axis2-jibx-1.2.jar
   14. axis2-json-1.2.jar
   15. axis2-kernel-1.2.jar
   16. axis2-metadata-1.2.jar
   17. axis2-saaj-1.2.jar
   18. axis2-saaj-api-1.2.jar
   19. axis2-soapmonitor-1.2.jar
   20. axis2-xmlbeans-1.2.jar
   21. backport-util-concurrent-2.2.jar
   22. commons-codec-1.3.jar
   23. commons-fileupload-1.1.1.jar
   24. commons-httpclient-3.0.1.jar
   25. commons-io-1.2.jar
   26. commons-logging-1.1.jar
   27. jakarta-httpcore-4.0-alpha4.jar
   28. jaxen-1.1-beta-10.jar
   29. jibx-run-1.1.4.jar
   30. mail-1.4.jar
   31. neethi-2.0.1.jar
   32. stax-api-1.0.1.jar
   33. woden-1.0-incubating-M7a.jar
   34. wsdl4j-1.6.2.jar
   35. wstx-asl-3.2.1.jar
   36. xalan-2.7.0.jar
   37. xbean-2.2.0.jar
   38. xml-apis-1.3.03.jar
   39. XmlSchema-1.3.1.jar

thanx babette

Re: Axis 2 jars

Posted by Deepal jayasinghe <de...@gmail.com>.
Babette v. Gijlswijk wrote:
>  
>  
> Hi,
>  
> I created a webservice with axis 2. I embedded axis in my own
> webapplication.
> If I look at the axis admin web app to see which jars i need to
> include i found a total of 39 jars (not even counting the spring jars)
>  
> Somehow this seems a bit much to me so I am wondering if i can make
> the list a bit smaller. For example some jars may be used for the
> upload functionality of the webapp
> but not necesarry if the services are already available on startup.
>  
> Is their a list available of which jars are absolutly necesarry.
> Offcourse I can always try removing a jar and see if it works but that
> seems a bit crued
>  
>  
> The jars included in the axis admin war
>  
>
>    1. Activation-1.1.jar
>
Need
>
>    1. annogen-0.1.0.jar
>
Need
>
>    1. axiom-api-1.2.4.jar
>
Need
>
>    1. axiom-impl-1.2.4.jar
>
Need
>
>    1. axis2-adb-1.2.jar
>    2. axis2-adb-codegen-1.2.jar
>    3. axis2-codegen-1.2.jar
>    4. axis2-fastinfoset-1.2.jar
>    5. axis2-java2wsdl-1.2.jar
>    6. axis2-jaxbri-1.2.jar
>    7. axis2-jaxws-1.2.jar
>    8. axis2-jaxws-api-1.2.jar
>    9. axis2-jibx-1.2.jar
>   10. axis2-json-1.2.jar
>   11. axis2-kernel-1.2.jar
>   12. axis2-metadata-1.2.jar
>   13. axis2-saaj-1.2.jar
>   14. axis2-saaj-api-1.2.jar
>   15. axis2-soapmonitor-1.2.jar
>   16. axis2-xmlbeans-1.2.jar
>
we can replace all this with axis2.jar
>
>    1. backport-util-concurrent-2.2.jar
>    2. commons-codec-1.3.jar
>    3. commons-fileupload-1.1.1.jar
>    4. commons-httpclient-3.0.1.jar
>    5. commons-io-1.2.jar
>    6. commons-logging-1.1.jar
>    7. jakarta-httpcore-4.0-alpha4.jar
>    8. jaxen-1.1-beta-10.jar
>    9. jibx-run-1.1.4.jar
>   10. mail-1.4.jar
>   11. neethi-2.0.1.jar
>   12. stax-api-1.0.1.jar
>   13. woden-1.0-incubating-M7a.jar
>   14. wsdl4j-1.6.2.jar
>   15. wstx-asl-3.2.1.jar
>   16. xalan-2.7.0.jar
>   17. xbean-2.2.0.jar
>   18. xml-apis-1.3.03.jar
>   19. XmlSchema-1.3.1.jar
>
> thanx babette
>
I think we can reduce this to half putting axis2.jar rather than putting
a several jar files (like axis2-kernel  , axis2-adb etc etc.)

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