• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

CQRS/DDD Base Project

 
Ranch Hand
Posts: 188
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have been working on this bootstrap project aimed to remove/reduce the boiler plate code involved in developing applications with CQRS/DDD principles

Motivations to look into the project ---


Because it aims to provide out of the box building blocks to implement DDD.

Because it aims to provide out of the box components to implement CQRS

Because you will not have to look into things like DB Connectivity,Transaction and Logging Configuration,Unit/Integration Test setup/configuration.

Just check out the project,and add your business logic as simple as that !!, An addition to this you also get two sample applications embedded, which tell you how you should be writing your code using the components present in the framework, if you do not want them later (Production release), Just delete them off

Still not convinced pop into

http://noobjuggler.blogspot.com/2011/10/cqrs-ddd-using-hibernate-spring-and-few.html
 
Rototillers convert rich soil into dirt. Please note that this tiny ad is not a rototiller:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic