Java Server Pages: A Code-Intensive Premium Reference- P1
Số trang: 10
Loại file: pdf
Dung lượng: 10.68 MB
Lượt xem: 5
Lượt tải: 0
Xem trước 2 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Java Server Pages: A Code-Intensive Premium Reference- P1:Before you begin reading Pure JSP Java Server Pages, you might want to take a look at its basicstructure. This should help you outline your reading plan if you choose not to read the text from cover tocover. This introduction gives you an overview of what each chapter covers.
Nội dung trích xuất từ tài liệu:
Java Server Pages: A Code-Intensive Premium Reference- P1 Pure JSP -- Java Server Pages: A Code-Intensive Premium Reference by James Goodwill ISBN: 0672319020 Sams © 2000, 320 pages If your next project is JSP, learn from this books example code, then bring the reference to work.Companion Web Site Table of Contents Back CoverSynopsis by Rebecca RohanWriting data applications is tricky in any language, but coders committed toJSP will find a welcome side-kick in Pure Java Server Pages. The handyvolume is about two-thirds code and one-third reference. Code near thebeginning serves to illustrate crash courses in servlets, JavaBeans, JDBC,and JSP concepts, while the rest of the coding section plunges straight intobuilding a shopping cart, sending JavaMail, and much more. The final third ofthe book is a syntax reference for the javax.servlet.jsp,javax.servlet.jsp.tagext, javax.servlet.package, and javax.servlet.httppackages. A trusty how-to by example and quick reference that youll want byyour side when you write data applications. -2-Table of ContentsPure Java Server Pages - 4Introduction - 6Part I Conceptual ReferenceChapter 1 - JSP Overview: The Components of a JavaServer Page - 8Chapter 2 - Java Servlets - 17Chapter 3 - JavaBeans and JSP Concepts - 25Chapter 4 - JDBC and JSP Concepts - 38Part II Techniques ReferenceChapter 5 - Configuring the JSP Server - 65Chapter 6 - Handling JSP Errors - 67Chapter 7 - Using the include Directive - 73Chapter 8 - JavaServer Pages and Inheritance - 77Chapter 9 - Using the JSPs Implicit Objects - 81Chapter 10 - Using JSP Standard Actions - 91Chapter 11 - JSPs and JavaBean Scope - 105Chapter 12 - JSP and HTML Forms - 113Chapter 13 - JSP and a Shopping Cart - 120Chapter 14 - JSP and a JDBC Connection Pool Bean - 129Chapter 15 - JSP and XML - 143Chapter 16 - JSP Communication with Servlets - 152Chapter 17 - JSP and JavaMail - 160Part III Syntax Reference (with UML Diagrams)Chapter 18 - The javax.servlet.jsp Package - 168Chapter 19 - The javax.servlet.jsp.tagext Package - 183Chapter 20 - The javax.servlet Package - 198Chapter 21 - The javax.servlet.http Package - 221List of Figures - 221List of Tables - 242List of Listings - 243Back CoverPure JSP -- Java Server Pages is a premium reference for Java Server Pagesdevelopers. It contains an accelerated introduction to JSP concepts andimplementation, as well as a concise reference to such key topics asJavaBeans, JDBC, and Servlets.But the heart of this book is the code. In addition to the usual snippets, thereare many complete, well-commented, commercial-quality programs thatdemonstrate key Java Server Pages implementation techniques. Downloadany of this code from www.samspublishing.com/product_support/ and you arewell on your way to working with Java Server Pages. -3-Pure JSP -- Java Server Pages also includes rich, concise coverage of: XML JavaMail JDBC and Connection Pools Error Handling Shopping Carts Servlets JSPs and the Model-View-Controller Design Pattern JSPs and HTML FormsAbout the AuthorJames Goodwill is the Chief Internet Architect and a Principal at VirtuasSolutions, Inc., located in Denver, Colorado. He has extensive experience intelecommunications and e-business applications. James is also the author ofDeveloping Java Servlets, which provides a through look at Java Servlets.Over the last several years, he has been focusing his efforts on the designand development of electronic commerce applications.Pure Java Server PagesJames GoodwillPure Java Server PagesCopyright © 2000 by Sams PublishingAll rights reserved. No part of this book shall be reproduced, stored in a retrieval system, or transmitted byany means, electronic, mechanical, photocopying, recording, or otherwise, without written permission fromthe publisher. No patent liability is assumed with respect to the use of the information contained herein.Although every precaution has been taken in the preparation of this book, the publisher and authorassume no responsibility for errors or omissions. Nor is any liability assumed for damages resulting fromthe use of the information contained herein.International Standard Book Number: 0-672-31902-0Library of Congress Catalog Card Number: 99-68590TrademarksAll terms mentioned in this book that are known to be trademarks or service marks have beenappropriately capitalized. Sams Publishing cannot attest to the accuracy of this information. Use of a termin this book should not be regarded as affecting the validity of any trademark or service mark.Warning and DisclaimerEvery effort has be ...
Nội dung trích xuất từ tài liệu:
Java Server Pages: A Code-Intensive Premium Reference- P1 Pure JSP -- Java Server Pages: A Code-Intensive Premium Reference by James Goodwill ISBN: 0672319020 Sams © 2000, 320 pages If your next project is JSP, learn from this books example code, then bring the reference to work.Companion Web Site Table of Contents Back CoverSynopsis by Rebecca RohanWriting data applications is tricky in any language, but coders committed toJSP will find a welcome side-kick in Pure Java Server Pages. The handyvolume is about two-thirds code and one-third reference. Code near thebeginning serves to illustrate crash courses in servlets, JavaBeans, JDBC,and JSP concepts, while the rest of the coding section plunges straight intobuilding a shopping cart, sending JavaMail, and much more. The final third ofthe book is a syntax reference for the javax.servlet.jsp,javax.servlet.jsp.tagext, javax.servlet.package, and javax.servlet.httppackages. A trusty how-to by example and quick reference that youll want byyour side when you write data applications. -2-Table of ContentsPure Java Server Pages - 4Introduction - 6Part I Conceptual ReferenceChapter 1 - JSP Overview: The Components of a JavaServer Page - 8Chapter 2 - Java Servlets - 17Chapter 3 - JavaBeans and JSP Concepts - 25Chapter 4 - JDBC and JSP Concepts - 38Part II Techniques ReferenceChapter 5 - Configuring the JSP Server - 65Chapter 6 - Handling JSP Errors - 67Chapter 7 - Using the include Directive - 73Chapter 8 - JavaServer Pages and Inheritance - 77Chapter 9 - Using the JSPs Implicit Objects - 81Chapter 10 - Using JSP Standard Actions - 91Chapter 11 - JSPs and JavaBean Scope - 105Chapter 12 - JSP and HTML Forms - 113Chapter 13 - JSP and a Shopping Cart - 120Chapter 14 - JSP and a JDBC Connection Pool Bean - 129Chapter 15 - JSP and XML - 143Chapter 16 - JSP Communication with Servlets - 152Chapter 17 - JSP and JavaMail - 160Part III Syntax Reference (with UML Diagrams)Chapter 18 - The javax.servlet.jsp Package - 168Chapter 19 - The javax.servlet.jsp.tagext Package - 183Chapter 20 - The javax.servlet Package - 198Chapter 21 - The javax.servlet.http Package - 221List of Figures - 221List of Tables - 242List of Listings - 243Back CoverPure JSP -- Java Server Pages is a premium reference for Java Server Pagesdevelopers. It contains an accelerated introduction to JSP concepts andimplementation, as well as a concise reference to such key topics asJavaBeans, JDBC, and Servlets.But the heart of this book is the code. In addition to the usual snippets, thereare many complete, well-commented, commercial-quality programs thatdemonstrate key Java Server Pages implementation techniques. Downloadany of this code from www.samspublishing.com/product_support/ and you arewell on your way to working with Java Server Pages. -3-Pure JSP -- Java Server Pages also includes rich, concise coverage of: XML JavaMail JDBC and Connection Pools Error Handling Shopping Carts Servlets JSPs and the Model-View-Controller Design Pattern JSPs and HTML FormsAbout the AuthorJames Goodwill is the Chief Internet Architect and a Principal at VirtuasSolutions, Inc., located in Denver, Colorado. He has extensive experience intelecommunications and e-business applications. James is also the author ofDeveloping Java Servlets, which provides a through look at Java Servlets.Over the last several years, he has been focusing his efforts on the designand development of electronic commerce applications.Pure Java Server PagesJames GoodwillPure Java Server PagesCopyright © 2000 by Sams PublishingAll rights reserved. No part of this book shall be reproduced, stored in a retrieval system, or transmitted byany means, electronic, mechanical, photocopying, recording, or otherwise, without written permission fromthe publisher. No patent liability is assumed with respect to the use of the information contained herein.Although every precaution has been taken in the preparation of this book, the publisher and authorassume no responsibility for errors or omissions. Nor is any liability assumed for damages resulting fromthe use of the information contained herein.International Standard Book Number: 0-672-31902-0Library of Congress Catalog Card Number: 99-68590TrademarksAll terms mentioned in this book that are known to be trademarks or service marks have beenappropriately capitalized. Sams Publishing cannot attest to the accuracy of this information. Use of a termin this book should not be regarded as affecting the validity of any trademark or service mark.Warning and DisclaimerEvery effort has be ...
Tìm kiếm theo từ khóa liên quan:
nhập môn lập trình kỹ thuật lập trình lập trình flash lập trình web ngôn ngữ html lập trình hướng đối tượngGợi ý tài liệu liên quan:
-
Đề cương chi tiết học phần Cấu trúc dữ liệu và giải thuật (Data structures and algorithms)
10 trang 317 0 0 -
Giáo trình Lập trình hướng đối tượng: Phần 2
154 trang 276 0 0 -
Kỹ thuật lập trình trên Visual Basic 2005
148 trang 266 0 0 -
NGÂN HÀNG CÂU HỎI TRẮC NGHIỆM THIẾT KẾ WEB
8 trang 207 0 0 -
101 trang 200 1 0
-
Giới thiệu môn học Ngôn ngữ lập trình C++
5 trang 195 0 0 -
Bài giảng Nhập môn về lập trình - Chương 1: Giới thiệu về máy tính và lập trình
30 trang 167 0 0 -
Luận văn: Nghiên cứu kỹ thuật giấu tin trong ảnh Gif
33 trang 153 0 0 -
Luận văn tốt nghiệp Công nghệ thông tin: Xây dựng website bán hàng nông sản
67 trang 142 0 0 -
Giáo trình nhập môn lập trình - Phần 22
48 trang 138 0 0