• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Where to start.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have read through many postings of individuals looking for resources to study for the SCWCD. I am interested in opinions on where to start.
I have printed off Ken Zrobok's notes. I have also printed off Suns Tutorials on Servlets and JSP.
Is there anything else I should get to prepare for this exam? I have worked with Servlets in the past on some short projects. It has been a while though... What kind of actual development practice should I get in? Just make up my own projects or are there some out there that are on target for the Exam?
I have the Developer version of JRun, will this be fine or should I get Tomcat instead?
Any advice appreciated. Most of this is pretty new to me.
Lastly, how similar to the SCJP exam is this exam? Will I need to review any of the SCJP topics before taking it? Is this exam mostly solution oriented or Servlet/JSP API oriented?
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I have printed off Ken Zrobok's notes. I have also printed off Suns Tutorials on Servlets and JSP.
Michell's notes is also good, IMO.

Is there anything else I should get to prepare for this exam? I have worked with Servlets in the past on some short projects. It has been a while though... What kind of actual development practice should I get in? Just make up my own projects or are there some out there that are on target for the Exam?
Also get the Specs. Maynot be all the 200+ pages, but atleast the relavent chapters.
Also, implement the examples from the notes/specs
or from previous textbooks should help. Makeing up your own projects will defenitely help.

I have the Developer version of JRun, will this be fine or should I get Tomcat instead?
If this version of JRun implements the JSP.1.2 and Servlet.2.3 Specs then it should be fine.

Lastly, how similar to the SCJP exam is this exam? Will I need to review any of the SCJP topics before taking it? Is this exam mostly solution oriented or Servlet/JSP API oriented?
I am assuming the format is pretty similar. Try the mock exams to get a feel for the exam. Also, I don't think you need to review the SCJP stuff for this exam. Although you sshould always be in touch with that, as a Java programmer.
Also, the exam is oriented towards solutions AND API, I think, The fact that you need to identify some methods proves the fact abt knowing the API. And the fact that you should have knowledge of J2EE Patterns is oriented towards knowledge of Solutions.
My two cents.
- satya
ps:
"kenny_dilger"
Your name doesn't agree with the javaranch guidelines. Please take a moment and re-register after reviewing the guidelines at http://www.javranch.com/name.jsp
thanks for your cooperation.
- satya
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the info. Name fixed.
I have also read that some people have used some Java Servlet/JSP books. Is that necessary? I took a practice exam just to see where I am at and obviously there was lots of stuff I had no idea on. After studying the API and other notes I don't think it will be a problem though.
Thanks,
Kenny
 
Madhav Lakkapragada
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for fixing the name. Appreciate your cooperation.
Also, your old account will be closed so that no one else can use it.
I have also read that some people have used some Java Servlet/JSP books. Is that necessary?
Well, if you have Servlet/JSP experience then you may pass on this. But in general, going thru a book will help you with some examples etc...
Currently, I am reviewing the more Servlets and JSP book by Marty Hall which he updated for the Servlet.2.3 and JSP.1.2 Specs. So far so good...
regds.
- satya
 
Ranch Hand
Posts: 1072
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When are you planning to take the test Satya?
 
Madhav Lakkapragada
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Late March-ish kinda time frame....

- satya...keep guessing!
 
Well THAT's new! Comfort me, reliable tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic