An In-Depth Guide to the Spring Framework and Its Tools — Fifth Edition — Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5
Total Page:16
File Type:pdf, Size:1020Kb
Pro Spring 5 An In-Depth Guide to the Spring Framework and Its Tools — Fifth Edition — Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5 An In-Depth Guide to the Spring Framework and Its Tools Fifth Edition Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5: An In-Depth Guide to the Spring Framework and Its Tools Iuliana Cosmina Rob Harrop Sibiu, Sibiu, Romania Reddish, United Kingdom Chris Schaefer Clarence Ho Venice, Florida, USA Hong Kong, China ISBN-13 (pbk): 978-1-4842-2807-4 ISBN-13 (electronic): 978-1-4842-2808-1 DOI 10.1007/978-1-4842-2808-1 Library of Congress Control Number: 2017955423 Copyright © 2017 by Iuliana Cosmina, Rob Harrop, Chris Schaefer, and Clarence Ho This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Cover image by Freepik (www.freepik.com) Managing Director: Welmoed Spahr Editorial Director: Todd Green Acquisitions Editor: Steve Anglin Development Editor: Matthew Moodie Technical Reviewer: Massimo Nardone Coordinating Editor: Mark Powers Copy Editor: Kim Wimpsett Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail [email protected], or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation. For information on translations, please e-mail [email protected], or visit www.apress.com/ rights-permissions. Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales web page at www.apress.com/bulk-sales. Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the book’s product page, located at www.apress.com/9781484228074. For more detailed information, please visit www.apress.com/source-code. Printed on acid-free paper I dedicate this book to my friends, to my godson s̗tefan, and to all the musicians who have made working on this book easy with their music. —Iuliana Cosmina Contents at a Glance About the Authors �������������������������������������������������������������������������������������������������xxiii About the Technical Reviewer �������������������������������������������������������������������������������xxv Acknowledgments �����������������������������������������������������������������������������������������������xxvii Introduction ����������������������������������������������������������������������������������������������������������xxix ■■Chapter 1: Introducing Spring ������������������������������������������������������������������������������� 1 ■■Chapter 2: Getting Started ����������������������������������������������������������������������������������� 19 ■■Chapter 3: Introducing IoC and DI in Spring �������������������������������������������������������� 37 ■■Chapter 4: Spring Configuration in Detail and Spring Boot ������������������������������� 125 ■■Chapter 5: Introducing Spring AOP �������������������������������������������������������������������� 211 ■■Chapter 6: Spring JDBC Support ����������������������������������������������������������������������� 297 ■■Chapter 7: Using Hibernate in Spring ���������������������������������������������������������������� 355 ■■Chapter 8: Data Access in Spring with JPA2 ����������������������������������������������������� 393 ■■Chapter 9: Transaction Management ����������������������������������������������������������������� 467 ■■Chapter 10: Validation with Type Conversion and Formatting �������������������������� 509 ■■Chapter 11: Task Scheduling ����������������������������������������������������������������������������� 537 ■■Chapter 12: Using Spring Remoting ������������������������������������������������������������������ 557 ■■Chapter 13: Spring Testing �������������������������������������������������������������������������������� 615 ■■Chapter 14: Scripting Support in Spring ����������������������������������������������������������� 639 ■■Chapter 15: Application Monitoring ������������������������������������������������������������������ 655 v ■ CONTENTS AT A GLANcE ■■Chapter 16: Web Applications ��������������������������������������������������������������������������� 665 ■■Chapter 17: WebSocket ������������������������������������������������������������������������������������� 751 ■■Chapter 18: Spring Projects: Batch, Integration, XD, and More ������������������������� 773 ■■Appendix A: Setting Up Your Development Environment ����������������������������������� 829 Index ��������������������������������������������������������������������������������������������������������������������� 841 vi Contents About the Authors �������������������������������������������������������������������������������������������������xxiii About the Technical Reviewer �������������������������������������������������������������������������������xxv Acknowledgments �����������������������������������������������������������������������������������������������xxvii Introduction ����������������������������������������������������������������������������������������������������������xxix ■■Chapter 1: Introducing Spring ������������������������������������������������������������������������������� 1 What Is Spring? ���������������������������������������������������������������������������������������������������������������� 1 Evolution of the Spring Framework ��������������������������������������������������������������������������������������������������������2 Inverting Control or Injecting Dependencies? �����������������������������������������������������������������������������������������8 Evolution of Dependency Injection ���������������������������������������������������������������������������������������������������������8 Beyond Dependency Injection ��������������������������������������������������������������������������������������������������������������10 The Spring Project ���������������������������������������������������������������������������������������������������������� 15 Origins of Spring �����������������������������������������������������������������������������������������������������������������������������������15 The Spring Community �������������������������������������������������������������������������������������������������������������������������15 The Spring Tool Suite ����������������������������������������������������������������������������������������������������������������������������16 The Spring Security Project ������������������������������������������������������������������������������������������������������������������16 Spring Boot �������������������������������������������������������������������������������������������������������������������������������������������16 Spring Batch and Integration ����������������������������������������������������������������������������������������������������������������17 Many Other Projects �����������������������������������������������������������������������������������������������������������������������������17 Alternatives to Spring ����������������������������������������������������������������������������������������������������� 17 JBoss Seam Framework �����������������������������������������������������������������������������������������������������������������������17 Google Guice �����������������������������������������������������������������������������������������������������������������������������������������17 PicoContainer ���������������������������������������������������������������������������������������������������������������������������������������17 JEE 7 Container ������������������������������������������������������������������������������������������������������������������������������������18 Summary ������������������������������������������������������������������������������������������������������������������������ 18 vii ■ CONTENTS ■■Chapter 2: Getting