Good JSP Book?

I am doing a bulletin board with JSP and could do with a good reference book.
Could anyone recommend one?
Thanks

I think Hans Bergsten's O'Reilly book is excellent.
Marty Hall's "Core Servlets and JSPs" is pretty good, too.
Shawn Bayern's "JSTL In Action" is a terrific book on JSTL.
I recommend ONLY JSTL for JSPs these days.

Similar Messages

  • Suggest a good JSP book

    Can anyone suggest a Good JSP book for a intermediate level Programmer.
    It should have good working examples of JSP model 2 architeture and also on how to use Tags in JSP
    Rajani

    Web Development with JavaServer Pages by Duane K. Fields and Mark A. Kolb
    See http://www.manning.com/Fields/index.html

  • A Good JSP Book

    Hi pls can someone recomend a very good 100% book on JSP..?
    I would be greateful.
    Thanks

    Save your money. There is plenty of information available free
    on the web.
    Start here at the Sun website. There are tutorials, articles, and the
    official JSP specification.
    Try the IBM website. They are also big boosters of JSP. Their Redbooks
    are excellent, also free. Their books frequently refer to VisualAge for Java and WebSphere, both IBM products, but you do not have to use
    the IBM products to read the books. Just ignore the IBM-specific stuff
    and substitute whatever products you are using.
    There are also JSP-oriented sites, such as JSPInsider. When all else
    fails use your web search engine (Yahoo/Google) and do a search.
    Here are some links you might find useful:
    Tutorials from Sun
    http://developer.java.sun.com/developer/onlineTraining/JSPIntro/
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro.html
    Tutorials from IBM
    http://www-105.ibm.com/developerworks/education.nsf/dw/java-onlinecourse-bytitle?OpenDocument&Count=500
    An IBM RedBook on JSP
    http://publib-b.boulder.ibm.com/Redbooks.nsf/9445fa5b416f6e32852569ae006bb65f/777c992a61626c7d882568660004d868?OpenDocument&Highlight=0,jsp
    The JSPInsider website
    http://www.jspinsider.com/index.jsp

  • Good JSP book for beginners to intermediate level

    Hi:
    I want to buy one book, could you suggest one?
    how is "JSP 2.0: The Complete Reference, Second Edition"?
    thanks.
    -Z

    well, that depends very much on your background. If you are really new to JSP and Java, I would suggset 'SAMS Teach Yourself JavaServer Pages in 21 days' by Steven Holzner. It is very simplified and easy to understand. However, note that since it is some basic, it doesn't cover a lot of in-depth details.

  • JSP Book Recommendation

    Hello,
    I was wondering if anyone could recommend a good JSP book. I currently program in Perl and PHP and would like to learn JSP. Any help is greatly appreciated.
    Jim

    If you want to know about Tomcat (free servlet container) as well, I recommend the "Apache Tomcat Bibl" from Eaves, Jones and Godfrey. This book explains how to install the J2SDK, Tomcat, MySQL and it gives the code of a complete web application with the MVC (Model View Controller) design pattern.
    This may look like overkill, but I must admit that this is the book that explains how to build we applications using JSP and servlets.
    Of course, the book of Marty Hall mentioned in the previous replies, is a must have !

  • What's the JSP Book to start learning JSP?

    I urgently need to learn JSP and i've been searching but i need an advice on which book i should get.
    I want to learn as fast as possible, but i really want to learn good JSP... so i give more importance on the content than just learning basics in 3 days.
    One more thing, i know how to program in ASP, JavaScript and basic Java.
    So, any recomendations?
    Thanks! :)

    Marty Hall's books are "Core Servlets and JSPs" and "More Core Servlets and JSPs":
    http://www.amazon.com/exec/obidos/ASIN/0130092290/qid=1064446032/sr=2-1/ref=sr_2_1/103-9847449-3205453
    http://www.amazon.com/exec/obidos/tg/detail/-/0130676144/qid=1064446032/sr=1-1/ref=sr_1_1/103-9847449-3205453?v=glance&s=books
    Jason Hunter's O'Reilly book on servlets:
    http://www.amazon.com/exec/obidos/ASIN/0596000405/qid=1064446110/sr=2-1/ref=sr_2_1/103-9847449-3205453
    Hans Bergsten's O'Reilly book on JSPs:
    http://www.amazon.com/exec/obidos/tg/detail/-/059600317X/ref=pd_sim_books_1/103-9847449-3205453?v=glance&s=books
    I like all these books. - MOD

  • Best Practical JSP Book for PHP developer

    Hi Friends,
    I am new to JSP and want learn basics of JSP so that I can do simple web page works.
    I am a PHP developer with one and half years of experience.
    Can anybody tell me what is the best JSP book for beginners or any web link with lots of simple jsp example?
    --Sujoy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Before you learn JSP, you need to learn Java. I heard 'Head First in Java' is a good book. Install Eclipse IDE (its free) and work through some of the book's examples in it (as you read the book from cover to cover). Then Install Tomcat (its free) and the tomcat plugin for Eclipse (its free). Then read a book on JSP (cover to cover). I like the book 'JSP in action'. It covers both JSP and servlets. Then, create a hello world JSP in Eclipse, then a hello world servlet in Eclipse.

  • Can anyone recomends any good JSP website?

    I would like to know more about JSP for my current project. So may I know is there any good JSP website for reference? If it contain a lot of free source code is even better.

    Hi,
    www.jspin.com is a good website.
    it contains a lot of free source code
    For books, JSP 2nd Edition by Wrox publications is a very good book.
    regards
    Neeraj

  • In need of a jsp book :)

    I'm planning on converting a asp website to jsp and I need to figure out the following:
    1: servlet that gives out connection objects from a pool and manages "lost" connections to a mysql db
    2: a bean that has getConnection and closeConnection that is used on every jsp page.
    3: servlet/bean that can check size/dimesions/filetype on a remote url image
    4: Figure out what users are logged in at every given moment. result: x users are on, these are user1, user2, user3. automatic removal when session runs out. probably need a servlet for this.
    Its been 3 years since I've touched java so i hope you guys can recomend a jsp book that can answer these questions for me and help me get started with this project?
    Thanks :)

    Yeah youre right, I should have specified that.
    I got these books:
    deitel java how to program 3rd edition
    deitel advanced java 2 platform how to program
    the last ook has a servlet and jsp section ut I suspect that java has evolved since then so thats why I'm asking if you have any other suggestions that offer more than 2 chapters. Its really basic the stuff i have :)

  • Where to find a good reference book abt Java Palm Programming in Singapore?

    Can anyone of you introduce a good reference book about Java Palm Programming...Thanks...and pls leave down the title of the book and the location of the book shop.

    As far as I know, u could find books about java palm programming in various libraries. Look for more information @ elibraryhub.com

  • Where to find Good JSP Hosting?

    Hi everyone!
    Could someone help me to find good JSP/MySQL hosting for reselling?
    Thanks!

    I have also used EatJ but there are some pros and cons
    Pros:
    1) They provide you with a Tomcat Server with MySQL backend. With Tomcat you can deploy JSPs
    2) They allow uploading of WAR files, many other hosts don't allow WAR files.
    3) The cost is reasonable like $6/month for the lowest plan.
    4) Their support is timely but not very professional. But they do respond to every genuine question.
    5) Good instructions on how to deploy your app on their server
    Cons:
    1) Their server frequently shuts down randomly . Even on the paid plans and even when there is no error in your application.
    2) The shutting down happens once in 2 or 3 days sometimes 1 day, but without warning. So it's a big pain to go there and check everyday to see if your website is still running.
    3) Everytime is shuts down you'll have to restart it manually. They advertise 24x7 monitoring but it never works.
    I have also tried MyJavaServer
    Pros
    1) Good if you only want to deploy JSPs
    2) Server doesn't shut down randomly
    3) They have good instructions on how to deploy your JSP app
    Cons
    1) Very poor support, they don't reply to every genuine question on their forum.
    2) They don't allow uploading of WAR files which is a great limitation.

  • Whats a good JAVA book?

    What do you think is a good Java book for someone who has a little expericne with java? I have experience in COBOL and a little touch of C, and Visual Basic? Any suggestions?
    Thanks
    Justin

    I would suggest Java: an Introduction to Computer Science and Programming by Walter Savitch. This book assumes that the reader has no programming experience and it's aimed at students. I realize that you do have experience with COBOL, but I would recommend this one over the Core Java series to start out. Core Java volumes 1 and 2 are not good as an introduction for someone coming from a non-object oriented language. They would be a lot better for someone migrating from C++. They frequently refer to C++ and VB in their examples. They are excellent books, but better as a reference than an initial learning source.
    Ethan

  • Look for a good Java Book

    Hello,
    I m looking for a good java book.
    I know already about java In general:GUI,SWING ,applet and all basics things.
    i would like to buy a more advanced book.
    Any idea?
    Since all those books are expensive, i want to buy only one book a very good one.
    thanks a lot
    sebastien

    Please any ideas?
    it is very important for me
    i want to learn more about java i can do basic things like GUI,applet and some basic programs
    i want to learn more about java : Java Beans,Java networks,databases,SWING.....
    Any good book which covers many topics at once?
    thanks a lot
    sebastien

  • "Good" beginners book to Oracle DB administration

    I am as new as it gets to Oracle and I need a good beginners book for database administration. During my searches online I have found mostly poor reviews on all the Oracle DBA beginners books I've found, including Oracles 10g for beginners own publication. The one book I've found that is highly supported, but not necessarily for the newborn, but a must have is "Oracle Database 10g Insider Solutions". I was wondering if anyone could recommend any good books for beginners, that are good books, and for beginners. Those seemed to be the two most common problems in all the reviews I read. The software I'm going to be using is Oracle 10g.

    Please do not consider reading any other Oracle books before reading the Oracle documentation. Tom Kyte offers a good list here http://www.oracle.com/technology/oramag/oracle/06-mar/o26asktom.html. See the section "Where to begin". I also strongly advice reading his book Export Oracle Database Architecture for fundamentals, http://www.amazon.com/gp/product/1590595300/sr=8-1/qid=1154697462/ref=pd_bbs_1/002-8631501-9759232?ie=UTF8.

Maybe you are looking for