Josh Long – författare
404 kr
Skickas inom 10-15 vardagar
571 kr
Läs direkt efter köp
The Spring framework is a widely adopted enterprise and general Java framework. The release of Spring Framework 3.0 has added many improvements and new features for Spring development. Written by Gary Mak, author of the bestseller Spring Recipes, and Josh Long, an expert Spring user and developer, Spring Enterprise Recipes is one of the first books on Spring 3.0.
This key book focuses on Spring Framework 3.0, the latest version available, and a framework-related suite of tools, extensions, plug-ins, modules, and more—all of which you may want and need for building three-tier Java EE applications.
Build Spring enterprise and Java EE applications from the ground up using recipes from this book as templates to get you started, fast. Employ Spring Integration, Spring Batch and jBPM with Spring to bring your application''s architecture to the next level. Use Spring''s remoting, and messaging support to distribute your application, or bring your application to the cloud with GridGain and Terracotta.465 kr
Skickas inom 10-15 vardagar
636 kr
Läs direkt efter köp
673 kr
Skickas inom 10-15 vardagar
865 kr
Läs direkt efter köp
An introduction to the concepts of enterprise application integration A reference on building event-driven applications using Spring Integration A guide to solving common integration problems using Spring Integration
What makes this book unique is its coverage of contemporary technologies and real-world information, with a focus on common problems that users are likely to confront. This book zeroes in on extending the Spring Integration framework to meet your custom integration demands.
As Spring Integration is an extension of the Spring programming model, it builds on the Spring Framework''s existing support for enterprise integration. This book will take you through all aspects of this relationship and show you how to get the most out of your Spring applications, where integration is a consideration. It discusses simple messaging within Spring-based applications and integration with external systems via simple adapters. Those adapters provide a higher-level of abstraction over Spring''s support for remoting, messaging, and scheduling, all of which receives coverage in this book.
473 kr
Läs direkt efter köp
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 provides code recipes for the following, found in the latest Spring:
Spring fundamentals: Spring IoC container, Spring AOP/ AspectJ, and more. Spring enterprise: Spring Java EE integration, Spring Integration, Spring Batch, Spring Remoting, messaging, transactions, and working with big data and the cloud using Hadoop and MongoDB. Spring web: Spring MVC, other dynamic scripting, integration with the popular Grails Framework (and Groovy), REST/web services, and more
This book guides you step-by-step through topics using complete and real-world code examples. When you start a new project, you can consider copying the code and configuration files from this book, and then modifying them for your needs. This can save you a great deal of work over creating a project from scratch!
156 kr
Skickas inom 5-8 vardagar
184 kr
Läs direkt efter köp
Spring Roo goes a step beyond the Spring Framework by bringing true Rapid Application Development to Java—just as Grails has done with Groovy. This concise introduction shows you how to build applications with Roo, using the framework''s shell as an intelligent and timesaving code-completion tool. It''s an ideal RAD tool because Roo does much of the tedious code maintenance.
You''ll get started by building a simple customer relationship management application, complete with step-by-step instructions and code examples. Learn how to control any part of the application with Roo''s opt-in feature, while using this open source framework to automate the rest of the code.
Set up a Spring application and working Maven build to see Roo in actionAddress persistence with JPA and the Neo4j graph database—and learn how Roo supports NoSQL databasesUse Roo’s database reverse-engineering feature to generate a data model from an existing schemaBuild Roo applications with Spring MVC, Spring WebFlow, Google Web Toolkit, Vaadin, and other web frameworksSecure and test your application161 kr
Läs direkt efter köp
Spring Roo goes a step beyond the Spring Framework by bringing true Rapid Application Development to Java—just as Grails has done with Groovy. This concise introduction shows you how to build applications with Roo, using the framework''s shell as an intelligent and timesaving code-completion tool. It''s an ideal RAD tool because Roo does much of the tedious code maintenance.
You''ll get started by building a simple customer relationship management application, complete with step-by-step instructions and code examples. Learn how to control any part of the application with Roo''s opt-in feature, while using this open source framework to automate the rest of the code.
Set up a Spring application and working Maven build to see Roo in actionAddress persistence with JPA and the Neo4j graph database—and learn how Roo supports NoSQL databasesUse Roo’s database reverse-engineering feature to generate a data model from an existing schemaBuild Roo applications with Spring MVC, Spring WebFlow, Google Web Toolkit, Vaadin, and other web frameworksSecure and test your application474 kr
Läs direkt efter köp
What separates the traditional enterprise from the likes of Amazon, Netflix, and Etsy? Those companies have refined the art of cloud native development to maintain their competitive edge and stay well ahead of the competition. This practical guide shows Java/JVM developers how to build better software, faster, using Spring Boot, Spring Cloud, and Cloud Foundry.
Many organizations have already waded into cloud computing, test-driven development, microservices, and continuous integration and delivery. Authors Josh Long and Kenny Bastani fully immerse you in the tools and methodologies that will help you transform your legacy application into one that is genuinely cloud native.
In four sections, this book takes you through:
The Basics: learn the motivations behind cloud native thinking; configure and test a Spring Boot application; and move your legacy application to the cloudWeb Services: build HTTP and RESTful services with Spring; route requests in your distributed system; and build edge services closer to the dataData Integration: manage your data with Spring Data, and integrate distributed services with Spring’s support for event-driven, messaging-centric architecturesProduction: make your system observable; use service brokers to connect stateful services; and understand the big ideas behind continuous delivery474 kr
Läs direkt efter köp
What separates the traditional enterprise from the likes of Amazon, Netflix, and Etsy? Those companies have refined the art of cloud native development to maintain their competitive edge and stay well ahead of the competition. This practical guide shows Java/JVM developers how to build better software, faster, using Spring Boot, Spring Cloud, and Cloud Foundry.
Many organizations have already waded into cloud computing, test-driven development, microservices, and continuous integration and delivery. Authors Josh Long and Kenny Bastani fully immerse you in the tools and methodologies that will help you transform your legacy application into one that is genuinely cloud native.
In four sections, this book takes you through:
The Basics: learn the motivations behind cloud native thinking; configure and test a Spring Boot application; and move your legacy application to the cloudWeb Services: build HTTP and RESTful services with Spring; route requests in your distributed system; and build edge services closer to the dataData Integration: manage your data with Spring Data, and integrate distributed services with Spring’s support for event-driven, messaging-centric architecturesProduction: make your system observable; use service brokers to connect stateful services; and understand the big ideas behind continuous delivery529 kr
Skickas inom 5-8 vardagar
587 kr
Läs direkt efter köp
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 creating a project from scratch.
The recipes in Spring 5 Recipes cover Spring fundamentals such as Spring IoC container, Spring AOP/ AspectJ, and more. Other recipes include Spring enterprise solutions for topics such as Spring Java EE integration, Spring Integration, Spring Batch, Spring Remoting, messaging, transactions, and working with big data and the cloud using Hadoop and MongoDB. Finally, Spring web recipes cover Spring MVC, other dynamic scripting, integration with the popular Grails Framework (and Groovy), REST/web services, and more.
You’ll also see recipes on new topics such as Spring Framework 5, reactive Spring, Spring 5 microservices, the functional web framework and much more.
This book
builds upon the best-selling success of the previous editions and focuses on the latest Spring Framework features for building enterprise Java applications.What You''ll Learn
Get re-usable code recipes and snippets for core Spring, annotations and other development toolsAccess Spring MVC for web developmentWork with Spring REST and microservices for web services development and integration into your enterprise Java applicationsUse Spring Batch, NoSQL and big data for building and integrating various cloud computing services and resourcesIntegrate Java Enterprise Edition and other Java APIs for use in SpringUse Grails code and much moreWho This Book Is For
Experienced Java and Spring programmers.
668 kr
Skickas inom 10-15 vardagar
896 kr
Läs direkt efter köp