You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Glen Daniels <gd...@macromedia.com> on 2002/10/17 16:22:46 UTC

FW: Is there a 'thinner' client runtime?


-----Original Message-----
From: Ben Souther [mailto:bsouther@fwdco.com]
Sent: Wednesday, October 16, 2002 11:33 AM
To: axis-user@xml.apache.org
Subject: Re: Is there a 'thinner' client runtime?


It would be nice to see the client and server broken down into separate jar 
files.  I'm calling webservices from within applets.  
This particular app is on an extranet so the large download and the policy 
files for breaking out of the sandbox are not too much of an inconvenience 
but a smaller, sandbox ready client would be a welcome site.








On Wednesday 16 October 2002 02:22 pm, Dave Wolf wrote:
> It appears that to consume a web service using Axis the client will need
> the following JAR's
>
>
>
> Axis.jar
>
> Jaxprc.jar
>
> Saaj.jar
>
> Log4j.jar
>
> Commons-logging.jar
>
> Commons-discovery.jar
>
> J2ee.jar
>
>
>
> Firstly, this is a huge runtime footprint for a client who simply wants
> to consume a web service.  Secondly, of all the JAR's why is j2ee.jar
> being linked to?  It appears from the stack that the Apache discovery
> classes are loading this through reflection.
>
>
>
> Is there a much more light-weight client runtime?
>
>
>
> /davewolf