Java Servlet Programming Bible

Java Servlet Programming Bible

Author: Suresh Rajagopalan

Publisher: Wiley

Published: 2002-03-01

Total Pages: 0

ISBN-13: 9780764548390

DOWNLOAD EBOOK

This book contains all the essential information required for Java Servlet programming at various levels, from simple Web applications to enterprise-wide solutions. Topics include the basics of servlets & servlet programming; HTML and servlets; servlets and databases; JSP basics; the Model View Controller (MVC) Architecture; security, and tips and tricks for the servlet programmer.


Java Servlet Programming

Java Servlet Programming

Author: Jason Hunter

Publisher: "O'Reilly Media, Inc."

Published: 2001

Total Pages: 780

ISBN-13: 0596000405

DOWNLOAD EBOOK

This book is a great introduction to Java servlets and their various communications mechanisms. It includes deep and comprehensive coverage of the Java Servlet API, and also of HTTP, non-HTTP socket communications, Remote Method Invocation (RMI), and more. Throughout, the authors present illustrative codes and explain why things work the way they do. (Computers--Languages/Programming)


Java Database Programming Bible

Java Database Programming Bible

Author: John O'Donahue

Publisher:

Published: 2002-08-16

Total Pages: 732

ISBN-13:

DOWNLOAD EBOOK

Java Database Bible is a comprehensive approach to learning how to develop and implement a professional level Java 2 database program using the Java database connection API (JDBC 3.0). Includes an introduction to relational databases and designing database applications; covers interacting with a relational database using a Java program; and shows how to create and work with XML data storage using a Java program.


XML Programming Bible

XML Programming Bible

Author: Brian Benz

Publisher: John Wiley & Sons

Published: 2004-05-07

Total Pages: 986

ISBN-13: 0764555766

DOWNLOAD EBOOK

Covers all the most recent XML core and related specifications including XML 1.1, J2EE 1.4, Microsoft .NET's latest iteration, as well as open source XML items from the Apache project. Strong coverage of XML use with databases, transactions, and XML security. Discusses both Microsoft (.NET) and Sun (Java) programming integration with XML, an approach not taken in any other book. Presents extensive business examples, including several major applications developed throughout the book. No previous exposure to XML is assumed.


Servlet & JSP: A Tutorial, Second Edition

Servlet & JSP: A Tutorial, Second Edition

Author: Budi Kurniawan

Publisher: Brainy Software Inc

Published: 2015-10-15

Total Pages: 658

ISBN-13: 1771970278

DOWNLOAD EBOOK

Servlet and JavaServer Pages (JSP) are the underlying technologies for developing web applications in Java. They are essential for any programmer to master in order to effectively use frameworks such as JavaServer Faces, Struts 2 or Spring MVC. Covering Servlet 3.1 and JSP 2.3, this book explains the important programming concepts and design models in Java web development as well as related technologies and new features in the latest versions of Servlet and JSP. With comprehensive coverage and a lot of examples, this book is a guide to building real-world applications.


Apache Tomcat Bible

Apache Tomcat Bible

Author: Christian Wenz

Publisher: Wiley

Published: 2003-05-30

Total Pages: 0

ISBN-13: 9780764526060

DOWNLOAD EBOOK

* The most comprehensive reference and tutorial on the market for this popular open source Java Servlet and JavaServer Page implementation * Provides a thorough introduction to all topics Tomcat developers need to understand * Focuses on developing and deploying Web applications * Covers use of the popular Ant tool to easily compile and deploy applications in conjunction with Tomcat * Companion Web site includes all code samples from the book


Java Servlet Programming 2/E

Java Servlet Programming 2/E

Author: Jason Hunter

Publisher:

Published: 2001-01-01

Total Pages: 786

ISBN-13: 9788173662850

DOWNLOAD EBOOK

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.


Murach's Java Servlets and JSP

Murach's Java Servlets and JSP

Author: Andrea Steelman

Publisher: Mike Murach & Associates

Published: 2003

Total Pages: 0

ISBN-13: 9781890774189

DOWNLOAD EBOOK

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 Server Side Programming

Java Server Side Programming

Author: Mukesh Prasad

Publisher: Createspace Independent Publishing Platform

Published: 2013-08-27

Total Pages: 0

ISBN-13: 9781492193937

DOWNLOAD EBOOK

To drive a car you don't need to understand how the engine works, but if you are a race car driver, you should. If you have race driver level programming talent, this book will take you under the hood of server technologies. By showing readers how to write a powerful and usable Java server from scratch (and in under 1,000 lines of code) this book shows how major technologies can be built from the ground up using bare bones Java. It gives readers a tour behind the scenes, enabling them to create similar powerful technologies themselves. This empowering book is a must-have for serious Java programmers. == Books and courses on servlets and JSP teach a list of features and how to use them. Effectively, this is like rote memorization, with no deep understanding. Because the technologies can be difficult to actually implement, the conventional wisdom is that learning by doing is not possible for server side technologies. But this book aims to change the status quo in servlet and JSP learning, by using an approach that does make learning by doing possible. The book actually guides the reader into writing a small Java web server, that can not only serve HTML and media pages, but implements powerful subsets of servlet and JSP technologies. And all this can be done in less that 1,000 lines of code (that's right, under one thousand LOC) with the guidance and technical approach of this book. The servlet and JSP subsets implement all the core technology and most of the powerful features. This gives the reader actual insight into how and why servlet and JSP features are designed that way, and what is the "magic" going on under the hood. The reader will no longer need to rote memorize the features of servlet and JSP, and will actually understand them. The book is accompanied by a downloadable file. This downloadable file includes support code, so readers can stay focused on the server technologies without getting side-tracked far into string manipulation etc.