Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
README
Example under develop
The code published is a simple example with the following requisites:
Stack
- Java SE (model)
- Java EE (JPA)
- Dependencies managment: maven
Model
- Based on DDD
- Core: Completly agnostic from the persistence infraestructure.
Persistence
- Implemented by JPA & Eclipselink
- Using Collection-Oriented repositories.
- Ports as contractual definition for persistence functionality.
Methodology
- TDD