• 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

SCWCD

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

Did anybody cleared or planning to appear for SCWCD Exam? If so Can you please suggest me the approach or referral bboks

Thanks in advance

Thanks
Srinivas
 
Ranch Hand
Posts: 2066
IntelliJ IDE Clojure Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check the SCWCD forum!
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the SCWCD Forum.

Check ScwcdLinks and ScwcdFaq...
 
Ranch Hand
Posts: 310
1
Oracle Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, please check SCWCD links and faq!
HFSJ is a good book to start with. You can use Tomcat 5.5 or other app servers like JBoss, but Tomcat is easy to manage. Try not to depend on UI too much. If you use Eclipse or tool like that, make sure you create plain Class and not a Servlet, Filter or JSP directly. The reason is tools will create some code, helper class, do some imports, create web.xml etc which the exam expects you to have good knowledge of. Try to code all examples from the book, and answer all the questions at the end of each chapter.

Finally go for some mocks Good luck!!!
 
Abimaran Kugathasan
Ranch Hand
Posts: 2066
IntelliJ IDE Clojure Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Rajeev Rnair, HFSJ is only enough? Thanks in Advanced!~
 
Rajeev Rnair
Ranch Hand
Posts: 310
1
Oracle Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Abimaran Kugathasan wrote:Hey Rajeev Rnair, HFSJ is only enough? Thanks in Advanced!~

Hello Abimaran, HFSJ pretty much covers everything.

In addition to that please go through the JSP/ Servlet/ JSTL specifications and API. (links in SCWCD links page).

For design patterns, please read Peabody design patterns (links in SCWCD links)

Frits Walerman notes and Mikalai Zaikin notes are good also

Finally try to do as much as mock exams. Enthuware is a very good tool. There are 8 mock exams and it is not very expensive and you can learn a lot
Coffee Cram final exam is good too. Marcus Green and some other mock exams are free. Please see all links in SCWCD links page

But basically you should read HFSJ cover to cover and try to do all the code samples in that.

Good luck man!!!
 
Abimaran Kugathasan
Ranch Hand
Posts: 2066
IntelliJ IDE Clojure Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Rajeev Rnair, I can remember, you told these thing in you SCWCD passed thread! Thanks a lot bro. Nice reply...... Thanks again!
 
Srinivas Katta
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is HFSJ Book is available online?

Thanks
Srinivas
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You mean you want to buy it online ?
 
Ranch Hand
Posts: 754
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Srinivas Katta wrote:Is HFSJ Book is available online?

Thanks
Srinivas



You can find it here: http://www.amazon.com/Head-First-Servlets-JSP-Certified/dp/0596516681/ref=sr_1_1?ie=UTF8&s=books&qid=1280199862&sr=8-1

I live in Brazil and they sent to me.

I did the test just studing this book. It's a good one.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic