• 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

Cleared the SCWCD with 89% - share my study path !

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I cleared the SCWCD with 89% last week !

Thanks for the authors of HFSJ and all members of JavaRanch !

I would like to share my learning path with all of us.

After graduation, I passed the SCJP. Now, I am an Analyst Programmer to develope internal web-based systems.

I have 2 years experience of webapp development as well as the Business Tier using J2EE, mainly built on the Servlet, Jsp and Apache Struts framework. After getting the SCBCD, I found it will be valuable either for my career or self-improvement, so I planned to get the SCWCD.

Study Duration:
- 2 months

Study Materials:
- HSFJ + JSP and Servlet Spec
- Using Tomcat to test, EL, jsp and standard actions
- Checking thread on JavaRanch



Based on my experience of webapp development, studying HSFJ is not a hard job. However, since I used Struts for development, I used extensively the Struts tag library. The topic like:
1. EL
2. Standard Action (e.g. <c:if> ..)

is quite harsh for me. I need to spend lots of time to learn the syntax of the standard tag, esp the <c: XXX>.

----------------------------------------------------------------
On the other hand, I found the Design Pattern very easy, as I have already applied them in my applications. To be honest, studying the J2EE patterns from the http://java.sun.com/blueprints/patterns/ is not a easy job for a beginner. I really appreciated the way that HSFJ used to introduce the J2EE patterns.

I think studying the SCWCD is very good both for beginner and experienced webapp developer. After reading HSFJ, I started to used Filters to handle
authentication checking and authorization (previously, I put those code on a Generic Struts Action class). I used EL to make the JSP tidy. Use the SimpleTag in webapp development...

Tips:
- Study the HSFB intensively, do all the mock.
- There must be place that you won't understanding during your reading, in most case, you can clear them from the /* JSP/Servlet Spec and JavaRanch */ !
- Keep checking the errata of HSFJ, this saves you lot of time.
- Using Tomcat to testing.
- PS: my final mock exams on HFSJ is 70%.

Good luck !
Enjoy your studying !
 
Ranch Hand
Posts: 951
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Congrats
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vence,

Congratulations and thank you for sharing your experience. I've just started and I find it very encouraging

Have a great Day
 
Ranch Hand
Posts: 431
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!!

Well Done!!!
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


What's next?
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats

Well Done!!!

 
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HEartly Congratulation !!!

-Sanjay
 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats to you...

I am also preparing for SCWCD . I often get stuck in security and design patterns chapter. They tend to be theoritical and I get confused what to learn and what not to.
Please advise..

Regards,
Amit
 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats to you...
 
I'm not dead! I feel happy! I'd like to go for a walk! I'll even read a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic