Servlets Books

MagicBeanDip.com

Page 1 of 4 - Go to page: 1 2 3 4

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (Brain-Friendly Guides)

Bryan Basham, Kathy Sierra, Bert Bates

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (Brain-Friendly Guides) Bryan Basham, Kathy Sierra, Bert Bates Amazon Price: $31.49
List Price: $49.99
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 44 new & used starting at $24.98

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Certification Central -> Exams -> Java
Subjects -> Computers & Internet -> Certification Central -> Java
Subjects -> Computers & Internet -> Certification Central -> Sun Professional Certifications

Customer Reviews:
Total reviews: 132 Average rating: 4.5 of 5

Editorial Review:

Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam?

This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only AFTER you're an expert (or worse, one that puts you to sleep).

Learn how to write servlets and JSPs, what makes a web container tick (and what ticks it off), how to use JSP's Expression Language (EL for short), and how to write deployment descriptors for your web applications. Master the c:out tag, and get a handle on exactly what's changed since the older J2EE 1.4 exam. You don't just pass the new J2EE 1.5 SCWCD exam, you'll understand this stuff and put it to work immediately.

Head First Servlets and JSP doesn't just give you a bunch of facts to memorize; it drives knowledge straight into your brain. You'll interact with servlets and JSPs in ways that help you learn quickly and deeply. And when you're through with the book, you can take a brand-new mock exam, created specifically to simulate the real test-taking experience.

Murach's Java Servlets and JSP, 2nd Edition

Andrea Steelman, Joel Murach

Murach's Java Servlets and JSP, 2nd Edition Andrea Steelman, Joel Murach Amazon Price: $33.08
List Price: $52.50
Usually ships in 24 hours
By: Mike Murach & Associates
Amazon Marketplace: 37 new & used starting at $24.25

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> Reference
Subjects -> Computers & Internet -> Programming -> Java -> Servlets
Subjects -> Computers & Internet -> Programming -> Java -> General

Customer Reviews:
Total reviews: 11 Average rating: 4.5 of 5

Higly Recommended 5 out of 5 stars.
2 of 2 people found this review helpful.

This is a very good text for a beginning JSP/Servelet developer. Very clearly laid out, with copious examples, well orgranized, slanted to a novice Servlet developer. You cant go wrong with this text. Additional benefit is a chapter on how to use the NetBeans IDE.

Editorial Review:

This new edition of Murach's Java Servlets and JSP makes it easier than ever for Java developers to master web programming. It starts by showing how to install and use Tomcat as a web server and NetBeans as an IDE. Then, it teaches how and when to use JavaServer Pages and Java servlets to build well-structured web applications that implement the MVC pattern. Next, it shows how to use sessions, cookies, JavaBeans, Expression Language (EL), the JSP Standard Tag Library (JSTL), and custom tags. Then, it shows how to use JDBC and connection pooling to work with a MySQL database. Finally, it shows how to use JavaMail, SSL/TLS, authentication, listeners, and filters. These are the skills that you need to build professional Java web applications. A great read for any Java developer.

Java Servlet & JSP Cookbook

Bruce Perry

Java Servlet & JSP Cookbook Bruce Perry Amazon Price: $29.67
List Price: $44.95
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 42 new & used starting at $9.52

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> General AAS
Subjects -> Computers & Internet -> Programming -> Java -> Servlets
Subjects -> Computers & Internet -> Programming -> Java -> General

Customer Reviews:
Total reviews: 7 Average rating: 4.0 of 5

Editorial Review:

With literally hundreds of examples and thousands of lines of code, the "Java Servlet and JSP Cookbook" yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will use every day, along with full-fledged solutions to significant web application development problems that developers can insert directly into their own applications.

"Java Servlet and JSP Cookbook" presents real-world problems, and provides concise, practical solutions to each. Finding even one tested code "recipe" that solves a gnarly problem in this comprehensive collection of solutions and best practices will save hours of frustration--easily justifying the cost of this invaluable book.

But "Java Servlet and JSP Cookbook" is more than just a wealth of cut-and-paste code. It also offers clear explanations of how and why the code works, warns of potential pitfalls, and directs you to sources of additional information, so you can learn to adapt the problem-solving techniques to similar situations.

