spring_bibliography

Spring Bibliography

Return to IT Bibliography, Spring authors, Spring teachers, Java authors, Java teachers

Spring bibliography - Spring books

Cookbooks

  • Beginning Spring 5 by Andrew Lombardi, Joseph B. Ottinger
    • Get started with Spring Framework 5 and its ecosystem, with a guide to the working practices in modern development. This book will teach you how to use the Spring Framework to build Java-based applications, web applications, and microservices. You’ll see how Spring has drastically and positively affected the…
  • The Definitive Guide to Spring Batch, 2nd Edition by Michael T. Minella
    • Work with all aspects of batch processing in a modern Java environment using a selection of Spring frameworks. This book provides up-to-date examples using the latest configuration techniques based on Java configuration and Spring Boot. The Definitive Guide to Spring Batch takes you from the “Hello, World!” of batch processing…
    • Develop real-world applications using the AOP features of the Spring framework. If you are a Java software architect, engineer, or developer and want to be able to write applications in a more modular and concise way by using Spring, then you need this book. Readers need basic knowledge…
  • Spring Boot 2 Recipes by Marten Deinum
    • 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…
    • Spring Microservices in Action teaches you how to build microservice-based applications using Java and the Spring platform. You’ll learn to do microservice design as you build and deploy your first Spring Cloud application. Throughout the book, carefully selected real-life examples expose microservice-based patterns for configuring, routing, scaling, and…
  • Building a RESTful Web Service with Spring by Ludovic Dewailly
    • REST is an architectural style that tackles the challenges of building scalable web services. In today’s connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has become synonymous with APIs. The depth, breadth, and ease of…
  • Spring Batch in Action by Arnaud Cogoluegnes, ‎ Gary Gregory, ‎ Olivier Bazoud, ‎ Thierry Templier
    • Spring Batch in Action is an in-depth guide to writing batch applications using Spring Batch. Written for developers who have basic knowledge of Java and the Spring lightweight container, the book provides both a best-practices approach to writing batch jobs and comprehensive coverage of the Spring Batch framework.
  • Learn Microservices with Spring Boot by Moises Macero
    • Build a microservices architecture with Spring Boot, by evolving an application from a small monolith to an event-driven architecture composed of several services. This book follows an incremental approach to teach microservice structure, test-driven development, Eureka, Ribbon, Zuul, and end-to-end tests with Cucumber. Author Moises Macero follows a…
  • Pro Spring 5, 5th Edition by Chris Schaefer, Clarence Ho, Iuliana Cosmina, Rob Harrop
    • Master Spring basics and core topics, and share the authors’ insights and real–world experiences with remoting, Hibernate, and EJB. Beyond the basics, you’ll learn how to leverage the Spring Framework to build the various tiers and parts of an enterprise Java application: transactions, web and presentation tiers, deployment,…

Spring 5 Recipes, 4th Edition By: Daniel Rubio, Josh Long, Marten Deinum Solve all your Spring 5 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…

Spring Security Essentials Spring Security Essentials By: Nanda Nachimuthu Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Like all Spring projects, the real power of Spring Security is how easily it can be extended to meet custom requirements. The popularity of the Spring framework is increasing and the security…

Beginning Spring Boot 2 Beginning Spring Boot 2 By: K. Siva Prasad Reddy Learn Spring Boot and how to build Java-based enterprise, web, and microservice applications with it. In this book, you’ll see how to work with relational and NoSQL databases, build your first microservice, enterprise, or web application, and enhance that application with REST APIs. You’ll also learn how to…

Spring Microservices Spring Microservices By: Rajesh RV The Spring Framework is an application framework and inversion of the control container for the Java platform. The framework’s core features can be used by any Java application, but there are extensions to build web applications on top of the Java EE platform. This book will help you…

Spring Boot Messaging Spring Boot Messaging By: Felipe Gutierrez Build messaging applications using the power of Spring Boot; use Spring application events over the Web; use WebSocket, SockJS, and STOMP messaging with Spring MVC; and use Spring JMS, Redis Pub/Sub and Spring AMQP for reliable messaging solutions. This book covers all the Spring Messaging APIs using Spring…

Pivotal Certified Professional Spring Developer Exam Pivotal Certified Professional Spring Developer Exam By: Iuliana Cosmina Pass the Pivotal Certified Professional exam using source code examples, study summaries, and mock exams. In this book, you’ll find a descriptive overview of certification-related Spring modules and a single example application demonstrating the use of all required Spring modules. Also, it is suitable as an introductory primer…

Practical Spring LDAP Practical Spring LDAP By: Balaji Varanasi Practical Spring LDAP is your guide to developing Java-based enterprise applications using the Spring LDAP Framework. This book explains the purpose and fundamental concepts of LDAP before giving a comprehensive tour of the latest version, Spring LDAP 1.3.2. It provides a detailed treatment of LDAP controls and the…

57612164e9b65.jpg Spring Persistence with Hibernate, 2nd edition By: Brian D. Murphy, Paul Fisher Learn how to use the core Hibernate APIs and tools as part of the Spring Framework. This book illustrates how these two frameworks can be best utilized. Other persistence solutions available in Spring are also shown including the Java Persistence API (JPA). Spring Persistence with Hibernate, Second Edition…

Spring Persistence with Hibernate Spring Persistence with Hibernate By: Ahmad Seddighi Spring Persistence with Hibernate is an easy-to-follow, step-by-step, and example0rich guide to using Spring and Hibernate to build robust and effective Java applications. Furthermore, the book can be used as reference in areas where developers need help. All the topics explained in the book are demonstrated with practical…

Spring Python 1.1 Spring Python 1.1 By: Greg Lee Turnquist The book is an introduction to Spring Python. It starts with simple practical applications, moving on to more advanced applications with two advanced case studies at the end of the book. It is packed with screenshots, examples, and ready-to-use code making it very suitable for a beginner while…


Spring Roo 1.1 Cookbook By: Ashish Sarin This is a cookbook full of recipes with the essential code explained clearly and comprehensively. The recipes are organized so well that you will have no problems in using this cookbook as a reference too. Spring Roo 1.1 Cookbook is for developers new to the Spring Roo tool…

Pro Spring Boot Pro Spring Boot By: Felipe Gutierrez Pro Spring Boot is your authoritative hands-on practical guide for increasing your Spring Framework-based enterprise Java and cloud application productivity while decreasing development time using the Spring Boot productivity suite of tools. It’s a no, non-sense guide with case studies of increasing complexity throughout the book. This book…

Pro Spring 2.5 Pro Spring 2.5 By: Aleksa Vukotic, Anirvan Chakraborty, Jan Machacek, Jessica Ditt The move from so–called heavyweight architectures, such as Enterprise JavaBeans, toward lightweight frameworks, like Spring, has not stopped since Pro Spring was published by Rob Harrop and Jan Machacek in 2005; in fact, it’s picked up pace. The Spring Framework remains the leader in this move and provides…

Spring MVC Cookbook Spring MVC Cookbook By: Alex Bretet Spring MVC is a lightweight application framework that comes with a great configuration by default. Being part of the Spring Framework, it naturally extended and supported it with an amazing set of recognizable annotations. External libraries can be plugged in and plugged out. It also possesses a request…

Spring Boot in Action Spring Boot in Action By: Craig Walls A developer-focused guide to writing applications using Spring Boot. You’ll learn how to bypass the tedious configuration steps so that you can concentrate on your application’s behavior. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

Pivotal Certified Spring Web Application Developer Exam Pivotal Certified Spring Web Application Developer Exam By: Iuliana Cosmina The Pivotal Certified Spring Web Application Developer Exam: A Study Guide is the ideal preparation for the Pivotal Certified Spring Web Application Developer exam. It covers the following: Spring MVC DispatcherServlet configuration, Spring MVC programming model essentials, Spring MVC views and form processing, Spring Web Flow essentials, and…

Pivotal Certified Spring Enterprise Integration Specialist Exam Pivotal Certified Spring Enterprise Integration Specialist Exam By: Lubos Krnac Exam topics covered include tasks and scheduling, remoting, the Spring Web Services framework, RESTful services with Spring MVC, the Spring JMS module, JMS and JTA transactions with Spring, batch processing with Spring Batch and the Spring Integration framework. Prepare with confidence for the Pivotal Enterprise Integration with Spring…

Pro Spring, 4th Edition Pro Spring, 4th Edition By: Chris Schaefer, Clarence Ho, Rob Harrop Pro Spring updates the perennial bestseller with the latest that the Spring Framework 4 has to offer. Now in its fourth edition, this popular book is by far the most comprehensive and definitive treatment of Spring available. With Pro Spring, you’ll learn Spring basics and core topics, and…

Spring Security 3 Spring Security 3 By: Peter Mularien Security is of critical importance to all web applications. Vulnerable applications are easy prey for hackers. This book is the perfect tool for Java developers looking to repel attacks against their web applications using the proven Spring Security library to achieve this. A comprehensive guide to Spring Security…

Spring Boot Cookbook Spring Boot Cookbook By: Alex Antonov Spring Boot is Spring’s convention-over-configuration solution. This feature makes it easy to create Spring applications and services with absolute minimum fuss. Spring Boot has the great ability to be customized and enhanced, and is specifically designed to simplify development of a new Spring application. This book will provide…


Mastering Spring MVC 4 By: Geoffroy Warin Spring MVC is the ideal tool to build modern web applications on the server side. With the arrival of Spring Boot, developers can really focus on the code and deliver great value, leveraging the rich Spring ecosystem with minimal configuration. Spring makes it simple to create RESTful applications,…

Beginning Spring Beginning Spring By: Jürgen Höller, Kenan Sevindik, Mert Caliskan, Rod Johnson Get up to speed quickly with this comprehensive guide to Spring Beginning Spring is the complete beginner’s guide to Java’s most popular framework. Written with an eye toward real-world enterprises, the book covers all aspects of application development within the Spring Framework. Extensive samples within each chapter allow…

Mockito for Spring Mockito for Spring By: Sujoy Acharya Mockito is a testing framework that creates external dependencies; this process is called mocking. This book will provide you with the skills you need to successfully build and maintain meaningful unit and integration test cases for Spring Framework code. This book starts with a brief introduction to the…

Spring Batch Essentials Spring Batch Essentials By: P. Raja Malleswara Rao Spring Batch is an open source, lightweight, and comprehensive solution designed to enable the development of robust batch applications that are vital for enterprise operations. Packed with real-world examples, this book starts with an insight into the batch applications and Spring Batch offerings. After exploring the architecture and…

Learning Spring Application Development Learning Spring Application Development By: Ravi Kant Soni With this practical guide, you will learn best practices through real-world projects and follow a simple, practical approach to developing high performance and enterprise-grade Java applications with Spring. Starting with the architecture of the Spring Framework and setting up the key components of the Spring application development environment,…

Spring MVC: Beginner's Guide Spring MVC: Beginner’s Guide By: Amuthan G The MVC architecture for developing web applications continues to be a powerful concept and the most popular design pattern known by developers. Spring MVC is a model-view-controller framework for Java web applications to simplify the writing and testing of Java web applications, which fully integrates with the Spring…

Spring MVC: Beginner's Guide Spring MVC: Beginner’s Guide By: Amuthan G The MVC architecture for developing web applications continues to be a powerful concept and the most popular design pattern known by developers. Spring MVC is a model-view-controller framework for Java web applications to simplify the writing and testing of Java web applications, which fully integrates with the Spring…

Mastering Spring Application Development Mastering Spring Application Development By: Anjana Mankale Spring is an open source Java application development framework to build and deploy systems and applications running on the JVM. It is the industry standard for Web development and the most popular framework among Java developers. It makes it easy to build modular and testable Web applications by…

Spring Cookbook Spring Cookbook By: Jérôme Jaglale Spring is the most popular Java web framework. It makes it easy to efficiently build modular and testable web applications by using the Model-View-Controller paradigm and dependency injection. Using this practical guide, you’ll learn how to build a full-featured web application step-by-step, but with high efficiency using the…

Spring REST Spring REST By: Balaji Varanasi, Sudha Belida Spring REST is a practical guide for designing and developing RESTful APIs using the Spring Framework. This book walks you through the process of designing and building a REST application while taking a deep dive into design principles and best practices for versioning, security, documentation, error handling, paging,…


Spring Web Services 2 Cookbook By: Hamidreza Sattari, Shameer Kunjumohamed Spring Web Services is a product of the Spring community focused on creating document-driven Web services. Spring Web Services aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads. This comprehensive guide —…

