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 Alick Buckley <Al...@lansa.com.au> on 2006/05/08 08:24:53 UTC

Jar file changes between Axis 1.3 and 1.4

Hi Guys,

I have downloaded Axis 1.4 and noticed that some jar files are smaller.

Am I just being cautious ?

Normally I expect jar files to grow as more code is added ?

But there could have been some refactoring and duplicate and unnecessary
code removed.

	axis.jar smaller
	jaxrpc.jar is smaller
	saaj.jar is smaller
	axis-ant.jar is smaller

	axis-schema.jar is not included, is axis-schema.jar needed ?

The log4j.properties difference is due to axis-1.4 using \n and axis-1.3
using \r\n at the end of each line.

=========================================================

axis-1.3\lib

05/10/2005  10:47p              33,514 axis-ant.jar
05/10/2005  10:47p             203,807 axis-schema.jar
05/10/2005  10:47p           1,632,995 axis.jar
05/10/2005  10:47p              71,442 commons-discovery-0.2.jar
05/10/2005  10:47p              38,015 commons-logging-1.0.4.jar
05/10/2005  10:47p              32,062 jaxrpc.jar
05/10/2005  10:47p             352,668 log4j-1.2.8.jar
05/10/2005  10:47p                 941 log4j.properties
05/10/2005  10:47p              19,419 saaj.jar
05/10/2005  10:47p             126,771 wsdl4j-1.5.1.jar

axis-1.4\lib

22/04/2006  06:56p              33,202 axis-ant.jar
22/04/2006  06:56p           1,599,570 axis.jar
22/04/2006  06:56p              71,442 commons-discovery-0.2.jar
22/04/2006  06:56p              38,015 commons-logging-1.0.4.jar
22/04/2006  06:56p              31,191 jaxrpc.jar
22/04/2006  06:56p             352,668 log4j-1.2.8.jar
22/04/2006  06:56p                 921 log4j.properties
22/04/2006  06:56p              18,979 saaj.jar
22/04/2006  06:56p             126,771 wsdl4j-1.5.1.jar

=========================================================

regards

> Alick Buckley
> 
> LANSA Research and Development
> LANSA Pty Ltd
> 
> Phone: +61289070243
> 
> http://www.lansa.com
> mailto:Alick.Buckley@lansa.com.au
> 
> 
> 
> 

Re: Jar file changes between Axis 1.3 and 1.4

Posted by Davanum Srinivas <da...@gmail.com>.
It could be because JDK15 compiler may be more
efficient...axis-schema.jar is needed only if you use the xmlbeans
serializer/deserializer.

thanks,
dims

On 5/8/06, Alick Buckley <Al...@lansa.com.au> wrote:
>
>
>
> Hi Guys,
>
> I have downloaded Axis 1.4 and noticed that some jar files are smaller.
>
> Am I just being cautious ?
>
> Normally I expect jar files to grow as more code is added ?
>
> But there could have been some refactoring and duplicate and unnecessary
> code removed.
>
>         axis.jar smaller
>         jaxrpc.jar is smaller
>         saaj.jar is smaller
>         axis-ant.jar is smaller
>
>         axis-schema.jar is not included, is axis-schema.jar needed ?
>
> The log4j.properties difference is due to axis-1.4 using \n and axis-1.3
> using \r\n at the end of each line.
>
> =========================================================
>
> axis-1.3\lib
>
> 05/10/2005  10:47p              33,514 axis-ant.jar
> 05/10/2005  10:47p             203,807 axis-schema.jar
> 05/10/2005  10:47p           1,632,995 axis.jar
> 05/10/2005  10:47p              71,442 commons-discovery-0.2.jar
> 05/10/2005  10:47p              38,015 commons-logging-1.0.4.jar
> 05/10/2005  10:47p              32,062 jaxrpc.jar
> 05/10/2005  10:47p             352,668 log4j-1.2.8.jar
> 05/10/2005  10:47p                 941 log4j.properties
> 05/10/2005  10:47p              19,419 saaj.jar
> 05/10/2005  10:47p             126,771 wsdl4j-1.5.1.jar
>
> axis-1.4\lib
>
> 22/04/2006  06:56p              33,202 axis-ant.jar
> 22/04/2006  06:56p           1,599,570 axis.jar
> 22/04/2006  06:56p              71,442 commons-discovery-0.2.jar
> 22/04/2006  06:56p              38,015 commons-logging-1.0.4.jar
> 22/04/2006  06:56p              31,191 jaxrpc.jar
> 22/04/2006  06:56p             352,668 log4j-1.2.8.jar
> 22/04/2006  06:56p                 921 log4j.properties
> 22/04/2006  06:56p              18,979 saaj.jar
> 22/04/2006  06:56p             126,771 wsdl4j-1.5.1.jar
>
> =========================================================
>
> regards
>
>
> Alick Buckley
>
> LANSA Research and Development
> LANSA Pty Ltd
>
> Phone: +61289070243
>
> http://www.lansa.com
> mailto:Alick.Buckley@lansa.com.au
>
>
>


--
Davanum Srinivas : http://wso2.com/blogs/