Muutke küpsiste eelistusi

E-raamat: Beginning JSP 2: From Novice to Professional

  • Formaat: PDF+DRM
  • Ilmumisaeg: 10-May-2004
  • Kirjastus: APress
  • Keel: eng
  • ISBN-13: 9781430206934
Teised raamatud teemal:
  • Formaat - PDF+DRM
  • Hind: 38,27 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: PDF+DRM
  • Ilmumisaeg: 10-May-2004
  • Kirjastus: APress
  • Keel: eng
  • ISBN-13: 9781430206934
Teised raamatud teemal:

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

Let Beginning JSP 2 be your guide as you begin using JSP. This comprehensive guide starts by steering you through your first JSP application. It reviews HTML, and provides you with a useful overview of JSP. You'll then be ready to start learning one of the core techniques in JSP: pulling data from a database and working with that data.



When you've mastered this technique, you'll be ready to branch out powerfully into other JSP topics: variables, scope, flow control, and code reuse for productive time management. Finally, the book shows you how you can use JSP with XML and gives you a taste of some advanced topics, including using Struts and the Model View Controller.



This book's step-by-step examples explain the techniques behind the code. The authors include realistic scenarios wherever possible to build your knowledge and confidence in JSP. After reading this book, you'll have the knowledge and skills to enter the web development and Java development industries. All you need to begin this journey is a basic understanding of HTML and Java.

Muu info

Springer Book Archives
About the Authors ix
About the Editor xi
About the Technical Reviewer xiii
Introduction xv
Chapter 1 Creating Your First JSP Page 1(22)
Installing the Software
1(8)
Creating Your First Web Application
9(4)
Exploring a Brief History of Java and the Web
13(8)
Summary
21(2)
Chapter 2 Learning How HTML Works 23(38)
Summarizing HTML
23(17)
Creating HTML Forms
40(3)
Using HTML Elements
43(15)
Finding Further Resources
58(1)
Summary
59(2)
Chapter 3 Introducing JSP 61(26)
Understanding the Available Object Scope
61(1)
Understanding JSP Code Types
62(12)
Using the Java Standard Tag Library (JSTL)
74(5)
Processing Forms with the JSTL
79(6)
Summary
85(2)
Chapter 4 Working with Data 87(38)
Introducing Databases
87(10)
Introducing SQL
97(10)
Manipulating the Database
107(12)
Revisiting the Pizza Application
119(5)
Summary
124(1)
Chapter 5 Making Decisions, Decisions 125(42)
Introducing Arrays
126(7)
Comparing Data Values
133(1)
Using Logical Operators
134(1)
Making Decisions
135(1)
Introducing Conditional Statements
136(17)
Understanding Loops and Iteration
153(5)
Introducing Branching Statements
158(7)
Summary
165(2)
Chapter 6 Reusing Code 167(40)
Introducing Code Reuse
168(1)
Planning for Reuse
169(10)
Understanding Mechanisms for Reuse
179(10)
Going Beyond JSP
189(16)
Summary
205(2)
Chapter 7 Performing Time Management 207(16)
Introducing the Date Class
207(8)
Formatting Dates with the JSTL
215(6)
Summary
221(2)
Chapter 8 Using JSP and XML Together 223(32)
Introducing XML
223(2)
Understanding the Structure of XML Data
225(7)
Defining Validity with Schemas
232(17)
Understanding XSL Transformations
249(5)
Summary
254(1)
Chapter 9 Going Behind the Scenes 255(44)
Web Applications and web.xml
256(7)
Introducing the Java Servlet Technology
263(3)
The Servlet Architecture
266(4)
The Servlet Life Cycle
270(6)
Collaboration Between Servlets
276(8)
Getting Initialization Information
284(4)
Filters
288(9)
Summary
297(2)
Chapter 10 Implementing the Model 2 Architecture and Using Struts 299(64)
Architecture of Web Applications
300(4)
The Struts Framework
304(4)
Installing and Configuring Struts
308(5)
The Struts Configuration File
313(17)
Core Struts Components
330(9)
Introducing the Struts Tag Libraries
339(17)
Finishing the View
356(5)
Summary
361(2)
Appendix A JSP Syntax Reference 363(18)
Preliminaries
364(1)
Directives
365(4)
Scripting Elements
369(2)
Standard Actions
371(7)
Tag Libraries
378(1)
Implicit Objects
379(2)
Appendix B JSP Implicit Objects 381(24)
The request Object
382(7)
The response Object
389(5)
The out Object
394(3)
The session Object
397(2)
The application Object
399(3)
The exception Object
402(1)
The config Object
403(1)
The page Object
403(1)
The pageContext Object
403(2)
Appendix C XML Configuration Files 405(26)
Common Elements of web.xml
405(13)
Common Elements of the Tag Library Descriptor
418(5)
Common Elements of the Struts Config File
423(8)
Appendix D Getting More Information 431(10)
Java Development Kit Documentation
431(5)
Tomcat and JSP/Servlet Documentation
436(3)
Other Resources
439(2)
Index 441
Sathya Narayana Panduranga is a software design engineer living in the Bangalore, the software capital of India. He has expertise in Microsoft and Java technologies, and has worked in the domains of the Internet, telecom, and convergence. His favorite areas of interest are distributed and component-based application architectures, and object-oriented analysis and design. Contributing to a range of technical articles and books is a hobby that gives him the immense satisfaction of being able to share his knowledge.