Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy

Modern Java EE Design Patterns

Building Scalable Architecture for Sustainable Enterprise Development

by Markus Eisele

Modern Java EE Design Patterns

Subscribe to new books via dBooks.org telegram channel

Join
DescriptionTable of ContentsDetailsHashtagsReport an issue

Book Description

With the ascent of DevOps, microservices, containers, and cloud-based development platforms, the gap between state-of-the-art solutions and the technology that enterprises typically support has greatly increased. But as Markus Eisele explains in this O'Reilly report, some enterprises are now looking to bridge that gap by building microservice-based architectures on top of Java EE.

Can it be done? Is it even a good idea? Eisele thoroughly explores the possibility and provides savvy advice for enterprises that want to move ahead. The issue is complex: Java EE wasn't built with the distributed application approach in mind, but rather as one monolithic server runtime or cluster hosting many different applications. If you're part of an enterprise development team investigating the use of microservices with Java EE, this book will help you:
- Understand the challenges of starting a greenfield development vs tearing apart an existing brownfield application into services;
- Examine your business domain to see if microservices would be a good fit;
- Explore best practices for automation, high availability, data separation, and performance;
- Align your development teams around business capabilities and responsibilities;
- Inspect design patterns such as aggregator, proxy, pipeline, or shared resources to model service interactions.

This open access book is Complimented by Red Hat. You can download Modern Java EE Design Patterns ebook for free in PDF format (9.2 MB).

Table of Contents

Chapter 1
Enterprise Development Today
Chapter 2
History of Java EE
Chapter 3
Designing Software for a Scalable Enterprise
Chapter 4
Java EE and Microservices
Chapter 5
Microservices Design Pattern
Chapter 6
Conclusion
Appendix A
Additional Technologies and Team Considerations
Appendix B
Further Resources

Book Details

Title
Modern Java EE Design Patterns
Subject
Computer Science
Publisher
O'Reilly Media
Published
2016
Pages
67
Edition
1
Language
English
ISBN13
9781491939819
ISBN10
1491939818
ISBN13 Digital
9781491943915
ISBN10 Digital
1491943912
PDF Size
9.2 MB
License
Compliments of Red Hat

Related Books

A Functional Pattern System for Object-Oriented Design
This book integrates the vital areas of object-orientation, functional programming, design patterns, and language design. The most important concepts from functional programming are captured with six design patterns: FUNCTION OBJECTS (Black-box behaviour parameterisation) LAZY OBJECTS (Evaluation-by-need semantics) VALUE OBJECTS (Immutable values) ...
Cloud Design Patterns
Cloud applications have a unique set of characteristics. They run on commodity hardware, provide services to untrusted users, and deal with unpredictable workloads. These factors impose a range of problems that you, as a designer or developer, need to resolve. Your applications must be resilient so that they can recover from failures, secure to pro...
React Succinctly
React is one of the most popular JavaScript UI libraries in use today, providing a simple approach to creating stateful UI components that can be combined to create a complete web app. In React Succinctly by Samer Buna, you'll learn the fundamental concepts of the React library, how the library fits in with modern JavaScript, and how to apply ...
Designing Scalable JavaScript Applications
If you've ever written a non-trivial JavaScript application, you know that creating a code base that's easy to maintain and scales well over time is no small feat. The complexity only grows as the project becomes larger. While it's impossible to plan for every change that could possibly happen over the life of a project, you can help...
Evolve the Monolith to Microservices with Java and Node
Microservices is an architectural style in which large, complex software applications are composed of one or more smaller services. Each of these microservices focuses on completing one task that represents a small business capability. These microservices can be developed in any programming language. This book shows how to break out a traditiona...
Java, Java, Java
Functional and flexible, this guide takes an objects-first approach to Java programming and problem using games and puzzles. Offers independent introductions to both a command-line interface and a graphical user interface (GUI). Features coverage of Unified Modeling Language (UML), the industry-standard, object-oriented design tool. Illustrates key...