Ebook Free More Servlets and JavaServer Pages, by Marty Hall
If you get the published book More Servlets And JavaServer Pages, By Marty Hall in on-line book store, you may additionally discover the very same trouble. So, you should move establishment to establishment More Servlets And JavaServer Pages, By Marty Hall as well as hunt for the available there. However, it will not take place right here. Guide More Servlets And JavaServer Pages, By Marty Hall that we will certainly provide right here is the soft documents principle. This is what make you can quickly find and also get this More Servlets And JavaServer Pages, By Marty Hall by reading this site. We offer you More Servlets And JavaServer Pages, By Marty Hall the most effective item, constantly as well as constantly.
More Servlets and JavaServer Pages, by Marty Hall
Ebook Free More Servlets and JavaServer Pages, by Marty Hall
We are showing up once again to give you an advised certified book. More Servlets And JavaServer Pages, By Marty Hall is one that has excellent quality book to read. When beginning to review, you will certainly see initially the cover and title of the book. Cover will have good deal to attract the visitors to buy guide. And this book has that aspect. This book is recommended for being the admiring publication. Also the subject is similar with others. The package of this publication is extra eye-catching.
Of course, from childhood to permanently, we are always believed to enjoy analysis. It is not just reviewing the lesson book but also reviewing every little thing good is the option of obtaining brand-new motivations. Religion, scientific researches, politics, social, literature, and also fictions will certainly enhance you for not only one element. Having even more elements to recognize and recognize will lead you become a person extra priceless. Yea, ending up being priceless can be positioned with the discussion of just how your expertise much.
This book will reveal you the current book that can be gotten in some locations. However, the motivating book will be far more developed. Yet this More Servlets And JavaServer Pages, By Marty Hall, it will certainly reveal you recent thing that you would like to know. Reading book as one of the activities in your holidays is really clever. Not everybody will have going to do it. So, when you are person that love this book to review, you ought to enjoy the time analysis as well as completing this publication.
Now, when you have one more idea to choose the book, just what you can do? It will be better and also simpler to find More Servlets And JavaServer Pages, By Marty Hall in this web site due to the fact that we provide you the direct link to go to guide website. It will be a lot easier and also faster to get it. Below, soft data will really aid you to save as well as review it every time you want. Of course, it will not limit you to read it in specific area.
Amazon.com Review
Ideal for any programmer working with server-side Java, Marty Hall's More Servlets and JavaServer Pages provides an up-to-the-minute guide to the latest in essential APIs for creating state-of-the-art Web applications. This smart, patient, and thorough tutorial gives you exactly what you need to use Java effectively in the field. While many books on Java try to cover just about everything, this title's focus on what's hot in server-side Java makes it a standout. The book begins with a very solid tutorial to servlets and JSPs, including important HTTP fundamentals (like request headers and processing forms). The author does a good job at summarizing APIs and common options, which helps make this book useful as a working reference, too. The level of discussion here is suited to those with a little Java experience, but even beginners could do a lot worse than this title as an introduction to Web programming. A great feature of this text is that the author walks you through the actual details of deploying your Web applications (notoriously tricky, even for experts). Screenshots on installing and using tools (like the free Apache and Tomcat software packages), plus detailed advice on deployment, will make sure your code actually runs. (A standout here is the summary of all configuration options available in today's containers.) If you are coming to servlets and JSPs from an earlier version, you'll find this text excels at covering the latest in custom and standard tag libraries. Besides explaining new JSP 1.2 tag conventions, later sections also look at an important new development in Sun's evolution of the Java platform, the JSP Standard Tag Library (JSTL). Coverage of tag programming (including several sections on looping) closes out the book. There's also material on important new advances in servlets, like filters (which allow you to log or change requests) and servlet events (which afford a greater measure of control for your Web applications). Whether you are a JSP beginner or expert, More Servlets and JavaServer Pages gives you an excellent mix of topics in server-side Java in a well-presented programming tutorial. It's sure to be a worthwhile addition to any working Java Web developer's bookshelf. --Richard Dragan Topics covered: Introduction to JavaServer Pages (JSPs) and servlets, software installation for Java server developers (JDK, Tomcat, Apache, JRun, and other Web containers), summary of Web application deployment directories, advantages of servlets, the servlet lifecycle, processing HTTP form data (including request headers and CGI variables), cookies and sessions, advantages of JSPs, basic JSP scripting tutorial (including expressions and scriptlets), using JavaBeans with JSPs (tags and properties), custom tag libraries, introduction to the Model-View-Controller (MVC) architecture, registering and deploying Web applications (.WAR files and data sharing), in-depth guide to Web application configuration (comprehensive guide to web.xml settings), configuring servlets (including filters and error pages, timeouts and installing tag libraries), case study for an online boat shop, declarative security tutorial (including SSL and form-based authentication), programmatic security (including using certificates and SSL), guide to servlet filters (including logging, replacement, and compression examples), processing servlet events, JSP 1.2 tag library improvements (including XML and SAX 2.0 tag validation), and the JSP Standard Tag Library (JSTL) (including basic statements and looping).
Read more
From the Back Cover
Companion to the worldwide bestseller Core Servlets and JavaServer Pages Practical guide to the use of the Java Platform for Web-enabled applications and dynamic Web sites Focus on new capabilities: the servlet 2.3 and JSP 1.2 specifications, the standard JSP tag library (JSPTL), filters, life-cycle event listeners, security, Web applications, and much more Configuration and usage details for Apache Tomcat, Macromedia JRun, and New Atlanta ServletExecThe Java 2 Platform has become the technology of choice for developing professional e-commerce applications, dynamic Web pages, and Web-enabled applications and services. Servlet and JSP technology is the foundation of this platform: it provides the link between Web clients and server-side applications. But, the field has been evolving rapidly, and few developers have been able to keep up. In this companion to Core Servlets and JavaServer Pages, Marty Hall shows you how to apply recent advances in servlet and JSP technology. The book provides everything you need to know to leverage the latest servlet 2.3 and JSP 1.2 standards: real-world insight, advanced techniques, industrial-strength code, and hands on coverage of three top servers: Apache Tomcat, Macromedia JRun, and New Atlanta ServletExec. Part I gives a thorough introduction to programming with servlet and JSP technology. It shows you how to configure your server, read form data and HTTP headers, handle cookies, track sessions, apply JSP scripting elements, use JavaBeans components, develop JSP tag libraries, and apply the MVC architecture. Part II provides exhaustive details on Web application development and deployment. It explains how to register Web applications, how to organize them, how to deploy them in WAR files, how to deal with relative URLs, and how to share data among Web applications. It also gives details on every element in version 2.3 of the deployment descriptor (web.xml). Part III describes Web application security in detail. It explains two general strategies for securing your applications: declarative security and programmatic security. Within each of these strategies, it shows you how to use form-based or BASIC authentication and how to protect your network traffic with SSL. Part IV covers two features introduced with servlets 2.3: filters and life-cycle events. It explains how to use filters to debug, modify, and optimize the output of previously existing servlets and JSP pages. It also shows you how to use event listeners to respond to major events in the server life cycle. Part V looks at new tag library developments. It shows you how to improve your own tag libraries by making use of new capabilities of the JSP 1.2 specification and explains how to streamline your code by using the new standard JSP tag library (JSPTL).More Servlets and JavaServer Pages delivers: The same clear, step-by-step explanations that make Marty's books so popular In-depth, hands-on coverage of the latest standards: servlets 2.3 and JSP 1.2 Hundreds of completely portable, fully documented, industrial-strength examples On-line access to all source code, available free for unrestricted use
Read more
See all Editorial Reviews
Product details
Series: Sun Microsystems Press Java Series
Paperback: 752 pages
Publisher: Pearson Education; 1st edition (December 26, 2001)
Language: English
ISBN-10: 0130676144
ISBN-13: 978-0130676146
Product Dimensions:
7 x 1.4 x 9.3 inches
Shipping Weight: 2.4 pounds (View shipping rates and policies)
Average Customer Review:
4.2 out of 5 stars
35 customer reviews
Amazon Best Sellers Rank:
#5,605,280 in Books (See Top 100 in Books)
I am an intermediate-level Java developer. I find this book great for me.Several months ago I tried to find a "tutorial book" for jsp/servlet. I chose "More Servlets and JavaServer Pages" after extensive research on amazon before buying. I like the author's style in explaining concepts, which is easy to follow. However, this book is not an introductory/grammar book by any means. The author keeps very good balance between efforts of reading and depth in technical details.This book helps me a lot in my projects. What's more, the author is responsive. He answers questions promptly and his knowledgeable answers really save me lots of time in my projects. (I don't think it is fair for the author to answer my project questions. I always ask the questions in the way that it is related to a particular part in the book.)Just a little more than a month ago, I came up to the idea to take certification test of Sun Certified Web Component Developer for J2EE. Initially I wanted to buy another book, "professional jsp", as a backup in case more details are needed occasionally. It came out to my surprise that, this book covers 90% contents for the test. Alternatively, I got the free copies of jsp/servlet specifications as the backup reference. Finally I got a score of 88% in the test after reading the book only two times within very short time, one in details, another just in brief. (I read the author's previous book "Core Servlets and JavaServer Pages" once in detail before.)I don't want to mislead people who only need a test-cram book for the test. This book is for jsp/servlet design, not specifically for test. Around 25% contents of this book have nothing to do with the test.Here I list the missing parts in the sequence of importance for those who want to use this book to take the test:1. Design patterns is missing2. log() methods are not discussed for exception/error handling3. distributable web application is over-simplifiedTo be fair, I need to mention the part I don't like about this book, if there is any. Generally authors try to conform to new specifications throughout their books, and only mentioned compatible problems to old specifications with "Warnings" scattered around. However, the author does just the opposite. I REALLY don't like this approach.In a word, this book is great for readers with java background to develop jsp/servlet projects. It is sufficient for SCWCD certification according to my experience.
What makes this book way superior to other texts aboutjava web development is nor the broad range of topics treated,or the cleverness of the author, or his good preparation in the subject, or his coding abilities. You might find all or a few of these in the zillions of servlet/jsp books around.. but you won't find a great teacher like Marty so easily.That si probably due to the fact that this guy is not a codemunching corporate programmer but comes from an academic background. He teaches for a living, and it shows...Finally someone who knows how to explain without boring you to death,or annoying you pretending to be a comedian in the IDGish style that' become so common among book writing nerds with a hopeless sense of humour. Marty gives you the full story but makes it really simple, because, let's face it.. web developement IS SIMPLE even for the average programmer.. unless someone throws you a fuss of code snippets and incoherent or incomplete explanations. Marty will clearly explain a concept, relate it with the rest of the picture and give you at least one working example you can try out. This is how a technical writer shouldbe like.
This book was a big help for me in passing IBM's exams that deal with the J2EE. Good breadth and depth in many of the categories on the exam and Marty puts things in a clear manner so you pick up the concepts quickly. Very well laid out.I'd also mention this book is way more than just servlets/jsp's, it also has a ton of stuff on really understanding the deployment of J2EE webapps and how to really get the most out of your web.xml. It also has good coverage of j2ee security and JSTL. Hope this helps others decide.
I found this book very useful and up to date. It was an easy read and the examples worked. The book gave you enough detail, but not too much. Marty Hall is a very good author and knows how to convey complicated material into an easy to understand format.
I've read about a dozen servlet & JSP books, and I think this is the best one for readers with some prior experience in servlets & JSP. It is also an excellent book for people who are new to servlets & JSP, but I'll clarify that at the end of my review. The book is definitely worth 5 starts. The first star is for Marty Hall's clear and direct writing style. The second star is for being one of the few books that is currently up to date with the newest servlet & JSP specifications. The third star is for having very practical and useful content such as solid coverage of web application deployment. The fourth star is for being the first book that I've read that has detailed coverage of how to use SSL with servlets. The fifth star is for having source code, sample chapters, and a slew of prequel chapters freely available online. If you read and enjoyed Mr. Hall's "Core Servlets & JSP", this book is well worth buying also. Be aware, the first 240 pages is an introduction which is essentially a reduced and updated form of the "Core" book. But the other 450 pages is all new and extremely good content. Even without the first 240 pages, the other 450 pages is worth the purchase price alone. If you are brand new to Servlet & JSPs you may want to first buy "Core Servlets & JSPs" for a slower introduction to these topics. But, make sure you come back and buy this book because you will definitely want some of the updated and advanced topics such as "web applications." Alternatively, you can go ahead and buy this book and read some of the prequel chapters that Mr. Hall has online. I haven't been fortunate enough to attend one myself, but I've also heard wonderful things about the onsite and public training servlet & JSP training classes that Mr. Hall offers. In short, it's a great book. Enjoy!
More Servlets and JavaServer Pages, by Marty Hall PDF
More Servlets and JavaServer Pages, by Marty Hall EPub
More Servlets and JavaServer Pages, by Marty Hall Doc
More Servlets and JavaServer Pages, by Marty Hall iBooks
More Servlets and JavaServer Pages, by Marty Hall rtf
More Servlets and JavaServer Pages, by Marty Hall Mobipocket
More Servlets and JavaServer Pages, by Marty Hall Kindle
0 komentar:
Posting Komentar