Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
4 user(s) are online (4 user(s) are browsing encyclopedia)

Members: 0
Guests: 4

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

XDoclet

XDoclet is an open-source code generation library which enables etc.

=Example=

A typical XDoclet comment might look like this:

/** * This is the Account entity bean. It is an example of how to use the * EJBDoclet tags. * * @see Customer * * @ejb.bean * name= bank/Account * type= CMP * jndi-name= ejb/bank/Account * local-jndi-name= ejb/bank/LocalAccount * primkey-field= id * * @ejb.finder * signature= java.util.Collection findAll() * unchecked= true * * @ejb.transaction * type= Required * * @ejb.interface * remote-class= test.interfaces.Account * * @ejb.value-object * match= * * * @version 1.5 */

=External Resources=

  • [http://xdoclet.sourceforge.net/xdoclet/index.html XDoclet project site]