• 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 books

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've clreared SCJP1.4 with 85%. Now just start preparation for SCWCD.Can you please tell me which books are helpful for me.Please give me the name of the author.
 
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'll find some recommended books here :
http://faq.javaranch.com/view?ScwcdFaq
http://faq.javaranch.com/view?ScwcdLinks

Most ranchers use Head First Servlets and JSP. You may be interested in Charles Lyons' book too.
 
Ranch Hand
Posts: 510
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just passed the exam last week. I used 'Head First Servlets and JSP' to prepare.

I do recommend trying to write code that applies each topic that you study (except for the Design Patterns). It will help to solidify the points that the book makes.
 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please check my signature to prepare for SCWCD. All the Best!
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My suggestion is to start off with "HFSJ" (Head First Servlets & JSP).

Good luck
 
Ranch Hand
Posts: 893
Tomcat Server Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HFSJ (Head First Servlets & JSP) gives you a good overview and an introduction
to the material and is easy to understand.
 
Michael Ku
Ranch Hand
Posts: 510
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whatever book or method you use to prepare for the exam, there is no substitute to actually coding the examples that you read and attempting to use the knowledge by yourself. This will force you to think about what you are learning and surface any questions (or the famous 'doubts' that everyone writes about in these forums) that you may have. You will learn a tremendous amount doing it this way.
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Head First Servlets and Jsp and David Bridgewater's SCWCD might be a good combination.
 
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 teachers,

Is there any free book available for SCWCD? Please share with me.

Thanks a lot in advance.
 
Christophe Verré
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

Is there any free book available for SCWCD? Please share with me.


There's none. But you can refer to some ranchers' notes. You'll find them at the Links Page
 
reply
    Bookmark Topic Watch Topic
  • New Topic