Beginning Spring 6 From Beginner to Pro

This book will teach you how to use the Spring Framework to build Java-based applications, web applications, and microservices. Aimed at beginners, it has been revised and expanded to reflect the latest features and best practices for Spring 6. Authors Joseph Ottinger and Andrew Lombardi will get yo...

Full description

Bibliographic Details
Main Authors: Ottinger, Joseph B., Lombardi, Andrew (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress L. P. 2024
Edition:2nd ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 06090nmm a2200421 u 4500
001 EB002200422
003 EBX01000000000000001337625
005 00000000000000.0
007 cr|||||||||||||||||||||
008 240402 ||| eng
020 |a 9781484298336 
050 4 |a QA76.76.S63 
100 1 |a Ottinger, Joseph B. 
245 0 0 |a Beginning Spring 6  |b From Beginner to Pro  |c Joseph B. Ottinger, Andrew Lombardi 
250 |a 2nd ed 
260 |a Berkeley, CA  |b Apress L. P.  |c 2024 
300 |a 435 p. 
505 0 |a Intro -- Table of Contents -- About the Authors -- About the Technical Reviewer -- Acknowledgments -- Chapter 1: History and Justification -- Setting the Stage for Better Development -- Rod and Juergen Change the (Java) World -- The Lever: Dependency Injection -- J2EE Hello World, As of 2005 -- Spring's Better Vision of Hello World -- Spring Breaks Free and Fixes Java EE -- Spring 6 and Modern Java -- Next Steps -- Chapter 2: Hello, World! -- A Simple Application -- Suffering-Oriented Programming -- Building -- Installing Maven -- Building the Project -- Testing 
505 0 |a Lifecycle Listeners -- Lifecycle with JSR-250 Annotations -- Annotated Beans with Scopes -- Constructors with Annotated Classes -- Calling Methods After Construction and Before Destruction -- Lifecycle with Java Configuration -- Additional Scopes -- Next Steps -- Chapter 5: Spring and Jakarta EE -- Introduction to Jakarta EE -- The Servlet API -- Modern Web Application Design Principles -- Module Structure -- The Common Module -- The Annotation-Based Web Application -- Our First Standalone Working Servlet -- Adding a Spring Context for Our Servlets -- The XML-Based Spring Context Application 
505 0 |a Next Steps -- Chapter 6: Spring Web -- Introduction to Spring MVC -- MVC -- Hello, World with MVC -- REST Concepts -- Using HTTP Methods Appropriately -- Developing Our First Endpoint with MVC -- Configuration -- Templates and Models -- Error Handling -- Next Steps -- Chapter 7: Spring Boot -- What Is Spring Boot? -- Setting Up a Project -- Checking the Foundation -- Building the Application -- Building Our Transport Object -- Actually Saying "Hello" -- Testing with Spring Boot -- Configuration in Spring Boot -- Static Content with Spring Boot -- Summary of the "Hello, World" Boot Mechanism 
505 0 |a Wiring Components Together with -- Configuration Through Java Config -- Declaring Components with @Bean -- Using a Programmatic Configuration for ApplicationContext -- Wiring Components Together with @Autowired with Static Configuration -- Using @Qualifier to Select Specific Components for Wiring -- Constructor Injection with Static Configuration -- Testing Every Configuration with a DataProvider -- Next Steps -- Untitled -- Chapter 4: Lifecycle -- Introduction of Lifecycle -- Scope -- Calling Constructors -- Calling Methods After Construction and Before Destruction 
505 0 |a A Simple Application with Spring -- Next Steps -- Chapter 3: Configuration and Declaration of Beans -- The Container -- The Sample Application -- The Code for the Band Gateway -- The Build -- The Model -- The Normalizer Interface -- The Music Service -- Configuration Through Annotation -- Declaring a Spring Bean with @Component -- Wiring Components Together with @Autowired -- Choosing Components with @Qualifier and Bean Names -- Constructor Injection with Annotations -- Configuration Through XML -- Declaring a Bean with -- Wiring Components Together with 
653 |a Cadres d'applications (Informatique) 
653 |a Spring (Software framework) / http://id.loc.gov/authorities/names/n2017044371 
653 |a Software frameworks / http://id.loc.gov/authorities/subjects/sh2013002773 
700 1 |a Lombardi, Andrew  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Description based upon print version of record. - Spring Boot and Database Connections 
024 8 |a 10.1007/978-1-4842-9833-6 
776 |z 9781484298329 
776 |z 1484298322 
776 |z 1484298330 
776 |z 9781484298336 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484298336/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 006.7/8 
520 |a This book will teach you how to use the Spring Framework to build Java-based applications, web applications, and microservices. Aimed at beginners, it has been revised and expanded to reflect the latest features and best practices for Spring 6. Authors Joseph Ottinger and Andrew Lombardi will get you started using Spring Framework 6 and its ecosystem, walking you through all the best practices in modern application development. You'll see how Spring has drastically and positively affected the way applications are designed and programmed in Java, and how to build apps with the Spring mindset. Along the way, you will learn many aspects of the Spring ecosystem with easy-to-understand applications designed to teach you not only the technology, but also the practices that benefit the most from Spring. Starting with the basics, you'll learn gradually, including topics such as the configuration and declaration of beans, the application lifecycle, how todeploy a Spring application into a Java EE application, Spring Reactive, Spring Web, Spring Boot, and Spring Cloud. After completing this book, you'll be prepared to develop your own scalable, modular Spring-based applications. What You Will Learn Discover the most common use cases encountered in the real world Learn the proper way of testing with the Spring framework Create reliable, modular software Build skills that will translate well across all languages and environments Integrate and use data access and persistence frameworks such as Hibernate, JPA, and MongoDB Get started with the most common, most-used Spring features Who This Book Is For Those who are new to Spring or for those who have experience with Spring but want to learn what's new in Spring 6. This book assumes you have some prior coding experience inJava, but many core concepts in Java are discussed as they're encountered