Enterprise Application Development with Ext JS and Spring Enterprise Application Development with Ext JS and Spring By: Gerald Gierer Spring and ExtJS are cutting edge frameworks that allow us to build high performance web applications for modern devices, that are now consuming data at a faster rate than ever before. It is the appropriate time for you to understand how to best leverage these technologies when architecting,…

Spring Data Spring Data By: Jon Brisbin, Mark Pollack, Michael Hunger, Oliver Gierke, Thomas Risberg You can choose several data access frameworks when building Java enterprise applications that work with relational databases. But what about big data? This hands-on introduction shows you how Spring Data makes it relatively easy to build applications across a wide range of new data access technologies such as…

Spring for Android Starter Spring for Android Starter By: Anthony Dahanne Learn something new in an Instant! A short, fast, focused guide delivering immediate results. Learn what Spring for Android adds to the Android developer toolkit. Learn how to debug your Android communication layer observing HTTP requests and responses. Use OAuth to authenticate your users and your app against…

Spring Recipes, 3rd Edition Spring Recipes, 3rd Edition By: Daniel Rubio, Gary Mak, Josh Long, Marten Deinum Spring Recipes: A Problem-Solution Approach, Third Edition builds upon the best-selling success of the previous editions and focuses on the latest Spring Framework features for building enterprise Java applications. This book guides you step-by-step through topics using complete and real-world code examples. When you start a new project,…

Spring in Action, 4th Edition Spring in Action, 4th Edition By: Craig Walls Spring in Action, 4th Edition is a hands-on guide to the Spring Framework. It covers Spring core, along with the latest updates to Spring MVC, Security, Web Flow, and more. You’ll move between short snippets and an ongoing example as you learn to build simple and efficient JEE…

Spring in Practice Spring in Practice By: Joshua White, Willie Wheeler Spring in Practice covers 66 Spring development techniques and the practical issues you will encounter when using them. The book starts with three carefully crafted introductory chapters to get you up to speed on the fundamentals. And then, the core of the book takes you step-by-step through the…

Pro Spring Security Pro Spring Security By: Carlo Scarioni Security is a key element in the development of any non-trivial application. The Spring Security Framework provides a comprehensive set of functionalities to implement industry-standard authentication and authorization mechanisms for Java applications. This book is for Java and Grails developers who would like to secure their applications easily…

Spring Integration in Action Spring Integration in Action By: Iwein Fuld, Jonas Partner, Marius Bogoevici, Mark Fisher Spring Integration in Action is an introduction and guide to enterprise integration and messaging using the Spring Integration framework. The book starts off by reviewing core messaging patterns, such as those used in transformation and routing. It then drills down into real-world enterprise integration scenarios using JMS, Web…

Pro Spring MVC with Web Flow Pro Spring MVC with Web Flow By: Christophe Vanfleteren, Colin Yates, Koen Serneels, Marten Deinum, Seth Ladd Pro Spring MVC provides in-depth coverage of Spring MVC and Spring Web Flow, two highly customizable and powerful web frameworks brought to you by the developers and community of the Spring Framework. Spring MVC is a modern web application framework built upon the Spring Framework, and Spring Web…


Pro Spring 3 By: Clarence Ho, Rob Harrop The agile, lightweight, open-source Spring Framework continues to be the de facto leading enterprise Java application development framework for today’s Java programmers and developers. It works with other leading open-source, agile and lightweight Java technologies like Hibernate, Groovy, MyBatis, and more. Spring now also works with Java EE…

Just Spring Integration Just Spring Integration By: Madhusudhan Konda Get started with Spring Integration, the lightweight Java-based framework that makes designing and developing message-oriented architectures a breeze. Through numerous examples, you’ll learn how to use this open source framework’s basic building blocks to work with both inter – and intra-application programming models. If you’re a Java developer…

554dee5986bb8.jpg Just Spring Data Access By: Madhusudhan Konda JDBC has simplified database access in Java applications, but a few nagging wrinkles remain – namely, persisting Java objects to relational databases. With this book, you’ll learn how the Spring Framework makes that job incredibly easy with dependency injection, template classes, and object-relational-mapping (ORM). Through sample code, you’ll…

