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

something about the servlets 's books

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
You know,i'm a new learner of servlets,and can you introduce some nice books to me?
 
Ranch Hand
Posts: 806
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
HFSJ (Head First Servlets and Jsps is best one) in my opinion.
 
Ye Mingjian
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
i've got one in my bookstore,but there's not enough examples...it's still hard for a freshman
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
"ye mj", please check your private messages for an important administrative matter. Thanks.
 
chaitanya karthikk
Ranch Hand
Posts: 806
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
That book is so simple, the author has written in an easy language.
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Murach's Java Servlets and JSP (2nd Edition) is an excellent book. This will give you all practical skills for writing servlet and jsp in real world.

I won't say "Head First Servlets and Jsps" is not good but Murach's book is better. Read it first. I have used some book examples in my site.

(Forum program has bug. Can you see it ? )
 
Ye Mingjian
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
i have to say you've given an excellent answer ,but it's a pity that it's hard for me to get that book,thands a lot.
One more question,when i used the instruction"javac -classpath /home/ken/apache-tomcat-6.0.26/lib/servlet-api.jar -d classes src/com/ymjjans/web/BeerSelect.java" to compile the BeerSelect.java(calling the class com.ymjjans.model.BeerExpert,and the package is correct(src/com/ymjjans/model/BeerExpert.java)),and it said that it could't find the file src/com/ymjjans/model/BeerExpert.java in ubuntu,thank you
 
Bear Bibeault
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
You should start new topics for new questions. And questions on how to compile should be placed in the Beginning java forum, not the Servlets forum.
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic