I have gotten used to SunOne Studio (Netbeans), but recently have decided to give Eclipse a try. One thing I am missing are the Sun wizards that generate EJB skeleton code. Does anyone know of a good plugin for Eclipse that does the same thing? Thanks.
The Lomboz plugin is the only one I know of. It has all sorts of wizards for creating J2EE components. As a side note, you could consider extending an abstract class with empty ejbXXX() methods -- that way you could keep your EJB implementation class free of the unnecessary life-cycle methods that you don't use (override).