Instead of using wizards I suggest to look at 
EJBGen (http://www.beust.com/cedric/ejbgen/) or 
XDoclet (http://sourceforge.net/projects/xdoclet/)
They all integrate with Ant and the idea is:
you just edit your Bean impl. class, run the tool
(using Ant) and it will generate all Home, Remote,
ejb-jar.xml, weblogic-ejb-jar.xml, the rdbms xmls etc.
(At least EJBGen generates also tons of "new" classes, like
local intfaces, value objects etc.)

r.


> -----Original Message-----
> But do you realize how quicker you would be programming CMP beans, if
> the Entity bean, ejb-jar.xml file and helper classes would all be
> connected. Change one variable, and it would change all the 
> files. Also
> all the debugging trouble you get sometimes with EJB beans. Like if a
> method in the remote interface isn't the same as in the as in the EJB
> bean, you get an error and lot's of other things. I have no doubt that
> if you have developed a EJB bean you know that everything has to be
> perfect.
> 
> Well that's my thought. 
> Ingi
> 
> 
> _______________________________________________
> Eap-features mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-features
> 

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to