• 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

JSP or servlets first?? ..

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just picked up the book "Web Development with JavaServer Pages" by Duane Fields .. it covers JSP, EJB, etc. Should I read a servlet book first? I am a SJCP looking to educate myself in this area. I was thinking of "Core Servlets And JavaServer Pages" by Marty Hall .. but does it matter which I learn first?
Thanks!
------------------
Eric Neuman
Sun Certified Programmer for the Java� 2 Platform
------------------
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I certainly advise a thorough study of servlets first. Then you will find it much easier to understand JSP. Thats why my book covers servlets first.
Bill

------------------
author of:
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Eric
As u must be knowing JSP is 'one layer up' of servlets. So it would be better if u go through basics of servlets, that's enough.

Originally posted by Eric Neuman:
I just picked up the book "Web Development with JavaServer Pages" by Duane Fields .. it covers JSP, EJB, etc. Should I read a servlet book first? I am a SJCP looking to educate myself in this area. I was thinking of "Core Servlets And JavaServer Pages" by Marty Hall .. but does it matter which I learn first?
Thanks!


 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok thanks everyone!
------------------
Eric Neuman
Sun Certified Programmer for the Java� 2 Platform
------------------
 
Talk sense to a fool and he calls you foolish. -Euripides A foolish tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic