|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn770008349 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
120103s2004 cc a ob 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d UAB
|d CEF
|d OCLCQ
|d OCLCF
|d YDXCP
|d E7B
|d EBLCP
|d DEBSZ
|d VLB
|d CSU
|d OCLCQ
|d COO
|d OCLCQ
|d FEM
|d OCLCO
|d OCLCQ
|d MOQ
|d AU@
|d OCLCO
|d WYU
|d OCLCO
|d STF
|d OCLCO
|d VT2
|d OCLCQ
|d OCLCO
|d UKAHL
|d OCLCQ
|d INARC
|d UKUOP
|d OCLCO
|d OCLCQ
|d OCLCO
|d KSU
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 54476492
|a 79871193
|a 861531057
|a 863821423
|a 966225949
|a 968098402
|a 969017292
|a 1056372292
|a 1060875838
|a 1062855737
|a 1103259085
|a 1150123933
|a 1202568099
|a 1240512351
|
020 |
|
|
|a 9780596517403
|q (electronic bk.)
|
020 |
|
|
|a 0596517408
|q (electronic bk.)
|
020 |
|
|
|a 9780596552381
|
020 |
|
|
|a 0596552386
|
020 |
|
|
|z 0596005725
|
020 |
|
|
|z 9780596005726
|
029 |
1 |
|
|a DEBSZ
|b 405505124
|
029 |
1 |
|
|a HEBIS
|b 291423809
|
035 |
|
|
|a (OCoLC)770008349
|z (OCoLC)54476492
|z (OCoLC)79871193
|z (OCoLC)861531057
|z (OCoLC)863821423
|z (OCoLC)966225949
|z (OCoLC)968098402
|z (OCoLC)969017292
|z (OCoLC)1056372292
|z (OCoLC)1060875838
|z (OCoLC)1062855737
|z (OCoLC)1103259085
|z (OCoLC)1150123933
|z (OCoLC)1202568099
|z (OCoLC)1240512351
|
037 |
|
|
|a 5980662690818166031
|b TotalBoox
|f Ebook only
|n www.totalboox.com
|
050 |
|
4 |
|a QA76.73.J38
|b P469 2004eb
|
072 |
|
7 |
|a COM
|x 051260
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051420
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2/762
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Perry, Bruce W.
|
245 |
1 |
0 |
|a Java servlet and JSP cookbook /
|c Bruce W. Perry.
|
246 |
1 |
4 |
|a Practical solutions to real-world problems
|
250 |
|
|
|a 1st ed.
|
260 |
|
|
|a Beijing ;
|a Sebastopol, CA :
|b O'Reilly,
|c ©2004.
|
300 |
|
|
|a 1 online resource (xix, 723 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
504 |
|
|
|a Includes bibliographical references and index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Table of Contents; Preface; What's in the Book; BEA WebLogic Recipes; Audience; What You Need to Know; Organization; Conventions Used in This Book; Using Code Examples; Comments and Questions; Acknowledgments; Chapter 1. Writing Servlets and JSPs; 1.0 Introduction; 1.1 Writing a Servlet; Problem; Solution; Discussion; See Also; 1.2 Writing a JSP; Problem; Solution; Discussion; See Also; 1.3 Compiling a Servlet; Problem; Solution; Discussion; See Also; 1.4 Packaging Servlets and JSPs; Problem; Solution; Discussion; See Also; 1.5 Creating the Deployment Descriptor; Problem; Solution; Discussion.
|
505 |
8 |
|
|a See AlsoChapter 2. Deploying Servlets and JSPs; 2.0 Introduction; 2.1 Deploying an Individual Servlet on Tomcat; Problem; Solution; Discussion; See Also; 2.2 Using a Context Element in Tomcat's server.xml; Problem; Solution; Discussion; See Also; 2.3 Deploying an Individual Servlet onWebLogic; Problem; Solution; Discussion; See Also; 2.4 Deploying an Individual JSP on Tomcat; Problem; Solution; Discussion; See Also; 2.5 Deploying an Individual JSP on WebLogic; Problem; Solution; Discussion; See Also; 2.6 Deploying a Web Application on Tomcat; Problem; Solution; Discussion.
|
505 |
8 |
|
|a Using Ant for deploymentSee Also; 2.7 Deploying a Web Application on WebLogic UsingAnt; Problem; Solution; Discussion; See Also; 2.8 Using the WebLogicAdministrationConsole; Problem; Solution; Discussion; See Also; 2.9 Using WebLogic Builder to Deploy a Web Application; Problem; Solution; Discussion; See Also; 2.10 Using the weblogic. Deployer Command-Line Tool; Problem; Solution; Discussion; See Also; Chapter 3. Naming Your Servlets; 3.0 Introduction; 3.1 Mapping a Servlet to a Name in web.xml; Problem; Solution; Discussion; See Also; 3.2 Creating More Than One Mapping toaServlet; Problem.
|
505 |
8 |
|
|a SolutionDiscussion; See Also; 3.3 Creating a JSP-Type URL for a Servlet; Problem; Solution; Discussion; See Also; 3.4 Mapping Static Content to a Servlet; Problem; Solution; Discussion; See Also; 3.5 Invoking a Servlet Without a web.xml Mapping; Problem; Solution; Discussion; See Also; 3.6 Mapping All Requests Within a Web Application to a Servlet; Problem; Solution; Discussion; See Also; 3.7 Mapping Requests to a Controller and PreservingServletMappings; Problem; Solution; Discussion; See Also; 3.8 Creating Welcome Files for a Web Application; Problem; Solution; Discussion; See Also.
|
505 |
8 |
|
|a 3.9 Restricting Requests for Certain ServletsProblem; Solution; Discussion; See Also; 3.10 Giving Only the Controller Access to Certain Servlets; Problem; Solution; Discussion; See Also; Chapter 4. Using Apache Ant; 4.0 Introduction; 4.1 Obtaining and Setting Up Ant; Problem; Solution; Discussion; See Also; 4.2 Using Ant Targets; Problem; Solution; Discussion; See Also; 4.3 Including Tomcat JAR files in the Build File Classpath; Problem; Solution; Discussion; See Also; 4.4 Compiling a Servlet with an Ant Build File; Problem; Solution; Discussion.
|
520 |
|
|
|a 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 coll
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a JavaServer pages.
|
630 |
0 |
7 |
|a JavaServer pages
|2 fast
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Servlets.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Servlets.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x JavaScript.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x VBScript.
|2 bisacsh
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
650 |
|
7 |
|a Servlets
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
650 |
|
7 |
|a Java Server Pages 2.0
|2 gnd
|
650 |
|
7 |
|a Java Server Pages Standard Tag Library
|2 gnd
|
650 |
|
7 |
|a Java 2 Enterprise Edition
|2 gnd
|
650 |
|
7 |
|a Servlet
|2 gnd
|
776 |
0 |
8 |
|i Print version:
|a Perry, Bruce W.
|t Java servlet and JSP cookbook.
|b 1st ed.
|d Beijing ; Sebastopol, CA : O'Reilly, ©2004
|z 0596005725
|w (DLC) 2004300997
|w (OCoLC)56913362
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/0596005725/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29297865
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL540557
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10758766
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 415198
|
938 |
|
|
|a Internet Archive
|b INAR
|n javaservletjspco0000perr
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7353906
|
994 |
|
|
|a 92
|b IZTAP
|