Frits Walraven wrote:I agree with Ankit here, but be aware of the differences between SCWCD5 and SCWCD6.
If you go for SCWCD5 and you are using tomcat 7 you can do things in EL(2.2) like calling methods on beans which are might confuse your understanding of the EL(2.1) that is taught in the book. Just read an example in this thread
Regards,
Frits
Hello Frits
Yes thanks for information.
I just noticed that J2EE6 consists of
JSP 2.2 (
JSR 245)
EL 2.2 (JSR 245)
JSTL 1.2 (
JSR 52)
Servlet 3.0 (
JSR 315)
Hence the use of the corresponding latest release of specifications would be helpful for the exam.
Tomcat 7 supports all of the above.