Cargando…

Spring Boot 2 recipes : a problem-solution approach /

Solve all your Spring Boot 2 problems using complete and real-world code examples. When you start a new project, you'll be able to copy the code and configuration files from this book, and then modify them for your needs. This can save you a great deal of work over creating a project from scrat...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Deinum, Marten (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1076573554
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 181130s2018 nyu ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d GW5XE  |d UPM  |d OCLCF  |d CAUOI  |d UKMGB  |d UMI  |d TOH  |d C6I  |d OCLCQ  |d COO  |d OCLCQ  |d UKAHL  |d SRU  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ 
015 |a GBB912813  |2 bnb 
016 7 |a 019205746  |2 Uk 
019 |a 1080601049  |a 1083721610  |a 1086470880 
020 |a 9781484239636  |q (electronic bk.) 
020 |a 1484239636  |q (electronic bk.) 
020 |z 9781484239629 
024 7 |a 10.1007/978-1-4842-3963-6  |2 doi 
029 1 |a AU@  |b 000064511102 
029 1 |a AU@  |b 000067505031 
029 1 |a CHNEW  |b 001073973 
029 1 |a CHVBK  |b 579467791 
029 1 |a UKMGB  |b 019205746 
035 |a (OCoLC)1076573554  |z (OCoLC)1080601049  |z (OCoLC)1083721610  |z (OCoLC)1086470880 
037 |a com.springer.onix.9781484239636  |b Springer Nature 
050 4 |a QA76.76.A65 
072 7 |a COM  |x 012040  |2 bisacsh 
072 7 |a UMX  |2 bicssc 
072 7 |a UMX  |2 thema 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Deinum, Marten,  |e author. 
245 1 0 |a Spring Boot 2 recipes :  |b a problem-solution approach /  |c Marten Deinum. 
264 1 |a [New York] :  |b Apress,  |c [2018] 
300 |a 1 online resource 
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 
347 |b PDF 
588 |a Online resource; title from PDF title page (EBSCO, viewed December 4, 2018). 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Spring Boot-Introduction; 1-1 Create a Spring Boot Application Using Maven; Problem; Solution; How It Works; Create the pom.xml; Create the Application Class; Simplify the Application Class; 1-2 Create a Spring Boot Application Using Gradle; Problem; Solution; How It Works; Create the build.gradle; Create the Application Class; 1-3 Create a Spring Boot Application Using Spring Initializr; Problem; Solution; How It Works; Implement a Simple Application; Building the JAR 
505 8 |a 1-4 SummaryChapter 2: Spring Boot-Basics; 2-1 Configure a Bean; Problem; Solution; How It Works; Using @Component; Using @Bean Method; 2-2 Externalize Properties; Problem; Solution; How It Works; Override Using an External application.properties; Override Properties Using Profiles; Override Properties Using Command Line Arguments; Load Properties from Different Configuration File; 2-3 Testing; Problem; Solution; How It Works; Writing a Unit Test; Mocking Dependencies in a Unit Test; Integration Testing with Spring Boot; Integration Testing with Spring Boot and Mocks; 2-4 Configure Logging 
505 8 |a ProblemSolution; How It Works; Configure Logging; Logging to File; Using Your Preferred Logging Provider; 2-5 Reusing Existing Configuration; Problem; Solution; How It Works; Reusing Existing XML Configuration; Reusing Existing Java Configuration; Chapter 3: Spring MVC; 3-1 Getting Started with Spring MVC; Problem; Solution; How It Works; Testing; 3-2 Exposing REST Resources with Spring MVC; Problem; Solution; How It Works; Testing a @RestController; 3-3 Using Thymeleaf with Spring Boot; Problem; Solution; How It Works; Adding an Index Page; Adding a Controller and View; Adding a Details Page 
505 8 |a 3-4 Handling ExceptionsProblem; Solution; How It Works; Adding Attributes to the Model; 3-5 Internationalizing Your Application; Problem; Solution; How It Works; 3-6 Resolving User Locales; Problem; Solution; How It Works; Resolving Locales by an HTTP Request Header; Resolving Locales by a Session Attribute; Resolving Locales by a Cookie; Using a Fixed Locale; Changing a User's Locale; 3-7 Selecting and Configuring the Embedded Server; Problem; Solution; How It Works; General Configuration Properties; Changing the Runtime Container; 3-8 Configuring SSL for the Servlet Container; Problem 
505 8 |a SolutionHow It Works; Creating a Self-Signed Certificate; Configure Spring Boot to Use the Keystore; Support Both HTTP and HTTPS; Redirect HTTP to HTTPS; Chapter 4: Spring MVC -- Async; 4-1 Asynchronous Request Handling with Controllers and TaskExecutor; Problem; Solution; How It Works; Writing an Asynchronous Controller; Use a Callable; Use a CompletableFuture; Testing Async Controllers; Configuring Async Processing; 4-2 Response Writers; Problem; Solution; How It Works; Send Multiple Results in a Response; Sending Multiple Results as Events; 4-3 WebSockets; Problem; Solution; How It Works 
520 |a Solve all your Spring Boot 2 problems using complete and real-world code examples. When you start a new project, you'll be able to copy the code and configuration files from this book, and then modify them for your needs. This can save you a great deal of work over creating a project from scratch. Using a problem-solution approach, Spring Boot 2 Recipes quickly introduces you to Pivotal's Spring Boot 2 micro-framework, then dives into code snippets on how to apply and integrate Spring Boot 2 with the Spring MVC web framework, Spring Web Sockets, and microservices. You'll also get solutions to common problems with persistence, integrating Spring Boot with batch processing, algorithmic programming via Spring Batch, and much more. Other recipes cover topics such as using and integrating Boot with Spring's enterprise services, Spring Integration, testing, monitoring and more. You will: Get reusable code recipes and snippets for the Spring Boot 2 micro-framework Discover how Spring Boot 2 integrates with other Spring APIs, tools, and frameworks Access Spring MVC and the new Spring Web Sockets for simpler web development Work with microservices for web services development and integration with your Spring Boot applications Add persistence and a data tier seamlessly to make your Spring Boot web application do more Integrate enterprise services to create a more complex Java application using Spring Boot. 
504 |a Includes bibliographical references and index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Spring boot 2. 
650 0 |a Application software. 
650 0 |a Application software  |x Development  |x Computer programs. 
650 6 |a Logiciels d'application. 
650 6 |a Logiciels d'application  |x Développement  |x Logiciels. 
650 7 |a COMPUTERS  |x Programming  |x Games.  |2 bisacsh 
650 7 |a Application software.  |2 fast  |0 (OCoLC)fst00811706 
650 7 |a Application software  |x Development  |x Computer programs.  |2 fast  |0 (OCoLC)fst00811708 
776 0 8 |i Printed edition:  |z 9781484239629 
776 0 8 |i Printed edition:  |z 9781484239643 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484239636/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35787011 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5606703 
938 |a EBSCOhost  |b EBSC  |n 1947145 
994 |a 92  |b IZTAP