My favorites | Sign in
Project Logo
                
Code license: Apache License 2.0
Labels: Spring
People details
Project owners:
  kuisong.tong
Project committers:
willow990.cn, murainwood, wujiyong.china

Introduction

In the age of Transaction Script, Service has a lot of responsibility such as Business Logic, Transaction Boundary, Delegation of DAO, Business Flow... Now, we introduce Domain-Driven Design and Work Flow for Business Logic and Flow, then service becomes very thin and boring for coding. So we create Polyforms which fight the boring code for developers.

Polyforms has been build with some small pieces, and its development will continue. As such, the document will build through wiki.

Sample

You can checkout sample from http://polyforms.googlecode.com/svn/book/sample.

Get Started

If you use maven, you can add repository as below to pom.xml:

<repository>
	<id>polyform</id>
	<url>http://polyforms.googlecode.com/svn/repository</url>
	<snapshots>
		<enabled>false</enabled>
	</snapshots>
</repository>

then you can add polyforms dependencies to your project:

<dependency>
	<groupId>cn.muthos.polyforms</groupId>
	<artifactId>cn.muthos.polyforms.repository</artifactId>
	<version>0.6.3</version>
</dependency>

Modules









Hosted by Google Code