Spring Security 3.1 Spring Security 3.1 By: Peter Mularien, Robert Winch Learn to leverage the power of Spring Security to keep intruders at bay through simple examples that illustrate real world problems. Each sample demonstrates key concepts allowing you to build your knowledge of the architecture in a practical and incremental way. Filled with samples that clearly illustrate how…

Spring Roo in Action Spring Roo in Action By: Ben Alex Spring Roo in Action is a unique book that teaches you how to code Java in Roo, with a particular focus on Spring-based applications. Through hands-on examples, you’ll learn how Roo creates well-formed application structures and supports best practices and tools. Plus, you’ll get a quick-and-dirty guide to…

Just Spring Just Spring By: Madhusudhan Konda Get a concise introduction to Spring, the increasingly popular open source framework for building lightweight enterprise applications on the Java platform. This example – driven book for Java developers delves into the framework’s basic features, as well as advanced concepts such as containers. You’ll learn how Spring makes…

554da144e271c.jpg Spring in Action, 3rd Edition By: Craig Walls Totally revised for Spring 3.0, this book is a hands-on guide to the Spring Framework. It covers the latest features, tools, and practices including Spring MVC, REST, Security, Web Flow, and more. Following short code snippets and an ongoing example developed throughout the book, you’ll learn how to…

Pro Spring Integration Pro Spring Integration By: Andy Chan, Dr. Mark Lui, Josh Long, Mario Gray Pro Spring Integration is an authoritative book from the experts that guides you through the vast world of enterprise application integration (EAI) and application of the Spring Integration framework towards solving integration problems. As Spring Integration is an extension of the Spring programming model, it builds on the…

554da12c6d33c.jpg Pro Spring Batch By: Michael T. Minella Since its release, Spring Framework has transformed virtually every aspect of Java development including web applications, security, aspect-oriented programming, persistence, and messaging. Spring Batch, one of its newer additions, now brings the same familiar Spring idioms to batch processing. Spring Batch addresses the needs of any batch process,…

Spring Recipes, 2nd Edition Spring Recipes, 2nd Edition By: Daniel Rubio, Gary Mak, Josh Long With over 3 million users/developers, Spring Framework is the leading “out of the box” Java framework. Spring addresses and offers simple solutions for most aspects of your Java/Java EE application development, and guides you to use industry best practices to design and implement your applications. The release of…


Spring Persistence with Hibernate By: Brian Murphy, Paul Tepper Fisher Persistence is an important set of techniques and technologies for accessing and transacting data, and ensuring that data is mobile regardless of specific applications and contexts. In Java development, persistence is a key factor in enterprise, e-commerce, and other transaction-oriented applications. Today, the Spring framework is the leading…

Spring Dynamic Modules in Action Spring Dynamic Modules in Action By: Andy Piper, Arnaud Cogoluegnes, Peter Kriens, Thierry Templier Spring Dynamic Modules is a flexible OSGi-based framework that makes component building a snap. With Spring DM, you can easily create highly modular applications and you can dynamically add, remove, and update your modules. Spring Dynamic Modules in Action is a comprehensive tutorial that presents OSGi concepts and…


Practical Microservices Architectural Patterns By: Binildas Christudas Take your distributed applications to the next level and see what the reference architectures associated with microservices can do for you. This book begins by showing you the distributed computing architecture landscape and provides an in-depth view of microservices architecture. Following this, you will work with CQRS, an…

Rapid Java Persistence and Microservices Rapid Java Persistence and Microservices By: Raj Malhotra Gain all the essentials you need to create scalable microservices, which will help you solve real challenges when deploying services into production. This book will take you through creating a scalable data layer with polygot persistence. You’ll cover data access and query patterns in Spring and JPA in…

Dependency Injection By: Dhanji R. Prasanna Dependency Injection is an in-depth guide to the current best practices forusing the Dependency Injection pattern-the key concept in Spring and therapidly-growing Google Guice. It explores Dependency Injection, sometimescalled Inversion of Control, in fine detail with numerous practical examples.Developers will learn to apply important techniques, focusing on their strengthsand…




spring_bibliography.txt · Last modified: 2024/04/28 03:22 (external edit)