These recipes include vital topics like the use of Ant to setup a build environment, extensive coverage of the WAR file format and web.xml deployment descriptor, file-uploading, error-handling, cookies, logging, dealing with non-HTML content, multimedia, request filtering, web services, I18N, web services, and a host of other topics that frustrate even the most seasoned developers.

For Java web developers of all levels who are eager to put into practice the theory presented in other API-focused books, the solutions presented in this practical book will prove invaluable over and over again. This is painless way for less experienced developers who prefer to learn by doing toexpand their skills and productivity, while accomplishing practical solutions to the pressing problems they face every day. More experienced developers can use these recipes to solve time-consuming problems quickly, freeing up their time for the more creative aspects of their work.

Java Servlet Programming (Java Series)

Jason Hunter, William Crawford

Java Servlet Programming (Java Series) Jason Hunter, William Crawford List Price: $44.95
By: O'Reilly Media, Inc.
Amazon Marketplace: 42 new & used starting at $2.48

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> Servlets
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS

Customer Reviews:
Total reviews: 155 Average rating: 4.0 of 5

Editorial Review:

Servlets are an exciting and important technology that ties Java to the Web, allowing programmers to write Java programs that create dynamic web content. Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic web content, including both HTML pages and multimedia data, and explores more advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communicaton, interservlet communication, and internationalization. Readers can use the book's numerous real-world examples as the basis for their own servlets. The second edition has been completely updated to cover the new features of Version 2.2 of the Java Servlet API. It introduces chapters on servlet security and advanced communication, and also introduces several popular tools for easier integration of servlet technology with dynamic web pages. These tools include JavaServer Pages (JSP), Tea, XMLC, and the Element Construction Set. In addition to complete coverage of 2.2 specification, Java Servlet programming, 2nd Edition, also contains coverage of the new 2.3 final draft specification.

Sams Teach Yourself J2Ee in 21 Days: With Ejb, Jsp, Servlets, Jndi, Jdbc, and Xml (Sams Teach Yourself...in 21 Days)

Peter Roxburgh, Debbie Law, Andy Longshaw, Dan Haywood

Sams Teach Yourself J2Ee in 21 Days: With Ejb, Jsp, Servlets, Jndi, Jdbc, and Xml (Sams Teach Yourself...in 21 Days) Peter Roxburgh, Debbie Law, Andy Longshaw, Dan Haywood List Price: $49.99
By: Sams
Amazon Marketplace: 14 new & used starting at $11.40

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS
Subjects -> Computers & Internet -> Programming -> Java -> Servlets

Customer Reviews:
Total reviews: 12 Average rating: 2.5 of 5

Explains nothing 1 out of 5 stars.
2 of 2 people found this review helpful.

I am a (software development) middle manager with a background as a C programmer. Every 2-3 years I'll buy 1 book + products to try to stay relatively current with industry evolution. I bought VB 4.0 & MS Access and was able to use the VB 4.0 documentation alone to build a fairly elaborate application. I bought Borland JDeveloper & Oracle and with the help of Teach Yourself Java in 21 days was able to migrate my application to (i.e. rewrite my application for) Java/Oracle. Now I acquired J2EE from Sun and mySQL with a view to migrating the same application, bought this book, and find that this book is of absolutely no help whatsoever. This book is reliant on downloadable samples (which are now out-of-date and unusuable) and fails to explain what I want: nuts-and-bolts construction of a "Hello World" type program where I hand-craft a JSP, a servlet, a session bean and an entity bean using the mySQL database (which I had up and running within 1 hour of download) to extract the "Hello" and the "World" from 2 separate columns in a database table, and hand-craft the deployment descriptors needed to package & deploy the application.

This book is shelved. When I figure out what I want to learn from other sources, I'm inclined to try to write an alternative text to recoup my wasted $50+.

Editorial Review:

J2EE has become required knowledge for any serious Java developer, but learning this large and complex specification requires a substantial investment of time and energy. Sams Teach Yourself J2EE in 21 Days presents the enterprise Java architecture in accessible, easy-to-comprehend lessons, describing how each J2EE tool solves the challenges of n-Tier development. Using the architecture as a roadmap, following chapters describe Enterprise JavaBeans (EJB), JavaServer Pages (JSP), Servlets, and more, giving readers a full understanding of J2EE development. Further chapters cover the role of XML, custom JSP tags, and how Java Connectors allow J2EE applications to interact with legacy and non-Java systems. The book finishes with sample applications which put all the pieces together, including an example using J2EE to create Web Services. Along the way, every concept is illustrated with practical examples to ensure understanding by Java students as well as experts.

