Spring MVC beginner's guide : (Record no. 2773844)

MARC details
000 -LEADER
fixed length control field 06757cam a2200877Ia 4500
001 - CONTROL NUMBER
control field ocn882610664
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711231330.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu---unuuu
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 140704s2014 enka o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency IDEBK
Language of cataloging eng
Description conventions pn
Transcribing agency IDEBK
Modifying agency EBLCP
-- N$T
-- E7B
-- YDXCP
-- OCLCQ
-- COO
-- OCLCO
-- OCLCQ
-- TEFOD
-- OCLCQ
-- D6H
-- K6U
-- AGLDB
-- OCLCQ
-- ICA
-- OCLCQ
-- PIFFA
-- FVL
-- ZCU
-- MERUC
-- OCLCQ
-- U3W
-- REB
-- STF
-- OCLCF
-- OCLCQ
-- VTS
-- ICG
-- INT
-- VT2
-- UKMGB
-- OCLCQ
-- WYU
-- G3B
-- TKN
-- OCLCQ
-- DKC
-- AU@
-- OCLCQ
-- HS0
-- OCLCQ
-- OCLCO
-- QGK
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018006538
Source Uk
019 ## -
-- 961650258
-- 962679831
-- 1259186321
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783284887
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783284889
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1306902789
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781306902786
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781783284870
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 1783284870
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000062534152
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000677427
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000697924
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000887075
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 374459924
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043608062
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 484725238
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018006538
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000067097060
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)882610664
Canceled/invalid control number (OCoLC)961650258
-- (OCoLC)962679831
-- (OCoLC)1259186321
037 ## - SOURCE OF ACQUISITION
Stock number E7D9194C-2D3B-4F14-85F9-58CB15D04506
Source of stock number/acquisition OverDrive, Inc.
Note http://www.overdrive.com
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK5105.8885.S67
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 060160
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 000000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006.76
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name G, Amuthan.
9 (RLIN) 376850
245 10 - TITLE STATEMENT
Title Spring MVC beginner's guide :
Remainder of title your ultimate guide to building web applications using all the capabilities of Spring MVC /
Statement of responsibility, etc Amuthan G.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Birmingham :
Name of publisher, distributor, etc Packt Publishing,
Date of publication, distribution, etc 2014.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource :
Other physical details color illustrations
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
347 ## -
-- text file
490 1# - SERIES STATEMENT
Series statement Community Experience Distilled
500 ## - GENERAL NOTE
General note Includes index.
588 0# -
-- Print version record.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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 ## - SUMMARY, ETC.
Summary, etc 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 ## - SUMMARY, ETC.
Summary, etc 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 ## - LANGUAGE NOTE
Language note English.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Spring Web (Computer file)
9 (RLIN) 1014478
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Java (Computer program language)
9 (RLIN) 27429
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web site development.
9 (RLIN) 66365
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Java (Langage de programmation)
9 (RLIN) 881382
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Sites Web
General subdivision Développement.
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Web
-- Web Programming.
Source of heading or term bisacsh
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision General.
Source of heading or term bisacsh
9 (RLIN) 851405
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Java (Computer program language)
Source of heading or term fast
-- (OCoLC)fst00982065
9 (RLIN) 27429
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web site development.
Source of heading or term fast
-- (OCoLC)fst01173243
9 (RLIN) 66365
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading G, Amuthan.
Title Spring MVC beginner's guide.
Place, publisher, and date of publication Birmingham : Packt Publishing, 2014
International Standard Book Number 1306902789
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=805427">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=805427</a>
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL1643999
938 ## -
-- ebrary
-- EBRY
-- ebr10887725
938 ## -
-- EBSCOhost
-- EBSC
-- 805427
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis28553571
938 ## -
-- YBP Library Services
-- YANK
-- 11951084
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library