what's the requirement of IDE in 'Head First EJB' ?
There's no requirement whatsoever. You can use any editor. Some, like Netbeans (and I'm sure MyEclipse does that too) will help you to start/stop the bean container.
OK, I will consider EJB 3 and the new SCBCD 5 exam.
another question is..... I followed IDE set-up installation according to Mikalai Zaikin's SCBCD 5.0 Study Guide, will I be able to use it to practicse exercises in HeadFirst EJB book which is target to EJB2 ?
Thanks
Linda
Bert Bates
author
Sheriff
Joined: Oct 14, 2002
Posts: 8712
posted
0
Hi Jothi,
Why do you recommend the new EJB exam? Here's why I ask:
1 - The new exam is NOT a superset of the old exam. In other words knowing how to use new EJBs doesn't mean that you know how to use old EJBs.
2 - A lot of companies are NOT going to switch to new EJBs anytime soon.
Eliminate fossil fuel subsidies. (If you're not on the edge, you're taking up too much room.)
Linda Smith
Greenhorn
Joined: Aug 02, 2007
Posts: 4
posted
0
Installing part on Mikalai Zaikin's SCBCD 5.0 Study Guide is super.
I check MZ's SCBCD1.3 study guide, it does not have installing part. Does anybody know a good reference of installation setup for practising SCBCD1.3 or does the HeadFirst EJB have?
The reason I am asking is becasue I'd like to practice both new and old technology. I would prefer some hands-on exercise before I take exams.
There's no particular editor used in Head First EJB. But you are shown how to install and use the Java Reference Server (J2EE RI 1.3.1) and its DeployTool at the begin. Make sure to get the appropriate version, as told you here.
Narendra Dhande
Ranch Hand
Joined: Dec 04, 2004
Posts: 950
posted
0
Hi,
MZ's Notes are superb. The Installation part is for old version of IDE. The new version already included Java EE perspective. So you can test your application without the patch mentioned in the Installation Guide.
I am using NetBean 6.0. I am not discussing which is better IDE, But most of the times I am using NetBean and I found it is easier to use particularly while developing enterprise applications, developing the clients, calling EJBs into clients etc.
Thanks
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: A question about IDE used in 'Head First EJB'