954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Suggest Book For Learning JSP and Servlets

I'm looking for a good book about Servlets and JSP for beginners. So far, the only book I know and have read is Head First Servlets & JSP, but it's focused more on the SCWCD exam rather than the specifics on building stuff.

I'm looking for a book that has a lot of examples on building stuff. Any suggestions?

warlord902
Junior Poster
120 posts since Dec 2010
Reputation Points: 19
Solved Threads: 0
 

Have look at Java Web Development - Starting [tutorials / resources / faq] there are some books I used in past

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 
Have look at Java Web Development - Starting [tutorials / resources / faq] there are some books I used in past

Thanks for this thread. Do you know any online resource that can help me to set up a web development server in my place, which our team can access.

like telling best OS for that
requirements for such a server
softwares required and how to set them up etc.

warlord902
Junior Poster
120 posts since Dec 2010
Reputation Points: 19
Solved Threads: 0
 

Do you know any online resource that can help me to set up a web development server in my place, which our team can access.
>>It is unlikely you will find such document as everyone goes with tools he is more comfortable/efficient with. I have my server running on Ubuntu and use either Ubuntu desktop or Mac OS (I have MacBook Pro) to maintain it. Installation of Java is MUST (I expect you know that :) ), then you may add Ant and/or Maven, choice of Java container/server Tomcat/Jetty/JBoss App Server/GlassFish (I use Tomcat) and of course some continuous integration(CI) with Jenkins/TeamCity or such (no preference here, I used both), code quality tools either plugins in project pom that can be run on CI or something like Sonatype Sonar

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

Thanks a lot for telling this. I will revert back to you if I find any problem setting up the server.

warlord902
Junior Poster
120 posts since Dec 2010
Reputation Points: 19
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: