HomeDownloadsUser GuideDevelopmentLegal

Development: Tag Tools Used

Tag Tools Overview

The Taglets Collection supports the following tools that provide or make use of JavaDoc tags out of the box:

Tag Tools Version Homepage
EJBGen 2.18 http://www.beust.com/ejbgen/
EMF 2.3.0 http://www.eclipse.org/emf/
XDoclet 1.2.3 http://xdoclet.sourceforge.net/

Tag Tools Details

The following section lists detail information for each of the tagging tools.

Please refer to the corresponding tool.xml description in the tool directory for further information.

EJBGen

EJBGen is an Enterprise JavaBeans 2.0 code generator. Instead of having to edit and maintain several files (Bean, Remote and Home classes, and the deployment descriptors), EJBGen will allow you to limit your editing to one file (the Bean class) and annotate it with Javadoc tags. EJBGen will then parse your source and will generate all the needed files.

Version: 2.18
Homepage: http://www.beust.com/ejbgen/
License: <Unknown>

EMF

Eclipse Modeling Framework Project (EMF).

The EMF project is a modeling framework and code generation facility for building tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor.

Version: 2.3.0
Homepage: http://www.eclipse.org/emf/
License: Eclipse Public License, Version 1.0

XDoclet

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 JavaDoc tags.

Version: 1.2.3
Homepage: http://xdoclet.sourceforge.net/
License: BSD Style License