Re: J2EE tutorial (Learn J2EE in 21 Days, Sam's)



Sebastien Degardin wrote:
I asked that because i thought i could have some important changement since 1.3

But, i think that the differences are in the specification such as (EJB, JSP, servlet). am i wrong ?


The acronym J2EE refers to a set of specifications. So of course the changes are in specifications.


Perhaps when you say that the "differences are in the specification" you are thinking of a specific J2EE implementation?

In any case, you should be fine with the 1.3 tutorial to start out with, unless there was a specific feature in 1.4 you wanted to explore. After all, 1.4 contains 1.3 so it is a good starting base.

HTH,
Ray

--
XML is the programmer's duct tape.
.



Relevant Pages

  • Re: most used enterprise java technologies
    ... I'd be very surprised if EJB was number one. ... Servlets and JSP are likely ... be aware of what technologies are out there, ...
    (comp.lang.java.programmer)
  • Re: most used enterprise java technologies
    ... Out of curiosity I want to ask what are the most used j2ee technologies ... I'd be very surprised if EJB was number one. ... Servlets and JSP are likely ...
    (comp.lang.java.programmer)
  • Re: J2EE tutorial (Learn J2EE in 21 Days, Sams)
    ... Raymond DeCampo wrote: ... But, i think that the differences are in the specification such as (EJB, JSP, servlet). ...
    (comp.lang.java)
  • Re: Learning J2EE where to start
    ... which components are included in J2EE. ... I started with JNDI, Servlet, JSP. ... After that I learned JTA, EJB, JMS. ...
    (comp.lang.java.help)
  • Re: [OT] Which technology might I use for this web application?
    ... Can I write the server code in Java? ... output-rich purposes, Java Server Pages (JSP) is a useful technology that runs on top of servlets. ... Apache Tomcat is a popular, capable servlet container; some other containers include IBM Websphere and Bea WebLogic, and there are others. ... Some tag libraries include JSP custom tags for performing DB accesses, or you can do it directly in your own Java code. ...
    (comp.lang.java.programmer)