You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/01/11 11:04:00 UTC

[Apache Web Services Wiki] New: FrontPage/Axis/XDocletIntegration

   Date: 2005-01-11T02:03:59
   Editor: ToshiyukiKimura
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/XDocletIntegration
   URL: http://wiki.apache.org/ws/FrontPage/Axis/XDocletIntegration

   Importing old wiki ...

New Page:

##language:en
'''Q: How do I integrate Axis with XDoclet?'''

A: XDoclet is an open source code generation engine. It enables Attribute-Oriented Programming for Java. In short, this means that you can add more significance to your code by adding meta data (attributes) to your Java sources. This is done in special [http://java.sun.com/j2se/javadoc/ JavaDoc] tags. 

XDoclet will parse your source files and generate many artifacts such as XML descriptors and/or source code from it. These files are generated from templates that use the information provided in the source code and its {{{JavaDoc tags}}}. 

XDoclet includes specific tags for Axis support. Please see the following for more information:[http://xdoclet.sourceforge.net/xdoclet/tags/apache-tags.html http://xdoclet.sourceforge.net/xdoclet/tags/apache-tags.html]