Cargando…

Spring MVC beginner's guide : your ultimate guide to building web applications using all the capabilities of Spring MVC /

Chapter 3: Control Your Store with Controllers; Defining a controller; Time for action - adding class-level request mapping; The role of a controller in Spring MVC; Handler mapping; Using URI template patterns; Time for action - showing products based on category; Using matrix variables; Time for ac...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: G, Amuthan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn882610664
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 140704s2014 enka o 001 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d N$T  |d E7B  |d YDXCP  |d OCLCQ  |d COO  |d OCLCO  |d OCLCQ  |d TEFOD  |d OCLCQ  |d D6H  |d K6U  |d AGLDB  |d OCLCQ  |d ICA  |d OCLCQ  |d PIFFA  |d FVL  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d REB  |d STF  |d OCLCF  |d OCLCQ  |d VTS  |d ICG  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d DKC  |d AU@  |d OCLCQ  |d HS0  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCQ  |d OCLCO 
016 7 |a 018006538  |2 Uk 
019 |a 961650258  |a 962679831  |a 1259186321 
020 |a 9781783284887  |q (electronic bk.) 
020 |a 1783284889  |q (electronic bk.) 
020 |a 1306902789  |q (electronic bk.) 
020 |a 9781306902786  |q (electronic bk.) 
020 |z 9781783284870 
020 |z 1783284870 
029 1 |a AU@  |b 000062534152 
029 1 |a AU@  |b 000067097060 
029 1 |a CHNEW  |b 000677427 
029 1 |a CHNEW  |b 000697924 
029 1 |a CHNEW  |b 000887075 
029 1 |a CHVBK  |b 374459924 
029 1 |a DEBBG  |b BV043608062 
029 1 |a DEBSZ  |b 484725238 
029 1 |a UKMGB  |b 018006538 
035 |a (OCoLC)882610664  |z (OCoLC)961650258  |z (OCoLC)962679831  |z (OCoLC)1259186321 
037 |a E7D9194C-2D3B-4F14-85F9-58CB15D04506  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a TK5105.8885.S67 
072 7 |a COM  |x 060160  |2 bisacsh 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.76  |2 23 
049 |a UAMI 
100 1 |a G, Amuthan. 
245 1 0 |a Spring MVC beginner's guide :  |b your ultimate guide to building web applications using all the capabilities of Spring MVC /  |c Amuthan G. 
260 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource :  |b color 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 
490 1 |a Community Experience Distilled 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Configuring a Spring Development Environment; Setting up Java; Time for action -- installing JDK; Time for action -- setting up environment variables; Configuring a build tool; Time for action -- installing the Maven build tool; Installing a web server; Time for action -- installing the Tomcat web server; Configuring a development environment; Time for action -- installing Spring Tool Suite; Time for action -- configuring Tomcat on STS 
505 8 |a Time for action -- configuring Maven on STSCreating our first Spring MVC project; Time for action -- creating a Spring MVC project in STS; Spring MVC dependencies; Time for action -- adding Spring jars to the project; Time for action -- adding Java version properties in pom.xml; A jump-start to MVC; Time for action -- adding a welcome page; The Dispatcher servlet; Time for action -- configuring the Dispatcher servlet; Deploying our project; Time for action -- running the project; Summary; Chapter 2: Spring MVC Architecture -- Architecting Your Web Store; The dispatcher servlet 
505 8 |a Time for action -- examining request mappingThe web application context; Time for action -- understanding the web application context; The web application context configuration; View resolvers; Time for action -- understanding InternalResourceViewResolver; Model View Controller; An overview of the Spring MVC request flow; The web application architecture; The domain layer; Time for action -- creating a domain object; The persistence layer; Time for action -- creating a repository object; The service layer; Time for action -- creating a service object; An overview of the web application architecture 
505 8 |a Time for action -- serving and processing formsCustomizing data binding; Time for action -- whitelisting form fields; Externalizing text messages; Time for action -- externalizing messages; Using Spring Security tags; Time for action -- adding a login page; Summary; Chapter 5: Working with View Resolver; Resolving views; The redirect view; Time for action -- examining RedirectView; Serving static resources; Time for action -- serving static resources; Time for action -- adding images to the product detail page; The multipart request in action; Time for action -- adding images to the product page 
520 |a Chapter 3: Control Your Store with Controllers; Defining a controller; Time for action - adding class-level request mapping; The role of a controller in Spring MVC; Handler mapping; Using URI template patterns; Time for action - showing products based on category; Using matrix variables; Time for action - showing the products based on filter; Understanding request parameters; Time for action - adding the product details page; Time for action - implementing a master detail view; Summary; Chapter 4: Working with Spring Tag Libraries; Serving and processing forms 
520 |a A step-by-step pragmatic approach to web application development using Spring MVC, with relevant screenshots and concise explanations. This book is aimed at helping Java developers who want to teach themselves Spring MVC, even if they have no previous experience with Spring MVC. It would be helpful to have a bit of familiarity with basic servlet programming concepts, but no prior experience is required. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a Spring Web (Computer file) 
650 0 |a Java (Computer program language) 
650 0 |a Web site development. 
650 6 |a Java (Langage de programmation) 
650 6 |a Sites Web  |x Développement. 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Java (Computer program language)  |2 fast 
650 7 |a Web site development  |2 fast 
776 0 8 |i Print version:  |a G, Amuthan.  |t Spring MVC beginner's guide.  |d Birmingham : Packt Publishing, 2014  |z 1306902789 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1643999  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1643999 
938 |a ebrary  |b EBRY  |n ebr10887725 
938 |a EBSCOhost  |b EBSC  |n 805427 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28553571 
938 |a YBP Library Services  |b YANK  |n 11951084 
994 |a 92  |b IZTAP