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

Similar Messages

  • HELP! What's the best book/resource for learning more complex interactions in EdgeAnimate?

    Hi there,
    I'm completely new to the world of HTML5/javascript etc and I'm looking for a book/person that will teach me (in a comprehensive, 'from the ground up' kind of way) how to apply these sorts of interactions.
    1: Drag a symbol and 'throw' it so that the object continues moving at the velocity of finger swipe after the user removes their hand from the screen, slowly decreasing with a pre defined 'inertia' variable.
    2: Drag a symbol away from its initial location so that it 'springs' back to it's initial starting point.
    3: 'Hit test' principles so that if the user had 'thrown' a symbol I could detect if it had collided with a 'floor' or 'wall' and it would then bounce or would affect the inertia.
    4: Smooth drag and drop so that the symbol you are 'carrying' is subjected to a easing formula that makes the motion smoother and less erratic than whan just dragging the actual object directly.
    5: Drag and drop in a constrained arc with the symbol rotating back to it's original point as if it were a pendulum. So, the higher you initially drag the item, the faster it would swing back, initially overshooting it's original point, until an inertia variable would eventually mean it would settle at it's origin.
    I've seen a few books about EDGE in general, but they seem to be more about how to use the drawing tools and perform basic interactions (on click stop at frame whatever etc).
    I guess I need a book on java script, but I'm very keen for something that can communicate how to do these things directly within edge (so wether you enter the code on frame update or touch start etc)
    If anybody out there knows of a useful resource to achieve these kind of results I woudl be REALLY greatful. I know there are some posts on the forums that detail some of these things, but I need something that explains in a simple way how and why you do something so that I can properly grasp it.
    Cheers,
    Tom

    Hi there,
    Well, I've found a great blog post by a guy called Burak Kanber on how to use Hooke's law in javescript.
    http://burakkanber.com/blog/physics-in-javascript-car-suspension-part-1-spring-mass-damper /
    The principles all make sense to me and I can kind of see what's going on with the javescript (whan I say, 'kind of', I mean pretty vaguely) but I can't fathom out how to apply that javescript in Edge. Can anyone describe how to apply this code to Edge directly - ie. Where should I put each section of code to ensure that the drag actions work etc.?
    I don't need the canvas stuff as I'll be using graphic objects anyway.
    Any help would be massively apreciated!
    Thanks,
    Tom

  • Please suggest me the best way to start learning about Oracle Purchasing.

    Hi,
    I have started reading about Oracle Procurement. I have an over all idea of how ERP functions. Anyhow I am like a fresher to ORACLE APPS. Can you pleasesuggest me what is the best way to start learning about Oracle Purchasing.
    Is it is throuhg user guides or some thing else..... can you please specify the references also.......
    Thank you so much.

    If you have a sponsorship, I would recommend taking classes with Oracle University. The other resources are documentation, functional and technical depending on what your interests are.
    If you can load Vision database or access vision database (I think solutionbeacon offers a free account to login and play around), that will be another resource as well.
    As you learn, join as much user groups like this one, and review all questions and answers in the discussions to understand and learn more.
    Hope this helps.

  • What's the best book to learn Adobe Illustrator for GUI ?

    What's the best book to learn Adobe Illustrator (I want to use it for iOS graphical user interface design):
    - Realworld Illustrator
    - Illustrator CS5 Bible
    - Lynda.com Illustrator Essential
    - Lynda.com for Web and Interactive Design
    thanks

    Howdy.
    I can't say which is best, but I like  the Visual Quickstart Guide from Peachpit Press. I have it for Photoshop and Illustrator. As the title states, it's for a quick start. A concise description of every tool and option, with simple, easy to follow instructions with screen shots. I have Photoshop CS3, and have well over 10,000 hrs in Ps and have several newer Ps books. But my tattered old Visual Quickstart Guide for Ps 6 is still my first resource when questions arise.
    So far as Illustrator goes, I'm only about 100 hours into it, and so far, so good. But it could be just be a case of ignorance is bliss. Mike has thoughtfully posted the link for Peachpit Press above. You can check it out yourself.
    Peace,
    Lee
    P.S. Here's a direct link to the guide for Illustrator.

  • What is the best book of objective c and from where i can download it?

    what is the best book of objective c and from where i can download it?

    Before purchasing a book be sure to exhaust the excellent resources on the Apple Developer Site. There are quite a few guides, references, and samples for Objective-C.
    Learning Objective-C: A Primer
    The Objective-C Programming Language
    Object-Oriented Programming with Objective-C
    etc.
    If you are developing for Mac or iOS, there are plenty of other documents describing the frameworks, including the Cocoa Fundamentals Guide,  iOS App Programming Guide, etc.
    If you want to create iOS apps, start here.
    Start Developing iOS Apps Today

  • What is the best book on developing ios apps?

    I'm a beginner looking to develop ios apps. Can someone recommend a good beginner book?

    The answer really depends upon your previous development experience, if any. If you're new to programming, or don't have any experience with C, I'd start with "Learn C on the Mac" by Dave Mark. Here it is at Safari Books Online:
    http://my.safaribooksonline.com/book/programming/c/9781430218098
    This has nothing to do with iOS, but it will lay the foundations for learning Objective-C, for which Stephen Kochan's "Programming in Objective-C" is always highly recommended. The 3rd edition just came out recently (June 2011):
    http://techbus.safaribooksonline.com/book/programming/objective-c/9780321712172
    Again, not iOS specific, but this gives you a solid foundation in the languages. I still haven't decided what is the best book for iOS app development in particular, but my favorite so far is Craig Hockenberry's "iPhone App Development: The Missing Manual":
    http://my.safaribooksonline.com/9780596809997?portal=oreilly&cid=orm-cat-readnow -9780596809997
    Hockenberry's book might be all you need if you have some C and/or Objective-C experience. And it's a good guide, in any case, in that it covers iPhone app development from start to finish, including such things as signing up for a develper account, setting up your iPhone so you can test your apps on it, and submitting your apps to the app store.

  • What are the best books to purchase for pl/sql programming?

    What are the best books to purchase for pl/sql programming?
    I am new to this field and I am looking for the best books to help me in pl/sql programming. Can someone please suggest?
    Thanks

    In my opinion one of the best to start
    Oracle PL/SQL Programming, Third Edition
    Steven Feuerstein

  • What are the BEST Books and Best websites for java biginners?

    Dear All,
    What are the BEST Books and Best websites for java biginners-Especially for fast learning.
    Thnaks
    KMK

    This is my standard reply:
    [Sun's basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    [Sun's New To Java Center|http://java.sun.com/learning/new2java/index.html]
    Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    jGuru
    A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch
    To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    [Yawmarks List|http://forums.devshed.com/java-help-9/resources-for-learning-java-249225.html]
    [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]
    [http://javaalmanac.com|http://javaalmanac.com]
    Bruce Eckel's [Thinking in Java(Available online.)|http://mindview.net/Books/DownloadSites]
    Joshua Bloch's [Effective Java|http://www.amazon.co.uk/exec/obidos/Author=Bloch,%20Josh]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance ]
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806]
    Gosling is the creator of Java. It doesn't get much more authoritative than this.
    Joshua Bloch and Neal Gafter [Java Puzzlers.|http://www.javapuzzlers.com/]

  • What are the best books for PL/SQL and Forms for BEGINNERS?

    I asked about learning Oracle Forms in an earlier thread. Some suggested Oracle training at official Oracle Training centers like Koenig. I just went to the Koenig site. The OCA & OCP Forms Developer Training Boot Camp is a whopping 2,610 USD. That’s like 1/4 Million LKR. It’s more that the yearly salary of both the 2 new developers we got and want to train. That’s out of the question.
    Some have suggested shadowing experiences programmers and team coding. Both options are out, since those things don't work here.
    Learning from sites such as Francois Degrelle's blog is no good for new people since they will get confused.
    I have come to the conclusion that the only way to do is to buy 2 books, one for PL/SQL and another for Oracle Forms, give it to them and ask them to follow the book and learn it and also give a time period like 2 or 3 months.
    What are the good books out there for BEGINNERS to learn PL/SQL and Forms?
    Edited by: Channa on Aug 8, 2010 10:08 PM
    Edited by: Channa on Aug 8, 2010 10:12 PM

    In addition to the books the chapter Application Developer's Guide - Fundamentals in the documentation is also worth giving a shot:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/toc.htm
    Just for the record: I believe leaving them alone with the books won't do it. I'd at least define objectives (e.g. $chapters of the books in a week) and after they achieved them I'd test their knowledge of the individual objectives (like it was back in school :p ). By that you have control over how they are proceeding, you can focus on the things they didn't understand and you are able to eradicate some bad habits they might adopt during their studies.
    If you don't take your time to train them proper you won't get good developers anyway and you will loose much more time and money...
    cheers

  • What is the road map to start XI

    HI Frnds,
    Me previously worked on Datawarehousing.Datastage(ETL tool).Now I shifted to XI 4months back.In my company they given a warm up training on XI and some basic scenarios.Now they directly kept me at one interface(project).Ok Iam doing good there.
    But what my question is ,what is the actual road map to start the XI like from SLD or Adapter or from Mapping what is the step-by-step learning and what are the essential things I have to know as a SAP XI consultant. And am I want to learn SAP functional to stay at SAP for long run.
    So what are the things I have to learn and what are the essentials to be need to stay in SAP XI space for long run?

    hi,
    <i>But what my question is ,what is the actual road map to start the XI like from SLD or Adapter or from Mapping what is the step-by-step learning and what are the essential things I have to know as a SAP XI consultant</i>
    You need to know all of these to become an XI consultatnt in a true sense.
    If you ask me , the best way would be to begin by understanding XI architecutre, and then moving on to simple FILE to File scenarios, and then a few complicated ones. After getting a grasp of how XI works, maybe you can visit SLD concepts and understand internally what is happening in XI.
    Meanwhile,Following are the links to weblogs which will help to develop the basic scenarios.
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] - File to Mail
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    /people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    /people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by SAP
    Regards,
    Bhavesh

  • What is the best books for MCSA 2012

    pleas can you advice me what are the best books and materials for pass MCSA 2012?
    thank you.

    Hi, HFAA.
    I understand you want to earn the MCSA title for something with a version number of
    2012.
    There are six (6) different MCSA certification titles currently available. Two of them are version 2012, which are Windows Server 2012 and SQL Server 2012. Here is the web page that describes all six (6) MCSA titles:
    http://www.microsoft.com/learning/en-us/mcsa-certification.aspx
    I am going to assume that you are interested in the most popular MCSA 2012 title:
    MCSA: Windows Server 2012.
    The MCSA: Windows Server 2012 description web page is located here:
    http://www.microsoft.com/learning/en-us/mcsa-windows-server-certification.aspx
    Exams
    You need to pass three (3) required exams to earn this title. If you click each of the links below, you will find the exams' descriptions with a
    Skills measured section describing what is on each exam. As well, you will see a Preparation options section full of study resources for each exam. 
    70-410 Installing and Configuring Windows Server 2012
    70-411 Administering Windows Server 2012
    70-412 Configuring Advanced Windows Server 2012 Services
    Preparation Materials
    Unfortunately, Microsoft has recently updated the content for these three (3) exams for
    Windows Server 2012 R2. These new exams will officially be released on January 28th, 2014 (nine (9) days away). Because of that, all of the previously released study materials (books, exams, etc.) for 70-410, 70-411, and 70-412
    will only be partially helpful in getting you ready for the exams.
    However, Microsoft Press and O'Reilly Media are currently updating their books to include the new
    R2 content and will be releasing them in February, March, and April of this year. The previous releases of their books seem to get the best reviews on Amazon for helping students prepare. Here are the books, with links on Amazon and
    O'Reilly. As time goes by, books from other publishers will also be released.
    Amazon:
    http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=%22Windows%20server%202012%20r2%22%20exam
    O'Reilly Media:
    http://search.oreilly.com/?q=%22Server+2012+R2%22+exam&x=9&y=15
    By the way, I tend to believe the O'Reilly's release dates are more accurate since they are the folks who are actually releasing the books!
    WARNING: As of today (01/19/2014), I don't believe any of the three legitimate Practice Test Providers (Transcender, SelfTest, and MeasureUp) have updated their practice exams for Windows Server 2012 R2 - yet. If I am wrong, I hope someone
    will correct me.
    Focus all your studies on Windows Server 2012 R2 and should be ready to take on an exam. Always prepare for one exam at a time and then take it.
    Also, make sure you take advantage of Microsoft's free Second Shot voucher program, which allows you to retake an exam for free in case you fail it the first time. This program will retire in May.
    http://www.microsoft.com/learning/en-us/second-shot.aspx
    Good luck!
    Best wishes, Davin Mickelson

  • [BOOK] What's the best book about DESIGN PATTERN

    Hi Guys,
    by experience, what's the best book for you concerning the Design Pattern in Abap. I mean :
    Quality,
    Comprehensiveness,
    Clearness,
    Amount of chapter,
    etc.
    Thank for advices.
    Rachid.

    Dear Rachid,
    This is rank 1 book, but u have learn online also. So many websites are there. example search: OO Design patterns ZEVOLVING.
    Regards,
    Abbas.

  • What is the best book for j2ee beginner?

    what is the best book for j2ee beginner ?thank you

    thank you for your answer ,but it is difficult to
    read the book in web and I have no
    printer.are there any ohter books for begginer that
    has been published?thank you.I believe you can buy that book in print, too. correct me if I'm wrong, anyone

  • The future of java and what is the most necessary skill to learn

    hi, friends,
    This is a serious question, so please answer seriously.
    1. The future of java
    Are there any future for java? What I mean are: are there any jobs for java developer in the future? are there any chances for new java company to survive?
    2. What is the most needed skill in so many java technology?
    There are so many sections in java technology. so what is the most needed one for one to find a job? what is the most promising section for one to build a company.
    Thank your very much!

    It's a lousy question really.
    1) There are very few companies you'd call a 'java company'. There are companies that use java, but they also by and large use C++, DBMS systems, and a whole host of other technologies. If java died, they'd switch to whatever technology killed it. Any decent programmer is flexible enough to learn a new language in a matter of weeks. It's the ability to work with the theory behind the code rather than the knowledge of syntax that's important.
    2) It depends entirely on what you're doing. Working with a company where databases are key? Then you need Oracle, or SQL. Working with web technology? Perl, JSP, PHP, stuff like that is what you want. Working in high performance application design? You need C++. Graphics? Take a look at OpenGL or Java3d.
    The most promising section to build a company? If there was a straight answer to that 1000 companies would have sprung up already and filled the niche.
    Basically, if you want a successful career in programming, don't become a java programmer, become a programmer full stop. If you think you'll be working with java when you retire in 40-odd years you're mistaken. You need to grasp the basic concepts of application and algorithm design, and be quick to learn new technologies and evaluate them against what exists already.
    It can take 3 years to go from complete newbie to fluent in a single programming language. It can then take less than 3 days to become fluent in another.

  • What is the Text Book correct way to do a spot uv merging multiple applications and exporting from 1

    I am unsuccesssfully finishing a project using Spot UV and about to start another.  I want to start this one out the Text Book correct way.  Here are the details.
    I have logo's coming from Illustrator that I want to have a spot UV on
    I have photos coming from photoshop that I want a spot UV on
    I have a design element in In Design that I want a spot UV on
    What is the Correct way to get everything into In Design have it output to a PDF that a printer could use and a second one that I could use for the Web that does not show the spot uv
    A note is that the last project I followed all the tutorials on the web that say to use channels in photoshop to make my spot UV that in the end I think is causing me a lot of headaces right now. 
    Thanks in advance

    Put the spot UV on its own layer in InDesign. Turn it off for the web version of the PDF.
    Bob

  • WEB Service in ABAP - what is the best book ?

    Hi exeprt,
    I have to build an interface by web service in abap ( and not java ).
    What are the documenation  to learn about it ?
    Do you know some good book on the sap presse ?
    tks a lot,
    bye.

    Hi,
    If you know ABAP quite well, you can just browse thru and see some How To or Blog which discuss ABAP web service.
    Follow this link for example [https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_library&query=abapwebservice&adv=false&sdn_author_name=&sdn_updated_on_comparator=GE&sdn_updated_on=&sortby=cm_rnd_rankvalue]
    Regards,
    Lim...

Maybe you are looking for