Learning Spring Boot 3.0: Simplify the development of production-grade applications using Java and Spring
Build Java web apps without wasting any time with this third edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 3 Purchase of the print or Kindle book includes a free eBook PDF Key Features Learn Spring Boot in a cohesive manner wi...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham ; Mumbai
Packt Publishing, Limited
2022
|
Ausgabe: | Third Edition |
Schlagworte: | |
Online-Zugang: | DE-Aug4 DE-M347 DE-860 DE-706 DE-573 |
Zusammenfassung: | Build Java web apps without wasting any time with this third edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 3 Purchase of the print or Kindle book includes a free eBook PDF Key Features Learn Spring Boot in a cohesive manner with this practical guide by a core Spring contributor Discover popular Java developer tools such as GraalVM native images, serving up JSON, and more Build secure, scalable, and manageable web applications from zero to production Book Description Spring Boot 3 brings more than just the powerful ability to build secure web apps on top of a rock-solid database. It delivers new options for testing, deployment, Docker support, and native images for GraalVM, along with ways to squeeze out more efficient usage of existing resources. This third edition of the bestseller starts off by helping you build a simple app, and then shows you how to secure, test, bundle, and deploy it to production. Next, you'll familiarize yourself with the ability to go "native" and release using GraalVM. As you advance, you'll explore reactive programming and get a taste of scalable web controllers and data operations. The book goes into detail about GraalVM native images and deployment, teaching you how to secure your application using both routes and method-based rules and enabling you to apply the lessons you've learned to any problem. If you want to gain a thorough understanding of building robust applications using the core functionality of Spring Boot, then this is the book for you. By the end of this Spring Boot book, you'll be able to build an entire suite of web applications using Spring Boot and deploy them to any platform you need. What you will learn Create powerful, production-grade web applications with minimal fuss Support multiple environments with one artifact, and add production-grade support with features Find out how to tweak your Java apps through different properties Enhance the security model of your apps Make use of enhancing features such as native deployment and reactive programming in Spring Boot Build anything from lightweight unit tests to fully running embedded web container integration tests Get a glimpse of reactive programming and decide if it's the right approach for you Who this book is for This book is for both novices and experienced Spring developers looking to learn how to build applications without wasting time on infrastructure and other tedious details. Working knowledge of the Java programming language is assumed. |
Beschreibung: | Description based on publisher supplied metadata and other sources Cover -- Copyright -- Forewords -- Contributors -- Table of Contents -- Preface -- Part 1: The Basics of Spring Boot -- Chapter 1: Core Features of Spring Boot -- Technical requirements -- Installing Java 17 -- Installing a modern IDE -- Creating a GitHub account -- Finding additional support -- Autoconfiguring Spring beans -- Understanding application context -- Exploring autoconfiguration policies in Spring Boot -- Adding portfolio components using Spring Boot starters -- Customizing the setup with configuration properties -- Creating custom properties -- Externalizing application configuration -- Configuring property-based beans -- Managing application dependencies -- Summary -- Part 2: Creating an Application with Spring Boot -- Chapter 2: Creating a Web Application with Spring Boot -- Using start.spring.io to build apps -- Creating a Spring MVC web controller -- Using start.spring.io to augment an existing project -- Leveraging templates to create content -- Adding demo data to a template -- Building our app with a better design -- Injecting dependencies through constructor calls -- Changing the data through HTML forms -- Creating JSON-based APIs -- Hooking in Node.js to a Spring Boot web app -- Bundling JavaScript with Node.js -- Creating a React.js app -- Summary -- Chapter 3: Querying for Data with Spring Boot -- Adding Spring Data to an existing Spring Boot application -- Using Spring Data to easily manage data -- Adding Spring Data JPA to our project -- DTOs, entities, and POJOs, oh my! -- Entities -- DTOs -- POJOs -- Creating a Spring Data repository -- Using custom finders -- Sorting the results -- Limiting query results -- Using Query By Example to find tricky answers -- Using custom JPA -- Summary -- Chapter 4: Securing an Application with Spring Boot -- Adding Spring Security to our project. |
Beschreibung: | 1 Online-Ressource (xviii, 251 Seiten) Illustrationen, Diagramme |
ISBN: | 9781803249896 1803249897 |
Internformat
MARC
LEADER | 00000nam a22000001c 4500 | ||
---|---|---|---|
001 | BV048911260 | ||
003 | DE-604 | ||
005 | 20240123 | ||
007 | cr|uuu---uuuuu | ||
008 | 230424s2022 xx a||| o|||| 00||| eng d | ||
020 | |a 9781803249896 |c EBook (PDF) |9 978-1-80324-989-6 | ||
020 | |a 1803249897 |c EBook (PDF) |9 1-80324-989-7 | ||
035 | |a (OCoLC)1378495357 | ||
035 | |a (DE-599)KEP083546359 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-860 |a DE-706 |a DE-M347 |a DE-573 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
100 | 1 | |a Turnquist, Greg L. |e Verfasser |0 (DE-588)1048478971 |4 aut | |
245 | 1 | 0 | |a Learning Spring Boot 3.0 |b Simplify the development of production-grade applications using Java and Spring |c Greg L. Turnquist |
250 | |a Third Edition | ||
264 | 1 | |a Birmingham ; Mumbai |b Packt Publishing, Limited |c 2022 | |
300 | |a 1 Online-Ressource (xviii, 251 Seiten) |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a Description based on publisher supplied metadata and other sources | ||
500 | |a Cover -- Copyright -- Forewords -- Contributors -- Table of Contents -- Preface -- Part 1: The Basics of Spring Boot -- Chapter 1: Core Features of Spring Boot -- Technical requirements -- Installing Java 17 -- Installing a modern IDE -- Creating a GitHub account -- Finding additional support -- Autoconfiguring Spring beans -- Understanding application context -- Exploring autoconfiguration policies in Spring Boot -- Adding portfolio components using Spring Boot starters -- Customizing the setup with configuration properties -- Creating custom properties -- Externalizing application configuration -- Configuring property-based beans -- Managing application dependencies -- Summary -- Part 2: Creating an Application with Spring Boot -- Chapter 2: Creating a Web Application with Spring Boot -- Using start.spring.io to build apps -- Creating a Spring MVC web controller -- Using start.spring.io to augment an existing project -- Leveraging templates to create content -- Adding demo data to a template -- Building our app with a better design -- Injecting dependencies through constructor calls -- Changing the data through HTML forms -- Creating JSON-based APIs -- Hooking in Node.js to a Spring Boot web app -- Bundling JavaScript with Node.js -- Creating a React.js app -- Summary -- Chapter 3: Querying for Data with Spring Boot -- Adding Spring Data to an existing Spring Boot application -- Using Spring Data to easily manage data -- Adding Spring Data JPA to our project -- DTOs, entities, and POJOs, oh my! -- Entities -- DTOs -- POJOs -- Creating a Spring Data repository -- Using custom finders -- Sorting the results -- Limiting query results -- Using Query By Example to find tricky answers -- Using custom JPA -- Summary -- Chapter 4: Securing an Application with Spring Boot -- Adding Spring Security to our project. | ||
520 | 3 | |a Build Java web apps without wasting any time with this third edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 3 Purchase of the print or Kindle book includes a free eBook PDF Key Features Learn Spring Boot in a cohesive manner with this practical guide by a core Spring contributor Discover popular Java developer tools such as GraalVM native images, serving up JSON, and more Build secure, scalable, and manageable web applications from zero to production Book Description Spring Boot 3 brings more than just the powerful ability to build secure web apps on top of a rock-solid database. It delivers new options for testing, deployment, Docker support, and native images for GraalVM, along with ways to squeeze out more efficient usage of existing resources. This third edition of the bestseller starts off by helping you build a simple app, and then shows you how to secure, test, bundle, and deploy it to production. | |
520 | 3 | |a Next, you'll familiarize yourself with the ability to go "native" and release using GraalVM. As you advance, you'll explore reactive programming and get a taste of scalable web controllers and data operations. The book goes into detail about GraalVM native images and deployment, teaching you how to secure your application using both routes and method-based rules and enabling you to apply the lessons you've learned to any problem. If you want to gain a thorough understanding of building robust applications using the core functionality of Spring Boot, then this is the book for you. By the end of this Spring Boot book, you'll be able to build an entire suite of web applications using Spring Boot and deploy them to any platform you need. | |
520 | 3 | |a What you will learn Create powerful, production-grade web applications with minimal fuss Support multiple environments with one artifact, and add production-grade support with features Find out how to tweak your Java apps through different properties Enhance the security model of your apps Make use of enhancing features such as native deployment and reactive programming in Spring Boot Build anything from lightweight unit tests to fully running embedded web container integration tests Get a glimpse of reactive programming and decide if it's the right approach for you Who this book is for This book is for both novices and experienced Spring developers looking to learn how to build applications without wasting time on infrastructure and other tedious details. Working knowledge of the Java programming language is assumed. | |
650 | 0 | 7 | |a Spring 3.0 |0 (DE-588)7694398-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Internet |0 (DE-588)4308416-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a World Wide Web |0 (DE-588)4363898-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a App |g Programm |0 (DE-588)7705206-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
653 | 0 | |a Computers / Internet / Web Programming | |
653 | 0 | |a Computers / Internet / Web Services & APIs | |
653 | 0 | |a Computers / Languages / Java | |
653 | 0 | |a Server Side Web Development | |
653 | 0 | |a Web Development | |
653 | 0 | |a Language: Java / Tool: Spring Boot | |
653 | 0 | |a Electronic books | |
689 | 0 | 0 | |a World Wide Web |0 (DE-588)4363898-3 |D s |
689 | 0 | 1 | |a Internet |0 (DE-588)4308416-3 |D s |
689 | 0 | 2 | |a Spring 3.0 |0 (DE-588)7694398-7 |D s |
689 | 0 | 3 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |D s |
689 | 0 | 4 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 0 | 5 | |a App |g Programm |0 (DE-588)7705206-7 |D s |
689 | 0 | |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Druck-Ausgabe |z 9781803233307 |
912 | |a ZDB-30-PQE | ||
912 | |a ZDB-30-ORH | ||
912 | |a ZDB-5-WPSE | ||
912 | |a ZDB-221-PWD | ||
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-034175465 | |
966 | e | |u https://portal.igpublish.com/iglibrary/search/PACKT0006562.html |l DE-Aug4 |p ZDB-221-PWD |x Aggregator |3 Volltext | |
966 | e | |u https://portal.igpublish.com/iglibrary/search/PACKT0006562.html |l DE-M347 |p ZDB-221-PWD |q FHM_PDA_PWD_Kauf |x Aggregator |3 Volltext | |
966 | e | |u https://portal.igpublish.com/iglibrary/search/PACKT0006562.html |l DE-860 |p ZDB-221-PWD |q FLA_PWD_Kauf |x Aggregator |3 Volltext | |
966 | e | |u https://portal.igpublish.com/iglibrary/search/PACKT0006562.html |l DE-706 |p ZDB-221-PWD |x Verlag |3 Volltext | |
966 | e | |u https://portal.igpublish.com/iglibrary/search/PACKT0006562.html |l DE-573 |p ZDB-221-PWD |x Verlag |3 Volltext |
Datensatz im Suchindex
_version_ | 1822762099104808960 |
---|---|
adam_text | |
adam_txt | |
any_adam_object | |
any_adam_object_boolean | |
author | Turnquist, Greg L. |
author_GND | (DE-588)1048478971 |
author_facet | Turnquist, Greg L. |
author_role | aut |
author_sort | Turnquist, Greg L. |
author_variant | g l t gl glt |
building | Verbundindex |
bvnumber | BV048911260 |
classification_rvk | ST 250 ST 253 |
collection | ZDB-30-PQE ZDB-30-ORH ZDB-5-WPSE ZDB-221-PWD |
ctrlnum | (OCoLC)1378495357 (DE-599)KEP083546359 |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | Third Edition |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a22000001c 4500</leader><controlfield tag="001">BV048911260</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20240123</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">230424s2022 xx a||| o|||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781803249896</subfield><subfield code="c">EBook (PDF)</subfield><subfield code="9">978-1-80324-989-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1803249897</subfield><subfield code="c">EBook (PDF)</subfield><subfield code="9">1-80324-989-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1378495357</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)KEP083546359</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-860</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-573</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Turnquist, Greg L.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1048478971</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Learning Spring Boot 3.0</subfield><subfield code="b">Simplify the development of production-grade applications using Java and Spring</subfield><subfield code="c">Greg L. Turnquist</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Third Edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham ; Mumbai</subfield><subfield code="b">Packt Publishing, Limited</subfield><subfield code="c">2022</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (xviii, 251 Seiten)</subfield><subfield code="b">Illustrationen, Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Description based on publisher supplied metadata and other sources</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Cover -- Copyright -- Forewords -- Contributors -- Table of Contents -- Preface -- Part 1: The Basics of Spring Boot -- Chapter 1: Core Features of Spring Boot -- Technical requirements -- Installing Java 17 -- Installing a modern IDE -- Creating a GitHub account -- Finding additional support -- Autoconfiguring Spring beans -- Understanding application context -- Exploring autoconfiguration policies in Spring Boot -- Adding portfolio components using Spring Boot starters -- Customizing the setup with configuration properties -- Creating custom properties -- Externalizing application configuration -- Configuring property-based beans -- Managing application dependencies -- Summary -- Part 2: Creating an Application with Spring Boot -- Chapter 2: Creating a Web Application with Spring Boot -- Using start.spring.io to build apps -- Creating a Spring MVC web controller -- Using start.spring.io to augment an existing project -- Leveraging templates to create content -- Adding demo data to a template -- Building our app with a better design -- Injecting dependencies through constructor calls -- Changing the data through HTML forms -- Creating JSON-based APIs -- Hooking in Node.js to a Spring Boot web app -- Bundling JavaScript with Node.js -- Creating a React.js app -- Summary -- Chapter 3: Querying for Data with Spring Boot -- Adding Spring Data to an existing Spring Boot application -- Using Spring Data to easily manage data -- Adding Spring Data JPA to our project -- DTOs, entities, and POJOs, oh my! -- Entities -- DTOs -- POJOs -- Creating a Spring Data repository -- Using custom finders -- Sorting the results -- Limiting query results -- Using Query By Example to find tricky answers -- Using custom JPA -- Summary -- Chapter 4: Securing an Application with Spring Boot -- Adding Spring Security to our project.</subfield></datafield><datafield tag="520" ind1="3" ind2=" "><subfield code="a">Build Java web apps without wasting any time with this third edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 3 Purchase of the print or Kindle book includes a free eBook PDF Key Features Learn Spring Boot in a cohesive manner with this practical guide by a core Spring contributor Discover popular Java developer tools such as GraalVM native images, serving up JSON, and more Build secure, scalable, and manageable web applications from zero to production Book Description Spring Boot 3 brings more than just the powerful ability to build secure web apps on top of a rock-solid database. It delivers new options for testing, deployment, Docker support, and native images for GraalVM, along with ways to squeeze out more efficient usage of existing resources. This third edition of the bestseller starts off by helping you build a simple app, and then shows you how to secure, test, bundle, and deploy it to production.</subfield></datafield><datafield tag="520" ind1="3" ind2=" "><subfield code="a">Next, you'll familiarize yourself with the ability to go "native" and release using GraalVM. As you advance, you'll explore reactive programming and get a taste of scalable web controllers and data operations. The book goes into detail about GraalVM native images and deployment, teaching you how to secure your application using both routes and method-based rules and enabling you to apply the lessons you've learned to any problem. If you want to gain a thorough understanding of building robust applications using the core functionality of Spring Boot, then this is the book for you. By the end of this Spring Boot book, you'll be able to build an entire suite of web applications using Spring Boot and deploy them to any platform you need.</subfield></datafield><datafield tag="520" ind1="3" ind2=" "><subfield code="a">What you will learn Create powerful, production-grade web applications with minimal fuss Support multiple environments with one artifact, and add production-grade support with features Find out how to tweak your Java apps through different properties Enhance the security model of your apps Make use of enhancing features such as native deployment and reactive programming in Spring Boot Build anything from lightweight unit tests to fully running embedded web container integration tests Get a glimpse of reactive programming and decide if it's the right approach for you Who this book is for This book is for both novices and experienced Spring developers looking to learn how to build applications without wasting time on infrastructure and other tedious details. Working knowledge of the Java programming language is assumed.</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Spring 3.0</subfield><subfield code="0">(DE-588)7694398-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Internet</subfield><subfield code="0">(DE-588)4308416-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">World Wide Web</subfield><subfield code="0">(DE-588)4363898-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">App</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)7705206-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Computers / Internet / Web Programming</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Computers / Internet / Web Services & APIs</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Computers / Languages / Java</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Server Side Web Development</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Web Development</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Language: Java / Tool: Spring Boot</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Electronic books</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">World Wide Web</subfield><subfield code="0">(DE-588)4363898-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Internet</subfield><subfield code="0">(DE-588)4308416-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Spring 3.0</subfield><subfield code="0">(DE-588)7694398-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="4"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="5"><subfield code="a">App</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)7705206-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="z">9781803233307</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-PQE</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-ORH</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-5-WPSE</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-221-PWD</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-034175465</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://portal.igpublish.com/iglibrary/search/PACKT0006562.html</subfield><subfield code="l">DE-Aug4</subfield><subfield code="p">ZDB-221-PWD</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://portal.igpublish.com/iglibrary/search/PACKT0006562.html</subfield><subfield code="l">DE-M347</subfield><subfield code="p">ZDB-221-PWD</subfield><subfield code="q">FHM_PDA_PWD_Kauf</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://portal.igpublish.com/iglibrary/search/PACKT0006562.html</subfield><subfield code="l">DE-860</subfield><subfield code="p">ZDB-221-PWD</subfield><subfield code="q">FLA_PWD_Kauf</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://portal.igpublish.com/iglibrary/search/PACKT0006562.html</subfield><subfield code="l">DE-706</subfield><subfield code="p">ZDB-221-PWD</subfield><subfield code="x">Verlag</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://portal.igpublish.com/iglibrary/search/PACKT0006562.html</subfield><subfield code="l">DE-573</subfield><subfield code="p">ZDB-221-PWD</subfield><subfield code="x">Verlag</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV048911260 |
illustrated | Illustrated |
index_date | 2024-07-03T21:53:25Z |
indexdate | 2025-01-31T11:03:18Z |
institution | BVB |
isbn | 9781803249896 1803249897 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-034175465 |
oclc_num | 1378495357 |
open_access_boolean | |
owner | DE-860 DE-706 DE-M347 DE-573 |
owner_facet | DE-860 DE-706 DE-M347 DE-573 |
physical | 1 Online-Ressource (xviii, 251 Seiten) Illustrationen, Diagramme |
psigel | ZDB-30-PQE ZDB-30-ORH ZDB-5-WPSE ZDB-221-PWD ZDB-221-PWD FHM_PDA_PWD_Kauf ZDB-221-PWD FLA_PWD_Kauf |
publishDate | 2022 |
publishDateSearch | 2022 |
publishDateSort | 2022 |
publisher | Packt Publishing, Limited |
record_format | marc |
spelling | Turnquist, Greg L. Verfasser (DE-588)1048478971 aut Learning Spring Boot 3.0 Simplify the development of production-grade applications using Java and Spring Greg L. Turnquist Third Edition Birmingham ; Mumbai Packt Publishing, Limited 2022 1 Online-Ressource (xviii, 251 Seiten) Illustrationen, Diagramme txt rdacontent c rdamedia cr rdacarrier Description based on publisher supplied metadata and other sources Cover -- Copyright -- Forewords -- Contributors -- Table of Contents -- Preface -- Part 1: The Basics of Spring Boot -- Chapter 1: Core Features of Spring Boot -- Technical requirements -- Installing Java 17 -- Installing a modern IDE -- Creating a GitHub account -- Finding additional support -- Autoconfiguring Spring beans -- Understanding application context -- Exploring autoconfiguration policies in Spring Boot -- Adding portfolio components using Spring Boot starters -- Customizing the setup with configuration properties -- Creating custom properties -- Externalizing application configuration -- Configuring property-based beans -- Managing application dependencies -- Summary -- Part 2: Creating an Application with Spring Boot -- Chapter 2: Creating a Web Application with Spring Boot -- Using start.spring.io to build apps -- Creating a Spring MVC web controller -- Using start.spring.io to augment an existing project -- Leveraging templates to create content -- Adding demo data to a template -- Building our app with a better design -- Injecting dependencies through constructor calls -- Changing the data through HTML forms -- Creating JSON-based APIs -- Hooking in Node.js to a Spring Boot web app -- Bundling JavaScript with Node.js -- Creating a React.js app -- Summary -- Chapter 3: Querying for Data with Spring Boot -- Adding Spring Data to an existing Spring Boot application -- Using Spring Data to easily manage data -- Adding Spring Data JPA to our project -- DTOs, entities, and POJOs, oh my! -- Entities -- DTOs -- POJOs -- Creating a Spring Data repository -- Using custom finders -- Sorting the results -- Limiting query results -- Using Query By Example to find tricky answers -- Using custom JPA -- Summary -- Chapter 4: Securing an Application with Spring Boot -- Adding Spring Security to our project. Build Java web apps without wasting any time with this third edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 3 Purchase of the print or Kindle book includes a free eBook PDF Key Features Learn Spring Boot in a cohesive manner with this practical guide by a core Spring contributor Discover popular Java developer tools such as GraalVM native images, serving up JSON, and more Build secure, scalable, and manageable web applications from zero to production Book Description Spring Boot 3 brings more than just the powerful ability to build secure web apps on top of a rock-solid database. It delivers new options for testing, deployment, Docker support, and native images for GraalVM, along with ways to squeeze out more efficient usage of existing resources. This third edition of the bestseller starts off by helping you build a simple app, and then shows you how to secure, test, bundle, and deploy it to production. Next, you'll familiarize yourself with the ability to go "native" and release using GraalVM. As you advance, you'll explore reactive programming and get a taste of scalable web controllers and data operations. The book goes into detail about GraalVM native images and deployment, teaching you how to secure your application using both routes and method-based rules and enabling you to apply the lessons you've learned to any problem. If you want to gain a thorough understanding of building robust applications using the core functionality of Spring Boot, then this is the book for you. By the end of this Spring Boot book, you'll be able to build an entire suite of web applications using Spring Boot and deploy them to any platform you need. What you will learn Create powerful, production-grade web applications with minimal fuss Support multiple environments with one artifact, and add production-grade support with features Find out how to tweak your Java apps through different properties Enhance the security model of your apps Make use of enhancing features such as native deployment and reactive programming in Spring Boot Build anything from lightweight unit tests to fully running embedded web container integration tests Get a glimpse of reactive programming and decide if it's the right approach for you Who this book is for This book is for both novices and experienced Spring developers looking to learn how to build applications without wasting time on infrastructure and other tedious details. Working knowledge of the Java programming language is assumed. Spring 3.0 (DE-588)7694398-7 gnd rswk-swf Internet (DE-588)4308416-3 gnd rswk-swf Java Programmiersprache (DE-588)4401313-9 gnd rswk-swf World Wide Web (DE-588)4363898-3 gnd rswk-swf App Programm (DE-588)7705206-7 gnd rswk-swf Programmierung (DE-588)4076370-5 gnd rswk-swf Computers / Internet / Web Programming Computers / Internet / Web Services & APIs Computers / Languages / Java Server Side Web Development Web Development Language: Java / Tool: Spring Boot Electronic books World Wide Web (DE-588)4363898-3 s Internet (DE-588)4308416-3 s Spring 3.0 (DE-588)7694398-7 s Java Programmiersprache (DE-588)4401313-9 s Programmierung (DE-588)4076370-5 s App Programm (DE-588)7705206-7 s DE-604 Erscheint auch als Druck-Ausgabe 9781803233307 |
spellingShingle | Turnquist, Greg L. Learning Spring Boot 3.0 Simplify the development of production-grade applications using Java and Spring Spring 3.0 (DE-588)7694398-7 gnd Internet (DE-588)4308416-3 gnd Java Programmiersprache (DE-588)4401313-9 gnd World Wide Web (DE-588)4363898-3 gnd App Programm (DE-588)7705206-7 gnd Programmierung (DE-588)4076370-5 gnd |
subject_GND | (DE-588)7694398-7 (DE-588)4308416-3 (DE-588)4401313-9 (DE-588)4363898-3 (DE-588)7705206-7 (DE-588)4076370-5 |
title | Learning Spring Boot 3.0 Simplify the development of production-grade applications using Java and Spring |
title_auth | Learning Spring Boot 3.0 Simplify the development of production-grade applications using Java and Spring |
title_exact_search | Learning Spring Boot 3.0 Simplify the development of production-grade applications using Java and Spring |
title_exact_search_txtP | Learning Spring Boot 3.0 Simplify the development of production-grade applications using Java and Spring |
title_full | Learning Spring Boot 3.0 Simplify the development of production-grade applications using Java and Spring Greg L. Turnquist |
title_fullStr | Learning Spring Boot 3.0 Simplify the development of production-grade applications using Java and Spring Greg L. Turnquist |
title_full_unstemmed | Learning Spring Boot 3.0 Simplify the development of production-grade applications using Java and Spring Greg L. Turnquist |
title_short | Learning Spring Boot 3.0 |
title_sort | learning spring boot 3 0 simplify the development of production grade applications using java and spring |
title_sub | Simplify the development of production-grade applications using Java and Spring |
topic | Spring 3.0 (DE-588)7694398-7 gnd Internet (DE-588)4308416-3 gnd Java Programmiersprache (DE-588)4401313-9 gnd World Wide Web (DE-588)4363898-3 gnd App Programm (DE-588)7705206-7 gnd Programmierung (DE-588)4076370-5 gnd |
topic_facet | Spring 3.0 Internet Java Programmiersprache World Wide Web App Programm Programmierung |
work_keys_str_mv | AT turnquistgregl learningspringboot30simplifythedevelopmentofproductiongradeapplicationsusingjavaandspring |