Alex S
Posts: 27
Nickname: andu
Registered: Mar, 2003
|
|
Re: j2ee projects
|
Posted: Mar 4, 2003 3:11 AM
|
|
Just a hint ...
If you want to develop EJB's, check XDoclet open source tool at http://sourceforge.net/project/showfiles.php?group_id=31602. It will help you to generate most of the source file you'll need (normally, you have to write more then 5 files for an EJB component; with xdoclet you can write only one file, the bean, and the rest of them will be generated for you).
Also, you will need to know developing with Ant tool. If you don't, you can find it at http://ant.apache.org/.
|
|