| FlazX | Browse Computer Book | Community Board | Links | Blog | Login |
|
JavaServer Pages
Google Search |
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 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 Michael Overall - it reads quite well. But my frustration peaked after chapter 8. Other books on JSP & Servlets | |||||||||||
Google Talk : admin-at-flazx-dot-us