Axis2M - Simplys Axis2 devalopment with Maven
Welcome to axis2M
Axis2M is a utility projects that simplfy Axis2 web service
devalpempent along with Maven. axis2M provide set of Maven artidfacts and
promote usage of j2ee web application project layout for axis2 devalopmt:
Features of axis2M Latest Version
- axis2M- Quickstart archetype for Axis2 start up projects
- axis2M - maven plug-in
axis2M News
May 06, 2009 : Axis2M M1 released
Axis2M was released its first millstone Release as M1
This release includes
- quickstart archetype
- provide easy start for Hello world axis2 web service only using
few number of Maven commands . Also this genarate standred j2ee project layout
for axis 2 peoject, and provide WAR pacakgeing option for both services
and modules.
- axis2m:run goal to to run Axis2 simple Http server
- This Maven plug-in facilitates to run Axis2's simple
Http server with Maven, those who familiar with axis2 standard
distribution can use same server.
- axis2m:WSDL2Java goal to simplfy code genaration under Maven project
- This is a customized version of Axis2 WSDL2Code maven plug-in;
this will generate java codes with minimum number of configuration
options and garneted code are compatible with Maven project structure.
- Pre-configuration of axis2 ARR, MAR plug-ins for quickstart archetype.
- Once the project is created using axis2m
quickstart archetype axis2 AAR and axis2 MAR
maven plug-ins are configured with project layout
so that users not required configure POM file again.
- Sample applications