• 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

Professional SCWCD - Sample Chapter Available

 
Author
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
As you may be aware from my previous posts i was co author of the new wrox SCWCD bok which should be available very shortly (Amazon.com has it)
I did promise that some sample chapters would be made available along with a possible book give away, well there is a sample chapter available now from the wrox site!
Professional SCWCD Sample Chapter
We are still awaiting news about a book giveaway so watch this space.
The book is available now from Amazon.com
Enjoy!
Dan
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Excellent! And if/when the giveaway comes through, we'll replace your current "greenhorn" status by the prestigious "author" one
- Peter
 
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dan -
I am going thru the sample chapter 4 and found the following typo on page 89:
The line inside the doGet() method :
res.setStatusCode (HttpServletResponse.SC_ACCEPTED);
Shouldn't it be:
res.setStatus(HttpServletResponse.SC_ACCEPTED);
My understanding is that there is no method like setStatusCode. Pls let me know if I'm wrong.
BTW, regarding the following from some other thread...
We (Sam Dalton and I) were considering getting someone who is considering certification to review the book specifically for this forum and post some feedback.....maybe you would be interested???
I am interested in reviewing the "SCWCD Certification" book. I am currently preparing for the SCWCD exam. You can contact me at suddhasatwa_ghosh@yahoo.com
Thanks and regards, Sudd
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Dan,
I prepare for the SCWCD exam as well and would be interested in doing a review of your book. You can reach me at bernd_stransky@yahoo.com if interested.
Thanks,
Bernd
SCJP (96)
 
Dan Jepp
Author
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sudd,
You are quite right, the HttpServletResponse method is setStatus() not setStatusCode(), please accept my appologies
Dan
 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dan,I too am preparing for SCWCD & would like to review your book.My email is vedhas_pitkar@yahoo.com
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello dan,
am preparing for scwcd and would like to review the book. email address jacknick@rediffmail.com
cheers mate
jack
 
Ranch Hand
Posts: 279
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Me too, I sent you a private message with some details on that...
 
Dan Jepp
Author
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
Thanksfor all your kind offers to review my 'Professional SCWCD' but as JavaRanch will be hosting a week long promotion in 2 weeks time, certain JavaRanch appointed reviers are assigned to evaluate the book on your behalf.
Thanks again
Dan
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic