Hello everyone:
I'm trying to learn
EJB with "Head First EJB". I want to set up my Macintosh OS X system with everything I need to do all the exercises in the book. My system came with J2SE 1.4.1 on it.
When the book says to get J2EE SDK, does that mean I have to get some JAR files to add to my system? I went to java.sun.com, but there I don't see a binary for my precise system. There is a binary for Linux. Is this what I need?
Could someone tell me what precisely is in the J2EE? What exactly are the EJB 2.0 compliant servers? I have jakarta-tomcat 4.1.27 application server. Is this complaint? It does have a
JSP servlet container.
The book advices getting J2EE 1.3. And further states that it included the JAR file with the entire J2EE API (including the classes needed for EJB development), and the practice Reference Implementation (RI) server.
How do I deploy J2EE 1.3 on my system? In other words where do I put the various component pieces?
Thanks for your help.