Learning JSP

I am an experienced (20 yrs +) software developer, but I am new to the Java Platform and JSP.
What would you suggest to be the best, and most current, reference textbook to supplement the JSP tutorial. I'm looking for clarifying examples, advanced JSP concepts, and best practices within JSP and its enabeling technologies. I want the book that will take me to a skill level beyond that which is presented in the tutorial.
Thank you,
Jim

I recommend the Core Servlets and JSP series by Marty Hall.
The book is available as a free PDF download (albeit rather large) from http://www.coreservlets.com/
Good luck.

Similar Messages

  • 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

  • Suggest good source for learning jsp

    Hi,
    Can any one suggest good link for learning jsp.....
    Its very urgent............
    Thanks in advance..........

    This one is a good one for beginners, Have a glance.
    http://www.tomlauren.com/notes/jsp.html
    Ramki

  • How to learn JSP

    Hi all
    What is the beast way to learn JSP?
    I am using windows Laptop, Intel Pentium M processor 1.6G
    512M Ram. Does that mean in order to practice that I need to change my
    windows platform to linux platform eg Redhat. In addtion download tomcat.
    Pls advise

    I think the best JSP book out there is Hans Bergsten's JSP book from O'Reilly. It has you using JSTL right from the first example, which is the right way to do JSPs IMO.
    Tomcat runs on Windows. You don't need Linux.
    %

  • How to learn JSP to develop website?

    I want to learn JSP to develop website. I am student of NIIT and have very good knowledge about core JAVA to develop desktop application. I have knowledge about fundamental with OOPS. During my course I learn very basic about JSP.
    Right now, I am working with web development company as an SEO manager and dealing with websites like eCommerce or big B2B or B2C portals.
    I have 3 years and 8 months experience in SEO but want to learn JSP which help me to develop website on JSP.
    How can I quick start with it? And, How much time will it take to learn JSP?

    are you interested in ADF framework?
    if yes, check this
    http://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper

  • Want to learn JSP- Hww to start preperation for it?

    Hi Guys,
    I want to start learning JSP. PLease suggest me some good books or links.
    Thanks
    Santhosh

    Excellent advise, though for absolute beginners "Beginning JSP" might be a better choice.
    b.t.w. odonata, is there good reason to get the 2nd edition for people who already have the 1st edition?
    Don't want to spend another $40+ for a book that's only got a few new paragraphs and typos removed :)

  • Beginner to learn jsp, need help!

    hello, i am beginner to learn jsp..i don't know what i should do...pls tell me what i should do now for a beginner...i also need some tutorial that help me to learn jsp..can anyone give me the address to link to there??? i also don't know are me should to install tomcat??? i don't have to use the tomcat...

    first, you have to setup a jsp environment, include web server and database server.
    www.jspin.com
    www.jspindex.com
    www.code4u.com
    try to get some resources over these web site.
    good luck

  • [ Any best material to learn JSP ] for beginner level

    Hi,
    i am new to JSP pages, i know HTML well
    also give me some best link or e-Material to learn JSP with Examples.
    with TOMCAT 5.5.14 server
    Thanks
    Ghanshyam

    Try out the JSP examples coming with Tomcat. They would give you a fair enough idea about JSP. And if you know HTML and have a fair enough understanding of JAVA you should pick it up early.

  • Want to learn JSP

    whats up guys i want to expand my language base so i am planning to learn jsp.
    so i wanted to ask a few questions
    1. what is needed for me to code in jsp i heard that jsp is similar to asp so i am guessing i can code jsp pages in dreamweaver right?
    2. can iis be used as the webserver for the jsp page. or do i need a new webserver
    3. can anyone point me to some good tutorials

    whats up guys i want to expand my language base so i
    am planning to learn jsp.
    so i wanted to ask a few questions
    1. what is needed for me to code in jsp i heard that
    jsp is similar to asp so i am guessing i can code jsp
    pages in dreamweaver right?I don't know ASP, but the little I do know tells me that it's not a perfect analogy. JSP is not ASP, especially if you keep scriptlet code out of your pages. I recommend that you do.
    I don't use Dreamweaver, so I don't know. Our UI developers use Dreamweaver to generate HTML pages, and then we add the dynamic part for JSP.
    2. can iis be used as the webserver for the jsp page.
    or do i need a new webserverWeb servers like Apache and IIS know nothing about JSP or servlets. You need a servlet/JSP engine. Any Java EE container will have one. A free one that you can download is Tomcat:
    http://tomcat.apache.org
    3. can anyone point me to some good tutorialsGoogle for one. I don't know what's best or up to date anymore, because it's been a while since I first learned JSPs.
    As far as books go, my favorite is Hans Bergsten's O'Reilly book.
    My biggest piece of advice is to start writing JSPs with JSP Standard Tag Library, or JSTL. No one should write JSPs without it.
    %

  • Best links for learning jsp

    i would like to learn jsp from the basic concepts.where can i get the resource or help for learning jsp from the start.thanks in advance if some one could guide me in the right direction.

    you can visit www.coreservlets.com / it is a great site, and there you can download a pdf version of Core Servlets and Java Server Pages, which is really good book to start learning JSP and servlet technology. In addition www.javaranch.com, is another good site, where you can find a lot of useful links
    Regards
    Eyad

  • Novice Programmer Needs To Learn JSP

    Hi All,
    I am an experienced HTML programmer and my current employer would like me to learn JSP, JavaScript, and Java. They would prefer I learn JSP first.
    I have no programming experience beyond HTML. What is the best way for me to learn JSP? Can I learn through books or will I need to take a class?
    I appreciate any and all advice.
    - Rob

    Maybe someone else will disagree with me, but from my experience your management does not have a clue.
    JSPs may look like more fancy HTML pages, but in fact the use of them by an application server (such as Tomcat) causes them to be translated into Java code and they become servlets. So, you cannot do serious JSP work without being aware of what is going on in wrinting Java Servlets.
    JavaScript, although the name starts with "Java" is a distinct language, used pretty much only in browsers as a way to have smarter action implemented in the browser. JavaScript shares a tantalizing amount of Java's syntax, but they are different.
    For example, if we consider a form to be used by someone to prepare information to send to a web site, with JavaScript, you can do validation before the data is sent to the server and put up a message to the user with no network traffic required. With logic only in Java code on the server, you will need to send the data to the server to do validation, and then send back a rejection notice asking for the user to recreate the information.
    The ugly truth (in my opinion) is that to be a good writer of Java-ish things to be shown in a browser, you need to know HTML, JavaScript, Java, and Java Servlets. (Pretty soon you will need to deal with database stuff.)
    JSPs can make some tasks easier, but you need to know what is really going on or you can make errors at a high rate of speed.
    JSPs are not required. You could write code on the server to create a stream of html output that is a combination of standard blocks of html code and content from other sources (usually databases). With JSPs however, you can write blocks of html and java code and the process of compiling a JSP turns it into Java code that generates the stream of html output wiith intermixed data. It is easier to do maintenance on a JSP than on a plain servlet.
    For example, if you are doing a page that is a "shopping cart" for an e-commerce site, you can have the standard html lines to create the <table> and header rows. Then, you switch into Java, get the data, and loop through the entries. For each item in the list of contents you output a row of the html table. When you are through looping through the data, you exit the java code and have a plain old html ending of the table.
    Does this help?
    Dave Patterson

  • Learning JSP Custom tags

    Hello friends i am planning to learn jsp custom tags but i dont find any proper source or any material.....help me to find the proper URL to get the tutorials.
    Thanks

    Did you look under tutorials on this site? The URL is http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPTags.html

  • Learning jsp 2.0

    I need some suggestions of free online resources for learning jsp, because the ones I've found until now
    are too old (like Core Servlets & JSP book) or too intermixed with J2EE (like sun tutorial)
    Thanks in advance,

    Look for anything by Hans Bergsten. He wrote the O'Reilly JSP book. I think it's excellent. If he has any on-line tutorials they're sure to be good.
    The old stuff is as good as ever. What you really need to learn is the JSTL. Get the Jakarta implementation specific to your instance of Tomcat and go to town.
    Hans' book, or Shawn Bayern's "JSTL In Action", are both great sources for JSTL.

  • What are the best resources for learning JSP?

    In your experience, what have been the best resources for learning JSP? I am new to this, and so far have been plugging away at a "Dummies" book. Hopefully there are other inexpensive ways (I checked the book out at the library), to learn it, and possibly even less boring (though I doubt it). I can deal with the boring, but I was wondering if I was going about learning it the best way.

    Hi ..
    GO to website www.Apache.org
    down load Apache tomcat server .
    install it ...
    Go to sun site
    c and download jsp tutorials ...
    Go to
    (www.coreservlets.com)download book core servlets
    u can find lots of nice books supported by sun on sunwebsite ...
    Now u r equipped ....
    start doing everything (R &D) on server ..
    Join This JSP forum and ask any thing u didnt got ..or learn or get confused..
    I thing once u go through this ..it will do all what u want
    Hope it helps
    Best of Luck :)
    regds & take care

  • I start learning JSP

    I want to start learning JSP. What server do I need? I use Omni HTTPD for PHP and IIS Win 2000 for ASP - can I use it also for JSP. Where can I download free server (I work on Win 2000)?
    Is there any free JSP host in the net?
    Thank you

    Im in the same boat. Have purchased a book called "Core servlets and JSP". Im working from Win200 Server. Was following the guide which suggested Apache Tomcat as a good stand alone server, but cannot seem to configure it properly. I hav followed the instructions, and was then directed to type in "http://localhost/" in a browser, expecting to see a JSP page, but instead i got a IIS page??? So i assume i have not configured it properly. do i have to do something with IIS?

  • Where to learn JSP

    I need to learn JSP, but I'm not a programmer where should I start?

    That roseindia article is funny. The introduction is OK, but when it comes to real code ...
    public boolean connect() throws ClassNotFoundException,SQLException {
        Class.forName(dbDriver);
        dbCon = DriverManager.getConnection(dbURL);
        return true;
    }When does it return false? What's the benefit of returning true?
    public ResultSet execSQL(String sql) throws SQLException {}Passing Statements or ResultSets around as parameters or return types is bad design.
    The code also doesn't close the connection, the statement, nor the resultset in case of exceptions, which causes memory and resource leaks.
    And this is also funny:return (r == null) ? null : r;they explained it as:
    What this statement does is that, if the value of r is null, it returns a null value and if it is a non null value, it returns the value of r. Though this statement seems redundant, it is useful for preventing any errors that might occur due to improper value being set in r.
    So, if r is null, then return null .. What's the difference between null and null?
    The same applies to:return (r == 0) ? 0 : r; Further on there is no clear separation in the code. The "data tier" is spread over the "bean" and the scriptlets. Yes, scriptlets.
    Bad article.

Maybe you are looking for

  • How can i display light in ALV

    hi gurus , i want to use lights in my program. i don know how to proceed. can anyone of you pl  help me with code. An early reply will be highly appreciated.. regards, Neeraj Srivastava

  • QT10.1 will not open .wmv file after upgrade to 10.7.4

    Hi Qt 10.1 will no longer open .wmv files after upgrading to 10.7.4.  I have the latest version of flip for mac.  They will opwn in QT7 pro but does anybody have a fix for this problem at all?  Thanks in advance. 

  • Exporting onenote to PDF page settings 2013

    I am having the worst time with OneNote 2013: specifically with exporting a printed version of my class notes to PDF. I am familiar with 'page setup', as well as using a 'custom' size to hopefully fit all my lectures notes in equal page sizes. It jus

  • Message thrown as User group not created

    Hi, When the User tries to access a Transaction Code which is a (Query created from table BSEG) he gets a message that User Group has not yet been created, where as the User Group has been created and can be seen. We checked the SU53 screen after acc

  • Dynamic Color for Workbook

    Hi Expert, by creating a colored workbook i notice the color was disappearing after the refresh. I decide to built a makro which can fix the color in each line. I done that manually. But i am looking for a makro which can dynamically color the cells.