• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

New Topics in SCWCD 1.4

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the new topics added in SCWCD 1.4 except EL and JSTL.

Also, is DTD required to be studied. People who have already cleared the exam 1.4, pls comment and give your valuable suggestions.
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
posted July 12, 2004 10:45 PM
--------------------------------------------------------------------------------
This might help in preparing for the following
SCWD 1.4 new topics:

Download the J2EE 1.4 Documentation from this website

http://java.sun.com/j2ee/1.4/download.html

There is an option to download just the J2EE documentation.

1) Expression Language - EL
Check the javax.servlet.jsp.el package in the J2EE documentation.

2) JSTL 1.1
Check the javax.servlet.jsp.tagext package in the J2EE docs.

3) J2EE Design patterns - These urls on sun would be helpful.
http://java.sun.com/blueprints/patterns/catalog.html
http://java.sun.com/blueprints/corej2eepatterns/

Also - the study guide

There's a brand new J2EE 1.4 tutorial available on SUN website.

http://java.sun.com/j2ee/1.4/docs/tutorial/doc/

Hope this helps.

*Speed is the essence of Success*
 
rashmi wadhera
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx Ram. But I think J2EE tutorial covers the topics in much detail.
Is there any resource that covers the content related to 1.4 objectives.

As I want to appear for the exam as early as possible, if u can suggest some valuable and tested shortcuts. Wud appreciate ur help.

thanx
 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

You can visit my blog for the new topics added in SCWCD 1.4 and

also free reference materials.

web page
 
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's a link to downloadable version of the Falkner and Jones book from TheServerSide:

Servlets and JSPs Book

It supports the latest servlet (2.4) and jsp (2.0) specs.

Hope you find it useful.

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also new in 1.4 objectives are SimpleTag and Tag files. Those are also added in JSP 2.0 and hence in SCWCD 1.4. I used Bergsten's book for those sections.

-Durgesh
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Falkner and Jones book which Paul has specified above also contains a good explaination about SimpleTag and Tag files. This book is really great for getting in touch with the new topics of the 1.4 exam.


Cheers
Gaurav
 
rashmi wadhera
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No doubt that the above mentioned book is a GOOD resource but it does not allow the printing of the book
 
Ranch Hand
Posts: 884
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by rashmi wadhera:
No doubt that the above mentioned book is a GOOD resource but it does not allow the printing of the book




Try using it to make your own notes then? Thats what I'm doing. The specifications helped a lot too.
 
reply
    Bookmark Topic Watch Topic
  • New Topic