Geronimo - The Apache J2EE App Server will support JSR 109 (Implemented using Axis). FYI, Jonas, JBoss, JRun all use Axis for their web services support (see http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisBeingUsed for list of other products). Eventually all app servers will support JSR 109. Axis is still needed on the client-side and Servlet (non-EJB) only environments. There are other scenarios as well, for example, folks who use latest Axis with JBoss instead of the default version of Axis.
-- dims Axis by itself is still needed for Servlet only environments On Mon, 12 Jul 2004 16:24:10 +0300, Arkady Kasianski <[EMAIL PROTECTED]> wrote: > > Davanum, > > Please elaborate - what do you mean saying of support JSR 109 by Axis. > As I understand appserver has to support it. > So, if all appserver will support JSR 109 - so we will be able to build > of interoperable Web services in the J2EE Platform. > Is it correct statement that Axis is getting useless then... > > -AK > > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Monday, July 12, 2004 1:31 PM > To: [EMAIL PROTECTED] > Subject: Re: Why AXIS instead of Sun's Web Services SDK? > > PLEASE check your facts...The question was about Sun's JWSDP whose > latest incarnation JWSDP 1.4 does not even come with tomcat. (download > separate - > http://java.sun.com/webservices/containers/tomcat_for_JWSDP_1_4.html). > You CANNOT compare Axis to SunOne App Server which is > EJB+Servlets+More...If you are talking about JSR-109 support, we are > in the process of adding it to Geronimo, So when Geronimo is available > you can deploy JSR-109 code without needing to install Axis. A fair > comparison would be Axis compared with JWSDP. Download JWSDP try it and > THEN express your opinion. > > thanks, > dims > > On Sun, 11 Jul 2004 20:43:43 -0600, David Thielen <[EMAIL PROTECTED]> > wrote: > > Yes, but with Sun's solution there is no need for anything extra. > > > > For example, say one user of our system wants to run on WebLogic - > > they don't need to add Axis, it just runs directly on WebLogic. > > > > - dave > > > > > > > > > > -----Original Message----- > > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > > Sent: Sunday, July 11, 2004 5:58 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Why AXIS instead of Sun's Web Services SDK? > > > > what are u talking about??????? Axis is a servlet that can run on any > > App server > > > > -- dims > > > > On Sun, 11 Jul 2004 17:28:23 -0600, David Thielen <[EMAIL PROTECTED]> > > wrote: > > > The thing I found really compelling about Sun's solution is it can > > > be run > > on > > > any application server. Using Axis or WebLogic or any other leaves > > > you > > with > > > a service that runs on only that application server. > > > > > > - dave > > > > > > -----Original Message----- > > > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, July 11, 2004 1:02 PM > > > To: [EMAIL PROTECTED] > > > Subject: RE: Why AXIS instead of Sun's Web Services SDK? > > > > > > Thanks for looking for me Mark. My schedule was really crowded that > week. > > I > > > didn't realize ahead of time that Addison-Wesley would be > > > participating in the "Meet the Author" event, so I didn't save time > for it in my schedule. > > > > > > Anne > > > > > > -----Original Message----- > > > From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, July 07, 2004 10:11 AM > > > To: '[EMAIL PROTECTED]' > > > Subject: RE: Why AXIS instead of Sun's Web Services SDK? > > > > > > I was at JavaOne as well and I got the distinct impression that > > > JWSDP (project, not "kit") is not ready for prime time yet. Sun is > > > continuing > > to > > > merge jws into jsdk 5.0 (not 1.5 anymore) and j2ee 5.0. Further, > > > have you ever tried to use the jwsdp? Try just getting through the > > > tutorial in > > less > > > than a week! Axis internalizes many of the details the developer > > > must provide using jwsdp, details that we should not have to worry > about. > > > > > > Mark > > > > > > PS - saw a couple of your books in the bookstore, Anne...why weren't > > > > you there for "Meet the Author?" :-) > > > > > > -----Original Message----- > > > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > > > Sent: Friday, July 02, 2004 9:50 AM > > > > > > Sun's JSWDK runs only on the latest version of Tomcat. It does not > > > run on "any other application server". > > > > > > -----Original Message----- > > > From: David Thielen [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, July 01, 2004 5:06 PM > > > > > > I'm at JavaOne and so have not had a chance to download it. But it > > > looks like Sun's wsjdk gives you everything you need to run web > > > services on > > tomcat > > > or any other application server. > > > > > > In this case, what is axis needed for? > > > > > > > > > > -- > > Davanum Srinivas - http://webservices.apache.org/~dims/ > > > > > > -- > Davanum Srinivas - http://webservices.apache.org/~dims/ > > > The information contained in this message is proprietary of Amdocs, > protected from disclosure, and may be privileged. > The information is intended to be conveyed only to the designated recipient(s) > of the message. If the reader of this message is not the intended recipient, > you are hereby notified that any dissemination, use, distribution or copying of > this communication is strictly prohibited and may be unlawful. > If you have received this communication in error, please notify us immediately > by replying to the message and deleting it from your computer. > Thank you. > -- Davanum Srinivas - http://webservices.apache.org/~dims/