Murach's Java Servlets and JSP

Andrea Steelman, Joel Murach

Murach's Java Servlets and JSP Andrea Steelman, Joel Murach Amazon Price: $32.67
List Price: $49.50
Usually ships in 24 hours
By: Mike Murach & Associates
Amazon Marketplace: 35 new & used starting at $9.93

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems
Subjects -> Computers & Internet -> Databases -> Database Design
Subjects -> Computers & Internet -> Databases -> Java & Databases

Customer Reviews:
Total reviews: 31 Average rating: 4.5 of 5

Needs a new revision 2 out of 5 stars.
6 of 8 people found this review helpful.

I bought this because Amazons pairing system linked this book to a JDK6 book with a publication date of 2007. This book was published in 2003! That'll teach me to check the publication date of the links.

This book is fine if you are still using Tomcat 4.1 as a release enviroment for your web apps. If you are like the rest of the world and have moved on to Tomcat 5 or 6, then forget it. This means the 2.1/1.2 Servlet/JSP specs rather than the 2.5/2.1 spec. From 1.2->2.1 there have been some powerful additions to the tagging which you obviously won't find any info on in here.

I'll give the book 2 stars as it is well laid out, thought there are a few niggles where the content is wrong, but nothing major.

Editorial Review:

This book methodically teaches all of the skills necessary for developing a commercial website using servlets and JavaServer Pages. These skills include working with HTML, HTTP, servlets, JSP, sessions, cookies, JavaBeans, SQL, JDBC, connection pooling, JavaMail, SSL, security, and XML. Unlike many of the competing books, this book provides detailed coding examples for working with Tomcat, one of the most popular servlet and JSP servers, and MySQL, one of the web's most popular database servers. A great book for any Java programmer. Includes CD-ROM.

Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE Solutions (Landmark)

Budi Kurniawan

Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE Solutions (Landmark) Budi Kurniawan Amazon Price: $38.49
List Price: $54.99
Usually ships in 24 hours
By: Sams
Amazon Marketplace: 38 new & used starting at $17.94

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS
Subjects -> Computers & Internet -> Networking -> General AAS

Customer Reviews:
Total reviews: 51 Average rating: 4.0 of 5

Editorial Review:

Java for Web with Servlets, JSP and EJB is the one book you need to master Java web programming. It covers all the technologies needed to program web applications in Java using Servlets 2.3, JSP 1.2, EJB 2.0 and client-side programming with JavaScript. These technologies are explained in the context of real-world projects, such as an e-commerce application, a document management program, file upload and programmable file download, and an XML-based online book project.

In addition to excellent content, this book includes licenses to two Java web components from BrainySoftware.com. You receive a full license of the Programmable File Download component for commercial and non-commercial deployment. You are also granted to a license to deploy the author's popular File Upload bean for non-commercial use, which has been licensed by the Fortune 500 company Commerce One and purchased by major corporations such as Saudi Business Machine, Ltd. and Baxter Healthcare Corporation.

Core Servlets and JavaServer Pages (JSP)

Marty Hall

Core Servlets and JavaServer Pages (JSP) Marty Hall List Price: $42.99
By: Prentice Hall PTR
Amazon Marketplace: 82 new & used starting at $0.01

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS
Subjects -> Computers & Internet -> Networking -> General AAS

Customer Reviews:
Total reviews: 226 Average rating: 4.5 of 5

Editorial Review:

Servlets and JavaServer Pages dramatically simplify the creation of dynamic Web pages and Web-enabled applications. With Java 2 Enterprise Edition (J2EE), these tools have come of age, earning the support of an unprecedented range of Web and application servers on every major operating system. This book is a comprehensive guide for every experienced developer who wants to master the new versions of these powerful tools. Start by mastering servlet syntax, installation and setup fundamentals and the servlet life cycle. Use cookies and session tracking, optimize browsers, compress pages to slash download time, and decrease overhead with persistent HTTP sessions. Next, master every key JavaServer Pages 1.1 technique you'll need: expressions, declarations, and scriptlets; controlling the format of the servlet that results from the page; incorporating reusable JavaBeans; sharing Beans among pages; dynamically including other files; defining your own JSP tag libraries, and combining servlets and JSP in a single application. Part III offers the industry's most in-depth, practical coverage of using applets and HTTP tunneling as servlet front ends, using JDBC and connection pooling, and HTML forms.

