Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 27143 invoked from network); 13 Nov 2006 10:21:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2006 10:21:28 -0000 Received: (qmail 58849 invoked by uid 500); 13 Nov 2006 10:21:37 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 58735 invoked by uid 500); 13 Nov 2006 10:21:37 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 58724 invoked by uid 500); 13 Nov 2006 10:21:37 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 58721 invoked by uid 99); 13 Nov 2006 10:21:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 02:21:37 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 02:21:25 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1017D1A984E; Mon, 13 Nov 2006 02:20:56 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474232 - /webservices/axis2/branches/java/1_1/xdocs/tools/index.html Date: Mon, 13 Nov 2006 10:20:55 -0000 To: axis2-cvs@ws.apache.org From: chatra@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061113102056.1017D1A984E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chatra Date: Mon Nov 13 02:20:55 2006 New Revision: 474232 URL: http://svn.apache.org/viewvc?view=rev&rev=474232 Log: added jar file URLs for maven plugins Modified: webservices/axis2/branches/java/1_1/xdocs/tools/index.html Modified: webservices/axis2/branches/java/1_1/xdocs/tools/index.html URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/tools/index.html?view=diff&rev=474232&r1=474231&r2=474232 ============================================================================== --- webservices/axis2/branches/java/1_1/xdocs/tools/index.html (original) +++ webservices/axis2/branches/java/1_1/xdocs/tools/index.html Mon Nov 13 02:20:55 2006 @@ -1,164 +1,164 @@ - - - - - - Axis2 Tools Download Page - - - - - -

Apache Axis2 Tools

- -

Axis2 is bundled with a set of tools in order to make users' life easier. -This page is maintained to keep track of the tools supported by Axis2.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionVersionCompatible Axis2 versionDownloadsComments
Code Generator - Tool- Command Line & Ant TaskTool consists of a command line version and an Ant Task. It is - implemented by the WSDL2Code class and WSDL2Java class. One can - choose to run the main classes directly or use one of the scripts to - run the WSDL2Code and WSDL2Java appropriately.1.11.1This tool is bundled with the Axis2 Standard Binary Distribution - found here
Service - Archive Wizard - eclipse Plug-inAs part of the Axis2 tool set, the service archive generator is an - important tool that allows the generation of service archives ("aar" - file or a "jar" files) that can be deployed as a Web services to the - Axis2.1.11.1zip - MD5 - PGP
Code Generator - Wizard - eclipse Plug-inAxis2 code generator comes built-in with an eclipse plug-in. This can be used - to generate a WSDL file from a java class (Java2WSDL) and/or a java - class file from a WSDL (WSDL2Java)1.11.1zip - MD5 - PGP
Code - Generator Wizard - intelliJ IDEA Plug-inUsing this tool one can create service archives that can be - deployed as a Web services to the Axis2, and also generate a java - class file from a WSDL file (WSDL2Java).1.11.1zip - MD5 - PGP
Maven 2 AAR - Plug-inThis plugin generates an Axis 2 service file (AAR file).1.11.1zip - MD5 - PGP
Maven 2 - Java2WSDL Plug-in

This plugin takes as input a Java class and generates a WSDL, - which describes a Web service for invoking the classes methods.

-
1.11.1zip - MD5 - PGP
Maven 2 - WSDL2Code Plug-in

This plugin takes as input a WSDL and generates client and - server stubs for calling or implementing a Web service matching the - WSDL.

-
1.11.1zip - MD5 - PGP
- -

Previous tools releases are available here

- - + + + + + + Axis2 Tools Download Page + + + + + +

Apache Axis2 Tools

+ +

Axis2 is bundled with a set of tools in order to make users' life easier. +This page is maintained to keep track of the tools supported by Axis2.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionVersionCompatible Axis2 versionDownloadsComments
Code Generator + Tool- Command Line & Ant TaskTool consists of a command line version and an Ant Task. It is + implemented by the WSDL2Code class and WSDL2Java class. One can + choose to run the main classes directly or use one of the scripts to + run the WSDL2Code and WSDL2Java appropriately.1.11.1This tool is bundled with the Axis2 Standard Binary Distribution + found here
Service + Archive Wizard - eclipse Plug-inAs part of the Axis2 tool set, the service archive generator is an + important tool that allows the generation of service archives ("aar" + file or a "jar" files) that can be deployed as a Web services to the + Axis2.1.11.1zip + MD5 + PGP
Code Generator + Wizard - eclipse Plug-inAxis2 code generator comes built-in with an eclipse plug-in. This can be used + to generate a WSDL file from a java class (Java2WSDL) and/or a java + class file from a WSDL (WSDL2Java)1.11.1zip + MD5 + PGP
Code + Generator Wizard - intelliJ IDEA Plug-inUsing this tool one can create service archives that can be + deployed as a Web services to the Axis2, and also generate a java + class file from a WSDL file (WSDL2Java).1.11.1zip + MD5 + PGP
Maven 2 AAR + Plug-inThis plugin generates an Axis 2 service file (AAR file).1.11.1jar + MD5 + PGP
Maven 2 + Java2WSDL Plug-in

This plugin takes as input a Java class and generates a WSDL, + which describes a Web service for invoking the classes methods.

+
1.11.1jar + MD5 + PGP
Maven 2 + WSDL2Code Plug-in

This plugin takes as input a WSDL and generates client and + server stubs for calling or implementing a Web service matching the + WSDL.

+
1.11.1jar + MD5 + PGP
+ +

Previous tools releases are available here

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