• 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

what "tools" do I need to study for this exam?

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I am thinking to start prepare for the SCWCD exam. If I only have a PC computer and ethernet connection at home, is that enough to prepare for the exam? I am unfamiliar with the JSP stuff..do i need to download/install some sort of server on my computer in order to learn/practice the materials? Please advise..THANKS A LOT!!
-serena
 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Serena,
To wok with servlets and JSP you need to have a webserver installed on you system.
I have myself thought of taking up SCWCD exam and bought the book "SCWCD Exam Kit" by Hanumant Deshmukh and Jignesh Malvia, which comes with a CD that has a the Tomcat server installables.
Tomcat is a standalone servlet engine ,supports both the servelet and JSP.

Hope this helps
Reshma
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
best place to start is like Reshma recommends - get yourself a good SCWCD book (SCWCD Exam Study Kit is my personal recommendation).
It starts off with the basics about JSP/Servlets -- then goes into the specific things you'll need for the exam.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would recommend downloading and installing. j2sdk1.4.x and jakarta-tomcat-4.1.24.
I would first start with a good book on jsp and servlets and write some code, and then read a book for the scwd-test.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic