Editorial Reviews:
This comprehensive guide to JavaServer Pages (JSPs), a fast-growing technology for Web developers, teaches you how to embed server-side Java into Web pages, while also offering full access to other features such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access. The reference JSP implementation is the freely available Apache Tomcat server, so it won't cost a thing to get started. All the example code in the book has been tested on Tomcat, in fact. The first part of JavaServer Pages covers the essentials of HTTP and Java Servlets, on which JSPs are based. There is also a guide to installing Tomcat on your Windows or Unix system. The next part, aimed at Web page designers as well as programmers, covers JSP application development. There is material on scripting elements, error handling, managing user sessions, database access, security, and using XML and XSL with JSP. Part 3, for programmers, broadens the scope to include EJB and other Java components, developing custom tags, and achieving highly scalable applications using database connection pools. A comprehensive reference section finishes things off. The author has been an active participant in the official servlet and JSP working groups, and this book is both well informed and well organized. It provides experts with invaluable tips and insights, while newcomers will find all they need to assess and implement their first JSP applications. --Tim Anderson, Amazon.co.uk
JavaServer Pages (JSP) technology provides an easy way to create dynamic web pages. JSP uses a component-based approach that allows web developers to easily combine static HTML for look-and-feel with Java components for dynamic features. The simplicity of this component-based model, combined with the cross-platform power of Java, allows a web development environment with enormous potential.JavaServer Pages shows how to develop Java-based web applications without having to be a hardcore programmer. The author provides an overview of JSP concepts and discusses how JSP fits into the larger picture of web applications. Web page authors will benefit from the chapters on generating dynamic content, handling session information, accessing databases, authenticating users, and personalizing content. In the programming-oriented chapters, Java programmers learn how to create Java components and custom JSP tags for web authors to use in JSP pages.
Customer Reviews:
Displaying 1 to 5 of 42 total reviews (Page 1 of 9):
An essential reference text...
Review So, you're surfing a web site and hit a web page that ends with the extension .jsp. Looks like a regular web page to you, and if you view the source, it still looks like regular HTML. So what is a .jsp page, anyway? This book will tell you everything you need to know, both as to what they are, how they work, and how you can start using the technology in your development projects. Provided you have a basic understanding of Java, this book will work well for you.The book starts off with an explanation of what JSPs are and why you would use them. Basically, it provides a way to generate dynamic web pages using snippets of Java code. Logically, it's much like ActiveServer Pages (ASP) code as provided by Microsoft, only using Java instead of Visual Basic. It then goes into the benefits of generating content in this fashion, and how it's a superior method to other technologies such as CGI and ASP coding. The rest of the book then goes into great detail (with a large number of examples) on the specifics of JSP syntax. The author does an excellent job of meshing the approach of a tutorial with actual detail that can be referenced after you start developing applications. The author assumes the use of the Tomcat J2EE server package to learn JSP technology. Tomcat is a free download from www.apache.org, and it's easy to load and configure. But don't dispair if you are using a different web server. The examples are very generic and portable, and with very little effort you can adapt the information to whatever platform you use. In my case, I was using the Websphere platform and had no problems using that server to work my way through the book. Ok... You're a Notes/Domino developer who is wondering why you should care about this stuff. It's not Notes, and you don't know Java, so why bother? Well, there is a whole area of Domino development now codenamed "NextGen" that will allow you to access Domino data and application components within a J2EE environment. Much of this new approach to developing applications based on Domino will involve the use of servlets for business logic and JavaServer Pages to display the traditional forms and views. Furthermore, Domino 6 provides custom tag libraries that do much of the "Notes-y" stuff for you when you are working with JSPs. In order to start moving in this direction with Domino, you'll need to start learning about JSP technology, and this book will start you in that direction. And if you are thinking about working with portals, you HAVE to learn this stuff. Portlets are nothing more than an extension of servlet classes and JSPs to display the data. Conclusion If you want to keep moving along in the IBM/Lotus world, servlet and JSP technologies are in your future. While you may not need it right now, you WILL need it. I highly recommend this book as a great starter text on the subject that will grow with you as you learn and work with JSPs. Examples are very good
This second-edition is very good...provides excellent coverage of all JSP topics. The examples are VERY helpful. (I also use the free Tomcat V4.x application-server to host the book examples and example code that I've developed.) A great book to learn JSP
This book is by far the best book to JSP - the latest version. It gave me some ideas. This book is loaded with useful code. This book is great for two kinds of programmer: a beginner and for the experienced developer. I would recommend this to anyone who wants to learn JSP. Michael not for Java programmers
Excellent writing style. BUT, I concur with another reviewer - too many details are left out of the first few chapters and there is an over-reliance on the O'Reilly tag library. I like books that do not require me to download sample code and sit in front of a PC to understand. The writing should be self-contained. Overall - it reads quite well. But my frustration peaked after chapter 8. Excellent Book!
This book really gets you up to speed with JSP / JSTL! Clear information on the concepts and the background, lot's of real world examples that allow you to build your own application faster than you ever thought. More Customer Reviews: Next Page
|