The Java(TM) Web Server has emerged as a powerful tool for creating dynamic, interactive Web applications. Web sites using cutting-edge servlet technology with the Java Web Server have better performance, security, scalability, and cross-platform flexibility than those using CGI and other server-side technologies.
The Developer's Guide to the Java(TM) Web Server provides a comprehensive description of the Java Web Server and specific techniques for putting this technology to work. The book describes the underlying servlet technology, reviews Java Web Server features, explores design options, and demonstrates the development process.
Drawing on their unparalleled real-world experience creating one of the largest web sites using the Java Web Server, the authors present many proven design and coding techniques. In addition, a plethora of working examples form the framework for an application that features registration, communication with existing Web services, error reporting, and templating.
In this book, you will find detailed information on topics such as:
-- The Servlet API
Each Java Web Server feature thoroughly explained
Creating, configuring, and managing servlets
Templating and session tracking
Writing thread-safe code
Optimizing code for the Java virtual machine and Java class libraries
Communicating with external applications with sockets, CORBA, RMI, e-mail, and JDBC(TM)
Java Web Server application design
Debugging, stress testing, and performance tuning
Customizing security
Building services
The accompanying CD-ROM includes the sample applications and code examples from the book.
With its focus on practical techniques for solving real-world challenges, this book gives you the knowledge and skills to apply the Java Web Server to your own server-side Web applications.
"synopsis" may belong to another edition of this title.
Dan Woods is Chief Technology Officer at TheStreet, a leading on-line financial publication.
Larne Pekowsky, was formerly director of editorial technology at Time, Inc. New Media, where he helped to create one of the world's top ten news sites. He is now with CapitalThinking--a premier business-to-business financial site that makes extensive use of server-side Java. In addition, he is co-author of The Developer's Guide to the Java™ Web Server™.
Tom Snee is a Senior Consultant at Random Walk Computing, Inc., a leading consulting and development organization delivering custom Java solutions to global financial service enterprises.
020137949XAB04062001
The Java(TM) Web Server(TM) has emerged as a powerful tool for creating dynamic, interactive Web applications. Web sites using cutting-edge servlet technology with the Java Web Server have better performance, security, scalability, and cross-platform flexibility than those using CGI and other server-side technologies.
The Developer's Guide to the Java Web Server provides a comprehensive description of the Java Web Server and specific techniques for putting this technology to work. The book describes the underlying servlet technology, reviews Java Web Server features, explores design options, and demonstrates the development process.
Drawing on their unparalleled real-world experience creating one of the largest web sites using the Java Web Server, the authors present many proven design and coding techniques. In addition, a plethora of working examples form the framework for an application that features registration, communication with existing Web Services, error reporting, and templating.
In this book, you will find detailed information on topics such as:
The Servlet API(TM) Java Web Server features Creating, configuring, and managing servlets Templating and session tracking Writing thread-safe code Optimizing code for the Java(TM) virtual machine and Java Class Libraries Communicating with external applications with sockets, CORBA, RMI, e-mail, and JDBC(TM) Java Web Server application design Debugging, stress testing, and performance tuning Customizing security Building services
The accompanying CD-ROM includes the sample applications and code examples from the book.
With its focus on practical techniques for solving real-world challenges, this book gives you the knowledge and skills to apply the Java Web Server to your own server-side Web applications.
020137949XB04062001
This book was born of the excitement of using a fine piece of technology. The authors discovered the Java(TM) Web Server(TM), used it for a major project, and loved it so much that we wanted to share our experience with the world at large.
The Java Web Server is like an addictive drug. After one taste you want more. After a month of regular use, you are hooked. And it is never possible to forget the experience. If this technology has the same effect on readers as it had on the authors, then we can expect many more Java Web Server programming zealots in the next few years.
We hope that this book provides you with a guide to the "charms" of the Java Web Server, and that your experience is as satisfying as ours has been. The book is presented in five parts: Overview, A Guide to Administration and Features, Coding Techniques, Application Development Techniques, and Java Web Server Internals.
Part I, Overview, starts with a comparison of the Java Web Server and other application architectures for the Web (Chapter 1). After the case for the Java Web Server is presented, the chapter moves on to overviews of the Java Web Server and the Servlet API. Chapter 2 describes the sample applications presented in the book.
Part II, A Guide to Administration and Features, walks through each of the server's features in detail. The reader learns how to create servlets (Chapter 3), how to configure and manage them (Chapter 4), and how to use functions like templating (Chapter 5), Java Server Pages (Chapter 6), session tracking (Chapter 7), and internationalization and localization (Chapter 8).
Part III, Coding Techniques, dives into the guts of coding applications properly to achieve maximum performance in the Java Web Server. First servlets and the Servlet API are dissected (Chapter 9), followed by recommendations for writing thread-safe code (Chapter 10).
The following chapters cover optimizing performance of the Java virtual machine (Chapter 11) and the Java Class Libraries (Chapter 12). The last three chapters in this part cover techniques for communicating with external applications (Chapters 13, 14, and 15). In these chapters, servlets that communicate through sockets, e-mail, JDBC, RMI, and CORBA are described.
The focus of Part IV, Application Development Techniques, is designing, debugging, stress testing, and tuning the performance of applications. Chapters 16 through 19 contain battle-tested practical tips for development.
Part V, Java(TM) Web Server(TM) Internals, groups several topics together--security, customizing, logging, and building services based on the Java Server Infrastructure--which are based on the low-level constructs of the Java Web Server and are the most likely to change in future releases. Many of the classes discussed in Chapters 20 through 22 will eventually be replaced by new implementations.
The appendix, Developer Resources, identifies helpful resources, both written and available on the Internet. Suggestions for Reading This Book
Those who are new to the Java Web Server and servlet programming, or those who prefer a top-down explanation, from the general to the specific, will probably want to read the book straight through. Those who prefer an explanation that starts from the inside of an application--the guts of the code--and proceeds outward will probably find it more useful to read Part I, then jump to Part III, and then Part IV. These readers can refer to Part II as questions arise.
We hope that developers reading this book find, as we did, that the Java Web Server is the gateway to a world of rapid development for scalable applications. 020137949XP04062001
This book was born of the excitement of using a fine piece of technology. The authors discovered the Java(TM) Web Server(TM), used it for a major project, and loved it so much that we wanted to share our experience with the world at large.
The Java Web Server is like an addictive drug. After one taste you want more. After a month of regular use, you were hooked. And it is never possible to forget the experience. If this technology has the same effect on readers as it had on the authors then we can expect a lot more Java Web Server programming zealots in the next few years.
We hope that this book provides you with a guide to the "charms" of the Java Web Server, and that your experience is as satisfying as ours has been. The book is presented in five parts: Overview, A Guide to Administration and Features, Coding Techniques, Application Development Techniques, and Java Web Server Internals.
Part I, Overview, starts with a comparison of the Java Web Server and other application architectures for the Web (Chapter 1). After the case for the Java Web Server is presented, the chapter moves on to overviews of the Java Web Server and the Servlet API. Chapter 2 describes the sample applications presented in the book.
Part II, A Guide to Administration and Features, walks through each of the server's features in detail. The reader learns how to create servlets (Chapter 3), how to configure and manage them (Chapter 4), and how to use functions like templating (Chapter 5), Java Server Pages (Chapter 6), session tracking (Chapter 7), and internalization and localization (Chapter 8).
Part III, Coding Techniques, dives into the guts of coding applications properly to achieve maximum performance in the Java Web Server. First servlets and the Servlet API are dissected (Chapter 9), followed by recommendations for writing thread-safe code (Chapter 10).
The following chapters cover optimizing performance of the Java virtual machine (Chapter 11) and the Java Class Libraries (Chapter 12). The last three chapters in this part cover techniques for communicating with external applications (Chapters 13, 14, and 15). In these chapters, servlets that communicate through sockets, e-mail, JDBC, RMI, and CORBA are described.
The focus of Part IV, Application Development Techniques, is designing, debugging, stress testing, and tuning the performance of applications. Chapters 16 through 19 contain battle-tested practical tips for development.
Part V, Java(TM) Web Server(TM) Internals, groups several topics togethe--security, customizing, and logging and building services based on the Java Server Infrastructure--which are based on the low-level constructs of the Java Web Server and are the most likely to change in future releases. Many of the classes discussed in Chapters 20 through 22 will eventually be replaced by new implementations.
The appendix, Developer Resources, identifies helpful resources, both written and available on the Internet.
Suggestions for Reading This Book
Those who are new to the Java Web Server and servlet programming, or those who prefer a top-down explanation, will want to read the book straight through from the general to the specific. Those who prefer an explanation that starts from the inside of an application--the guts of the code--and proceeds outward will probably find it more useful to read Part I, then jump to Part III, and then Part IV. These readers can refer to Part II as questions arise.
We hope that developers reading this book find, as we did, that the Java Web Server is the gateway to a world of rapid development for scalable applications.
"About this title" may belong to another edition of this title.
FREE shipping within U.S.A.
Destination, rates & speedsSeller: ThriftBooks-Dallas, Dallas, TX, U.S.A.
Paperback. Condition: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 2.3. Seller Inventory # G020137949XI3N00
Quantity: 1 available
Seller: Basi6 International, Irving, TX, U.S.A.
Condition: Brand New. New. US edition. Expediting shipping for all USA and Europe orders excluding PO Box. Excellent Customer Service. Seller Inventory # ABEJUNE24-65432
Quantity: 1 available
Seller: Romtrade Corp., STERLING HEIGHTS, MI, U.S.A.
Condition: New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide. Seller Inventory # ABNR-143175
Quantity: 1 available
Seller: Books Puddle, New York, NY, U.S.A.
Condition: New. pp. 577. Seller Inventory # 26278059
Quantity: 1 available
Seller: Majestic Books, Hounslow, United Kingdom
Condition: New. pp. 577. Seller Inventory # 7569908
Quantity: 1 available
Seller: Biblios, Frankfurt am main, HESSE, Germany
Condition: New. pp. 577. Seller Inventory # 18278049
Quantity: 1 available