----- Original Message ----- From: "Chris Forbis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 13:35 Subject: RE: Axis light for client
> Hey, > > Now not that I have used either of these two there are many posts in t his > group saying that for a client app to try them because they are smaller. > > Wingfoot or GLUE in applets seems to be the general posts I have seen. > > Now that said, why do we not look into making a VERY VERY light client jar > for axis 1.2. Maybe something that will require 1.4 so we can use the stuff > that java will have for XML and much of the http work? It would be a useful little exercise. You could perhaps strip out all the wsdl-to-java generation for a run-time-only system, which should save space, and some of the other stuff. You'll still need commons-logging, but bind it to Java1.4 logging instead of log4j. I look forward to see your results (and the axis-client) build file :)