Skip to content

TSEGWL/jdonframework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDON FRAMEWORK
---------------------------------------
English: https://www.jdon.org

         https://htmlpreview.github.com/?https://github.com/banq/jdonframework/blob/master/doc/english/index.html

Chinese: https://www.jdon.com/jdonframework/


1. INTRODUCTION
---------------
JdonFramework is a java framework that you can use to build your Domain Driven Design + CQRS + EventSourcing  applications with asynchronous concurrency and higher throughput.

JdonFramework = DDD + Event Sourcing + CQRS + asynchronous + concurrency + higher throughput.

JdonFramework = Spring(Ioc/DI/AOP) + Ruby(DCI) + Scala(Actor)

2. RELEASE NOTES
----------------

6.6.4 version.  

(1) in-memeory cache switchs to Guava cache insteadof ehcache.

(2) add maven supports.

3. DISTRIBUTION JAR FILES
-------------------------

The Jdon Framework module jar files can be found in the 'dist' directory. 
jdonFramework.jar is the core of Jdon Framework.

struts and jdbc template supports in JdonAccessory directory.

4. GETTING STARTED
------------------

compilr source:
  MAVEN: press enter "mvn package" to compile and package a .jar file
  
apply jdonframework.jar to your project:
  MAVEN:  
    <dependency>
        <groupId>org.jdon</groupId>
        <artifactId>jdonframework</artifactId>
        <version>6.6.4</version>
     </dependency>            

full pom.xml: https://github.com/banq/jdonframework/blob/master/doc/english/pom.xml

In the "doc\english" directory there are all documents about how to use.

In the "doc\chinese" directory there are chinese documents about how to use.

About

DDD CQRS EventSourcing framework for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%