• 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

learning servlets and JSP

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am going to take SCJP at the end of this month and then I want to go for SCWCD. But I don't know much about JSP and Servlets(which are the main topics in SCWCD).
Can you tell me where to start? Is it necessary to learn J2EE to leasrn JSP and Servlets?
Should I go for JSP first or servlets first? Which books are good for beginners? Any resourse list awailable?
Thank you
Gopi
 
Author
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
see the reply I posted on the jsp forum
 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IMHO Servlets and JSPs go together.
You should study both simultaneously, following the so-called MODEL II (MVC Pattern).
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gopi,
I too am going to be taking the SCJP soon and then want to move on to the SCWCD. One the best ways to learn is to write and test code so you will need a good servlet engine. You can do a search on this forum or the servlet forum for links. Also, you will probably want a good book and I would recommend two books by Marty Hall. His most recent which would be most relevant to the SCWCD can be found at moreservlets.com, but his first book has a lot of good examples for learning also and is available for free in pdf format here.
 
Ranch Hand
Posts: 1055
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaRanch has an excellent SCWCD links page.
 
Pinky Pandya
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you all for your fast reply and suggestions.
Gopi
 
reply
    Bookmark Topic Watch Topic
  • New Topic