E-Book, Englisch, 460 Seiten
Vieira Designing Hexagonal Architecture with Java
1. Auflage 2022
ISBN: 978-1-80181-029-6
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
An architect's guide to building maintainable and change-tolerant applications with Java and Quarkus
E-Book, Englisch, 460 Seiten
ISBN: 978-1-80181-029-6
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
No detailed description available for "Designing Hexagonal Architecture with Java".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Computerkommunikation & -vernetzung Verteilte Systeme (Netzwerke)
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Software Engineering
Weitere Infos & Material
Table of Contents - Why Hexagonal Architecture?
- Wrapping Business Rules inside Domain Hexagon
- Handling Behavior with Ports and Use Cases
- Creating Adapters to Interact with the Outside World
- Exploring the Nature of Driving and Driven Operations
- Building the Domain Hexagon
- Building the Application Hexagon
- Building the Framework Hexagon
- Applying Dependency Inversion with Java Modules
- Adding Quarkus to a Modularized Hexagonal Application
- Leveraging CDI Beans to Manage Ports and Use Cases
- Using RESTEasy Reactive to Implement Input Adapters
- Persisting Data with Output Adapters and Hibernate Reactive
- Setting Up Dockerfile and Kubernetes Objects for Cloud Deployment
- Good Design Practices for Your Hexagonal Application