Pro JSP, Third Edition

Simon Brown, Sam Dalton, Daniel Jepp, Dave Johnson, Sing Li, Matt Raible

Pro JSP, Third Edition Simon Brown, Sam Dalton, Daniel Jepp, Dave Johnson, Sing Li, Matt Raible Amazon Price: $43.19
List Price: $59.99
Usually ships in 24 hours
By: Apress
Amazon Marketplace: 24 new & used starting at $3.78

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> Servlets
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Java -> General AAS

Customer Reviews:
Total reviews: 2 Average rating: 4.5 of 5

Editorial Review:

Simpler, faster, easier dynamic website development based on new additions to an established and proven technologythat's what JavaServer Pages (JSP) 2.0 is all about. Pro JSP, Third Edition is the most comprehensive guide and reference to JSP 2.0 yet. It equips you with the tools, techniques, and understanding you need to develop web applications with JSP and Java servlets.

The new features of the JSP 2.0 and Servlet 2.4 specifications make developing web applications easier than ever before. The new JSP Expression Language (EL) provides a new, simple language for creating JSP pages and tags. In addition, by also using the JSP Standard Tag Library (JSTL), you'll never have to use a Java scriptlet or write spaghetti code again.

Beyond covering the JSP and Servlet APIs, this book shows you how to choose and implement the best persistence option for your web applications; how to secure your web sites against malicious attack and accidental misuse; how to improve the performance and scalability of your JSP pages; and how to architect and design your applications to be reliable, stable, and maintainable through the use of design patterns and best practices.

Finally, no JSP book would be complete today without looking at the role that open source projects such as Ant, Struts, XDoclet, JUnit, and Cactus can play in making your web development even easier.

Special Edition Using Java 2 Enterprise Edition (J2EE): With JSP, Servlets, EJB 2.0, JNDI, JMS, JDBC, CORBA, XML and RMI

Mark Wutka

Special Edition Using Java 2 Enterprise Edition (J2EE): With JSP, Servlets, EJB 2.0, JNDI, JMS, JDBC, CORBA, XML and RMI Mark Wutka List Price: $49.99
By: Que
Amazon Marketplace: 23 new & used starting at $1.07

Buy at Amazon.com

Browse similar items by category:
Subjects -> Business & Investing -> Small Business & Entrepreneurship -> New Business Enterprises
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> CORBA
Subjects -> Computers & Internet -> Operating Systems -> General

Customer Reviews:
Total reviews: 7 Average rating: 4.0 of 5

Reference for the serious J2EE developer 5 out of 5 stars.
12 of 12 people found this review helpful.

If you are searching for a reference manual that covers the basics about all the technologies involved in J2EE this is the book to buy. Keep in mind that it is impossible to cover Enterprise Java Beans,JSP,Servlets in detail in just one book. So if you're after a special thing like only EJB feel free to buy other books that cover only Enterprise Java Beans but otherwise this book is really worth its bucks simply because it introduces you to J2EE and afterwards you are able to understand what all those things are about.

Editorial Review:

Special Edition Using Java 2, Enterprise Edition starts with a section covering the core J2EE components (EJBs, JSP, Servlets, JDBC, RMI, Corba, etc) and how they fit into the overall application architecture. The book then builds off this foundation to explore the practical applications of J2EE including: Incorporating XML into J2EE; Creating wireless Web applications; Network programming with J2EE; Managing security and encryption; Object programming with Serialization and Reflection; Programming Java Applets in the enterprise. Later chapters discuss alternative approaches to solving problems in J2EE applications including debugging, decompiling and disassembly. The book finishes with a useful reference section discussing each of the core J2EE APIs.

Page 1 of 4 - Go to page: 1 2 3 4

Return to MagicBeanDip.com

This page was created in 1.4053 seconds.