Atjaunināt sīkdatņu piekrišanu

E-grāmata: Pivotal Certified Spring Web Application Developer Exam: A Study Guide

  • Formāts: PDF+DRM
  • Izdošanas datums: 11-Dec-2015
  • Izdevniecība: APress
  • Valoda: eng
  • ISBN-13: 9781484208083
Citas grāmatas par šo tēmu:
  • Formāts - PDF+DRM
  • Cena: 53,52 €*
  • * ši ir gala cena, t.i., netiek piemērotas nekādas papildus atlaides
  • Ielikt grozā
  • Pievienot vēlmju sarakstam
  • Šī e-grāmata paredzēta tikai personīgai lietošanai. E-grāmatas nav iespējams atgriezt un nauda par iegādātajām e-grāmatām netiek atmaksāta.
  • Formāts: PDF+DRM
  • Izdošanas datums: 11-Dec-2015
  • Izdevniecība: APress
  • Valoda: eng
  • ISBN-13: 9781484208083
Citas grāmatas par šo tēmu:

DRM restrictions

  • Kopēšana (kopēt/ievietot):

    nav atļauts

  • Drukāšana:

    nav atļauts

  • Lietošana:

    Digitālo tiesību pārvaldība (Digital Rights Management (DRM))
    Izdevējs ir piegādājis šo grāmatu šifrētā veidā, kas nozīmē, ka jums ir jāinstalē bezmaksas programmatūra, lai to atbloķētu un lasītu. Lai lasītu šo e-grāmatu, jums ir jāizveido Adobe ID. Vairāk informācijas šeit. E-grāmatu var lasīt un lejupielādēt līdz 6 ierīcēm (vienam lietotājam ar vienu un to pašu Adobe ID).

    Nepieciešamā programmatūra
    Lai lasītu šo e-grāmatu mobilajā ierīcē (tālrunī vai planšetdatorā), jums būs jāinstalē šī bezmaksas lietotne: PocketBook Reader (iOS / Android)

    Lai lejupielādētu un lasītu šo e-grāmatu datorā vai Mac datorā, jums ir nepieciešamid Adobe Digital Editions (šī ir bezmaksas lietotne, kas īpaši izstrādāta e-grāmatām. Tā nav tas pats, kas Adobe Reader, kas, iespējams, jau ir jūsu datorā.)

    Jūs nevarat lasīt šo e-grāmatu, izmantojot Amazon Kindle.

The Pivotal Certified Spring Web Application Developer Exam: A Study Guide is the ideal preparation for the Pivotal Certified Spring Web Application Developer exam. It covers the following: Spring MVC DispatcherServlet configuration, Spring MVC programming model essentials, Spring MVC views and form processing, Spring Web Flow essentials, and Spring Web Flow actions and configuration.

When you become a Pivotal Certified Spring Web Application Developer, you'll receive one of the most valuable credentials available in enterprise Java. Achieving this certification demonstrates your ability to apply Spring's web projects to develop real-world Java web applications and validates your familiarity with Spring Web.

After reading and using this study guide, you'll be able to pass the certification exam and become a certified Spring Web Developer.

