Hello Authors and all,
When I first started
EJB programming, over a year ago, I didn't see much value in it. Now I kicking my self. Anyway I need some advice. What is the best development environment/system currently? I would love an
IDE that is intelligent enough to generate the Local and Remote and the Homes from the base EJB Bean. Then make the Deployment descriptors for Weblogic, WebSphere and
JBoss. Now I need full control over the getters and setters. Some of our beans don't have all the setters available in the local and the remotes can be more restrictive. Right now we use Eclipse and
ant with all the deployment descriptors done by hand. Is there a way to do this with Eclipse and XDoclet?
Thanks,
Brad