Hi everyone. I am working on my SCBCD certification. Now.. I want to also know which is the preferred IDE for developing Beans. Is it Eclipse? JCreator? What are developers using for this and Java?
I don't recommend using IDEs while preparing for SCBCD. IDEs generate most of the EJB code for you and then leaves "// Put you code here" portions for you to fill in. For SCBCD it is really important that you know everything that goes into EJBs completely. Letting IDE do this is not a good idea. Initially you should do all, even writing deployment descriptors, by yourself. That way you can remember a lot at the back of your head. Later when you get more experienced use some IDEs like NetBeans 4.1 With Sun Java System Application Server 8.x and Websphere Studio Application Developer 5.x or 6.x. [ April 27, 2005: Message edited by: Keerthi P ]
You can use Eclipse for general Java Stuff like syntax highlighting and building your application by using ANT (Also a perspective in Eclipse). These building and organizing project stuff is tedious when done by hand.
BUT you should not use any plug-ins for EJB if you really want to understand and score good marks in SCBCD.
In production enviornments you can use NetBeans/WSAD/Eclipse with Lomboz
I have tried many IDEs and the best overall IDE is of course the Visual Studio 2005 Enterprise architect. Believe me it is But since we are talking about J2ee and EJB, go with JBuilder 2005 Enterprise if you can get it or if not then get Sun Java Studio Creator (You can download a free 20 something day trial) which should be enough if you are planning to take your certification fast. Eclipse is pretty good too, but JBuilder 2005 is the best of all above in my opinion with Sun Studio Creator close second. IDEA Intellj is distant third.
Hi , The best ide amongst the ones that i have worked with is intellij idea . Howeever if you are working with websphere theres no better IDE than WSAD . If you dont want to buy any IDE then eclipse would suit you
There are 2 freely downloadable industrial grade IDES out there. Oracle 10g JDeveloper and BEA Weblogic 8.1. Both of these are fully J2EE compliant and the trial downloaded versions never expire.