The way to your IT projects
Posts tagged NetBeans
Yaps sous NetBeans 6.5
Dec 8th
L’application Yaps Pet Store (ou Yaps pour faire court) est une application fictive développée par Antonio Goncalves dans le cadre de son livre sur JEE5 (également décrit ici).
Dans ce livre, l’application Yaps est développée étape par étape pour illustrer les nombreux concepts entourant JEE5. Pour rester le plus neutre possible, l’auteur a pris le parti d’utiliser Ant pour construire et déployer l’application.
Pour ma part, j’ai entrepris de porter l’application Yaps sous NetBeans 6.5.
Pourquoi NetBeans?
NetBeans a depuis longtemps gagné en maturité. La richesse de ses outils (notamment son stack SOA), le volume d’information disponible et la communauté sans cesse grandissante en fait aujourd’hui More >
Changing ${user} value for Javadoc template on NetBeans 6.1
Nov 3rd
On NetBeans, the Javadoc template uses the value ${user} for the display of the user name in the author’s tag.
This value can be changed by modifying the “User.properties” file from the “User Configuration Properties” template.
Open the “Template Manager” from the menu “Tools > Templates”.
Locate the template “User Configuration Properties” and modify the “User.properties” file (Open in Editor).
Modify or create the user’s property.
Example:
user=Said Eloudrhiri (Noratek)
Save your changes.
Now, each time a Javadoc is produced, the “author” tag will be replaced with the user’s property you’ve set.