About the Author xiii
About the Technical Reviewer xv
Acknowledgments xvii
Introduction xix
Chapter 1 Introduction
1(16)
Spring and What It Does
1(3)
The Focus of this Study Guide
4(1)
Who Should Use this Study Guide
5(1)
About the Spring Web Certification Exam
5(1)
How to Use this Study Guide
6(2)
How this Book Is Structured
7(1)
How Each
Chapter Is Structured
7(1)
Conventions
8(1)
Downloading the Code
8(1)
Contacting the Author
8(1)
Recommended Development Environment
8(9)
Recommended Build Tools
9(1)
Recommended IDE
10(1)
The Project Sample
11(6)
Chapter 2 Spring Fundamentals
17(36)
The Basics
17(2)
The Spring Core Container
19(2)
Spring Configuration
21(6)
XML
21(4)
Annotations
25(1)
Mixed Approach
26(1)
The Beans
27(14)
Lifecycle and Instantiation
27(8)
Bean Scopes
35(3)
Accessing Beans
38(3)
Spring AOP
41(3)
Testing Spring Applications
44(1)
Summary
45(1)
Quick Quiz
46(1)
Practical Exercise
46(7)
Chapter 3 Spring MVC
53(98)
MVC Basics
53(2)
Configuring MVC
55(12)
XML Configuration
56(5)
Configuration Using Annotations
61(3)
Configuration Without Using web.xml
64(3)
MVC Components
67(42)
Infrastructure Beans
68(26)
User-Provided Components
94(15)
View Technologies
109(10)
Tiles Layouts
110(5)
Thymeleaf
115(4)
Forms
119(19)
Data Formatting
125(4)
Data Binding
129(3)
Data Validation
132(5)
Managing the Form Object
137(1)
Summary
138(1)
Quick Quiz
139(5)
Practical Exercise
144(7)
Chapter 4 Spring Portlets
151(38)
Portlet Basics
154(2)
Configuration
156(1)
The XML Part of the Configuration
157(7)
The Annotation Part of the Configuration
164(4)
Configuration Details and Recommendations
168(1)
The Development and Deployment of a Portlet Application
169(19)
Download, Install, Start, and Configure Liferay
170(18)
Summary
188(1)
Chapter 5 Spring RESTful Services
189(40)
Core REST Concepts
189(6)
HATEOAS
195(2)
Advantages of REST
197(2)
RESTful Applications Using Spring MVC
199(21)
RESTful Clients with Spring
199(4)
Asynchronous REST Calls
203(1)
Implementing REST with Spring MVC
204(9)
Asynchronous REST Services Using @Async Annotated Methods
213(3)
Using Spring HATEOAS
216(4)
Summary
220(1)
Quick Quiz
221(1)
Practical Exercise
222(7)
Chapter 6 Spring Web with AJAX
229(28)
What Is AJAX?
229(4)
Making AJAX Requests
233(3)
Introducing jQuery
236(9)
jQuery HTML DOM Manipulation
240(3)
jQuery AJAX Calls
243(2)
Spring MVC, AJAX, and jQuery
245(5)
Using REST-Style Remoting with JSON
246(4)
Custom Tags
250(3)
Summary
253(1)
Quick Quiz
253(1)
Practical Exercise
254(3)
Chapter 7 Spring Web Flow
257(110)
What Is a Flow?
257(2)
Web Flow Architecture
259(2)
Web Flow Internal Logic
261(1)
Configuration and Infrastructure Beans
262(10)
Configuration Using XML
263(4)
Configuration Using Annotations
267(5)
Create a Flow
272(39)
Flow Definition
273(31)
Action States
304(7)
Decision States
311(1)
Exception Handling
312(10)
Subflows
322(4)
Flow Definition Inheritance
326(1)
Securing Web Flows
327(30)
Introduction to Spring Security
327(1)
Why Spring Security Is Awesome
328(2)
Spring Security XML Configuration
330(13)
Spring Security Java Configuration
343(7)
Securing Flow Definitions
350(7)
Summary
357(1)
Quick Quiz
358(6)
Practical Exercise
364(3)
Chapter 8 Spring Boot and WebSocket
367(36)
What Is Spring Boot?
367(1)
Usage and Configuration
368(17)
Customizing Spring Boot
373(7)
Importing Additional Configuration Elements
380(1)
Running Spring Boot Applications
381(2)
Testing Spring Boot Applications
383(2)
WebSocket Introduction
385(1)
Spring WebSocket Implementation
386(4)
Spring WebSocket Configuration
390(2)
WebSocket Client Application
392(11)
Configure the Server Application to Send Scheduled Messages
397(1)
Monitoring and Debugging
398(5)
Appendix: Resources and Quiz Answers
403(14)
Study Guide Projects
401(11)
Gradle Configuration Explained
403(1)
Building and Troubleshooting
403(4)
Deploy on Apache Tomcat
407(5)
Quiz Answers
412(5)
Quiz Solution for
Chapter 2
412(1)
Quiz Solution for
Chapter 3
412(1)
Quiz Solution for
Chapter 5
413(1)
Quiz Solution for
Chapter 6
414(1)
Quiz Solution for
Chapter 7
414(3)
Index 417
Iuliana Cosmina is a Spring Certified Web Developer and is also Spring Certified Core Spring Professional.