You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project demonstrates how you can develop applications with Jakarta EE using widely adopted architectural best practices like Domain-Driven Design (DDD).
Getting Started: Provides brief orientation on the project
Visual Studio Code: Provides detailed instructions on how to get started
with Visual Studio Code
Jakarta EE and DDD: Provides a brief overview of DDD as it relates to
this project and Jakarta EE
Characterization: Overviews how the basic building blocks of the domain - entities, value objects, aggregates, services, repositories and factories - are implemented in the application using Jakarta EE
Layers: Explains the architectural layers in the application and how they
relate to various Jakarta EE APIs
Resources: Provides some useful resources for learning more about DDD
and Jakarta EE
Contributing
We welcome contributions to improve and expand the Cargo Tracker documentation!
Please follow the steps below to make your changes:
Submit a pull request to this branch with a clear description of your changes.
About
The project demonstrates how you can develop applications with Jakarta EE using widely adopted architectural best practices like Domain-Driven Design (DDD).