The moose likes IDEs, Version Control and other tools and the fly likes EJB code generation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "EJB code generation" Watch "EJB code generation" New topic
Author

EJB code generation

Shabeen Jafri
Greenhorn

Joined: Dec 30, 2002
Posts: 6
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.
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11945
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).


Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
 
 
subject: EJB code generation
 
Threads others viewed
Newbie Eclipse Question: Whats the difference between Manifest and Build Path?
eclipse autocomplete not working on ejb-jar.xml
Multiple questions
generating class file without using javac command
"Eclipse + EJB3 + Maven" question
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com