Spring Boot cookbook : (Record no. 46929)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 05417cam a2200697Ii 4500 |
001 - CONTROL NUMBER | |
control field | ocn926046096 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | OCoLC |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20200827104801.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr unu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 151022s2015 enka o 001 0 eng d |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | UMI |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | UMI |
Modifying agency | N$T |
-- | IDEBK |
-- | YDXCP |
-- | COO |
-- | EBLCP |
-- | VT2 |
-- | DEBSZ |
-- | TEFOD |
-- | IDB |
-- | OCLCQ |
-- | MERUC |
-- | OCLCQ |
-- | OCLCF |
-- | CEF |
-- | OCLCQ |
-- | WYU |
-- | UAB |
-- | AU@ |
-- | UKAHL |
-- | OCLCQ |
019 ## - | |
-- | 922700415 |
-- | 922917338 |
-- | 935250247 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781785289118 |
Qualifying information | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 178528911X |
Qualifying information | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9781785284151 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 1785284150 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | CHNEW |
System control number | 000893938 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | CHVBK |
System control number | 374530955 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | DEBSZ |
System control number | 47387203X |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | GBVCP |
System control number | 89716900X |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | AU@ |
System control number | 000056990957 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)926046096 |
Canceled/invalid control number | (OCoLC)922700415 |
-- | (OCoLC)922917338 |
-- | (OCoLC)935250247 |
037 ## - SOURCE OF ACQUISITION | |
Stock number | CL0500000662 |
Source of stock number/acquisition | Safari Books Online |
037 ## - SOURCE OF ACQUISITION | |
Stock number | EB350244-E865-466B-95E2-8B63F1921A0F |
Source of stock number/acquisition | OverDrive, Inc. |
Note | http://www.overdrive.com |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.76.D47 |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | COM |
Subject category code subdivision | 051230 |
Source | bisacsh |
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 005.1 |
Edition number | 23 |
049 ## - LOCAL HOLDINGS (OCLC) | |
Holding library | MAIN |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Antonov, Alex, |
Relator term | author. |
245 10 - TITLE STATEMENT | |
Title | Spring Boot cookbook : |
Remainder of title | over 35 recipes to help you build, test, and run Spring applications using Spring Boot / |
Statement of responsibility, etc. | Alex Antonov. |
246 30 - VARYING FORM OF TITLE | |
Title proper/short title | Over 35 recipes to help you build, test, and run Spring applications using Spring Boot |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Birmingham, UK : |
Name of producer, publisher, distributor, manufacturer | Packt Publishing, |
Date of production, publication, distribution, manufacture, or copyright notice | 2015. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (1 volume) : |
Other physical details | illustrations |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
490 1# - SERIES STATEMENT | |
Series statement | Quick answers to common problems |
588 0# - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Online resource; title from cover page (Safari, viewed October 20, 2015). |
500 ## - GENERAL NOTE | |
General note | Includes index. |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Cover; Copyright; Credits; About the Author; Acknowledgment; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Spring Boot; Introduction; Using a Spring Boot template and starters; Creating a simple application; Launching an application using Gradle; Using the command-line runners; Setting up a database connection; Setting up a data repository service; Scheduling executors; Chapter 2: Configuring Web Applications; Creating a basic RESTful application; Creating a Spring Data REST service; Configuring custom servlet filters. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Configuring custom interceptorsConfiguring custom HttpMessageConverters; Configuring custom PropertyEditors; Configuring custom type Formatters; Chapter 3: Web Framework Behavior Tuning; Introduction; Configuring route matching patterns; Configuring custom static path mappings; Tuning Tomcat via EmbeddedServletContainerCustomizer; Choosing embedded servlet containers; Adding custom connectors; Chapter 4: Writing Custom Spring Boot Starters; Introduction; Understanding Spring Boot autoconfiguration; Creating a custom Spring Boot autoconfiguration starter. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Configuring custom conditional bean instantiationsUsing custom @Enable* annotations to toggle configurations; Chapter 5: Application Testing; Introduction; Creating tests for Spring MVC Controllers; Automatically configuring the database schema and populating it with data; Creating tests using in-memory database with data fixtures; Creating tests using Mockito to mock DB; Writing tests using Cucumber; Writing tests using Spock; Chapter 6: Application Packaging and Deployment; Introduction; Creating a Spring Boot executable JAR; Creating Docker images; Building self-executing binaries. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Spring Boot environment config hierarchy and precedenceExternalizing environmental config using property files; Externalizing environmental config using environment variables; Externalizing environmental config using Java system properties; Setting up Consul; Externalizing environmental config using Consul and envconsul; Chapter 7: Health Monitoring and Data Visualization; Introduction; Writing custom health indicators; Emitting metrics; Monitoring Spring Boot via JMX; Management of Spring Boot via CRaSH and writing custom remote shell commands. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Integrating Codahale/Dropwizard metrics with GraphiteIntegrating Codahale/Dropwizard metrics with Dashing; Index. |
590 ## - LOCAL NOTE (RLIN) | |
Local note | eBooks on EBSCOhost |
Provenance (VM) [OBSOLETE] | EBSCO eBook Subscription Academic Collection - Worldwide |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Computer software |
General subdivision | Development. |
Authority record control number or standard number | http://id.loc.gov/authorities/subjects/sh85029535 |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Web applications |
General subdivision | Development. |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | COMPUTERS |
General subdivision | Software Development & Engineering |
-- | General. |
Source of heading or term | bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Computer software |
General subdivision | Development. |
Source of heading or term | fast |
Authority record control number or standard number | (OCoLC)fst00872537 |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Print version: |
Main entry heading | Antonov, Alex. |
Title | Spring Boot Cookbook. |
Place, publisher, and date of publication | Birmingham : Packt Publishing Ltd, �2015 |
International Standard Book Number | 9781785284151 |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE | |
Uniform title | Quick answers to common problems. |
Authority record control number or standard number | http://id.loc.gov/authorities/names/no2015091434 |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1074169">https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1074169</a> |
938 ## - | |
-- | Askews and Holts Library Services |
-- | ASKH |
-- | AH29347951 |
938 ## - | |
-- | EBL - Ebook Library |
-- | EBLB |
-- | EBL4191270 |
938 ## - | |
-- | EBSCOhost |
-- | EBSC |
-- | 1074169 |
938 ## - | |
-- | ProQuest MyiLibrary Digital eBook Collection |
-- | IDEB |
-- | cis32798012 |
938 ## - | |
-- | YBP Library Services |
-- | YANK |
-- | 12624123 |
994 ## - | |
-- | 92 |
-- | MYFCU |
No items available.