Domain Driven Design

Parameters Resolvers in Axon

Reading Time: 2 minutes Hi! In this blog, we will talk about the parameter resolvers in axon which help us build and model complex business entities required for the CQRS framework. Introduction What is Axon?It is a Java Framework, It allows to build of DDD (Domain Driven Design), CQRS (Command Query Responsibility Separation), and Event Sourcing as well.It helps in building several microservices from the system which would be easy to Continue Reading

person holding pen pointing at graph

Axon Framework: Event Sourcing with MongoDB

Reading Time: 4 minutes If you want to build Microservices, You may prefer Axon, a Java-based framework. It provides utility to implement CQRS (Command Query Responsibility Segregation), Event Sourcing, and DDD (Domain Driven Design) architectural patterns while developing a software application. Axon facilitates the implementation of Command Handling, Event Routing, Event Sourcing, Snapshotting, and many more building blocks. It has very friendly APIs to use these implementations and build Continue Reading

A Brief Introduction to Axon Framework

Reading Time: 3 minutes Need for Axon Framework Axon Framework is designed to support developers in applying the CQRS/DDD architectural pattern and Event Sourcing. It helps developers build easily scalable and maintainable applications by providing implementations of some basic building blocks, such as Aggregates, repositories, and event buses  Axon Framework, founded by Allard Buijze also working for Trifork, is an open source product with version 3 planned for Q1 2016. CQRS Example Using Continue Reading

Introduction to Domain Driven Design

Reading Time: 3 minutes Domain-driven design provides techniques to analyze a problem in a doable manner. Nowadays, Software has become a crucial part of contemporary business. And as companies grow, their systems develop with them. Through the years, minor problems emerge as larger, and shortly tasks start to fall apart below their own weight. We need equipment in order to allow us to take the huge issues, and decompose Continue Reading

Reactive Architecture – Domain-Driven Design (DDD)

Reading Time: 5 minutes This blog explains techniques and building blocks of Domain-Driven Design which can be used to design a Reactive System. Domain-Driven Design is an architectural approach that focuses on creating software that solves large and complex problems. The “who can solve this?” and that “what process will they follow?” aspects are addressed later. Domain-Driven Design gets to the core problem earlier in the design and helps Continue Reading