From a6bcb68c3c5b1bf13f99a302eb80d84f7ce6baef Mon Sep 17 00:00:00 2001 From: Reza Rahman Date: Fri, 6 Sep 2024 17:14:28 -0400 Subject: [PATCH] Update links --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2824670a..8d412b8a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # Eclipse Cargo Tracker - Applied Domain-Driven Design Blueprints for Jakarta EE The project demonstrates how you can develop applications with Jakarta EE using widely adopted architectural best practices like Domain-Driven -Design (DDD). The project is directly based on the well known -original [Java DDD sample application](http://dddsample.sourceforge.net) -developed by DDD pioneer Eric Evans' company Domain Language and the Swedish +Design (DDD). The project is based on the well-known [Java DDD sample application](https://github.com/citerus/dddsample-core) developed by DDD pioneer Eric Evans' company Domain Language and the Swedish software consulting company Citerus. The cargo example actually comes from -Eric Evans' seminal book on DDD. The original application is written in Spring, -Hibernate and Jetty whereas the application is built on Jakarta EE. +Eric Evans' seminal book on DDD. The application is an end-to-end system for keeping track of shipping cargo. It has several interfaces described in the following sections.