Skip to content

This is the java implementation for the onion architecture example.

License

Notifications You must be signed in to change notification settings

sadoneright/onion-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onion-factory

This is the java implementation for the onion architecture example from https://github.com/danielmarbach/Onion.Factory written in C#.

Original description text from Daniel Marbach:

This Onion.Factory sample is a very simple Domain Driven Design sample application which follows the onion architecture pattern. The sample is used to illustrate the difference between the onion architecture and the layered architecture pattern. The namespaces in this sample simulate rings.

The sample is very simple. The idea is that the domain model behind it represents a factory which produces onions (what a coincidence). In order to be able to create onion a factory responsible for creating onions must be created first.

About

This is the java implementation for the onion architecture example.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages