简介
UFLO2是一款纯Java流程引擎,它架构于Spring、Hibernate之上,提供诸如并行、动态并行、串行、会签等各种常见及不常见的业务流程流转功能,支持单机或集群部署;UFLO2采用全新的基于网页的流程模版设计器,打开网页即可完成流程模版的设计与制作。
教程
在线文档教程:http://wiki.bsdn.org/display/UFLO
QQ群
一群:423339793(已满),二群:636590564
License
Apache-2.0
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesHibernate Data ORM | 
        
| GroupId | GroupIdcom.bstek.uflo | 
    
| ArtifactId | ArtifactIduflo-parent-hibernate3 | 
    
| Last Version | Last Version2.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionUFLO2 Parent Project 
            UFLO2 Parent Project 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| uflo-parent-hibernate3-2.0.2.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.bstek.uflo/uflo-parent-hibernate3/ -->
<dependency>
    <groupId>com.bstek.uflo</groupId>
    <artifactId>uflo-parent-hibernate3</artifactId>
    <version>2.0.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.bstek.uflo/uflo-parent-hibernate3/
implementation 'com.bstek.uflo:uflo-parent-hibernate3:2.0.2'
                // https://jarcasting.com/artifacts/com.bstek.uflo/uflo-parent-hibernate3/
implementation ("com.bstek.uflo:uflo-parent-hibernate3:2.0.2")
                'com.bstek.uflo:uflo-parent-hibernate3:pom:2.0.2'
                <dependency org="com.bstek.uflo" name="uflo-parent-hibernate3" rev="2.0.2">
  <artifact name="uflo-parent-hibernate3" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.bstek.uflo', module='uflo-parent-hibernate3', version='2.0.2')
)
                libraryDependencies += "com.bstek.uflo" % "uflo-parent-hibernate3" % "2.0.2"
                [com.bstek.uflo/uflo-parent-hibernate3 "2.0.2"]
                UFLO2是一款纯Java流程引擎,它架构于Spring、Hibernate之上,提供诸如并行、动态并行、串行、会签等各种常见及不常见的业务流程流转功能,支持单机或集群部署;UFLO2采用全新的基于网页的流程模版设计器,打开网页即可完成流程模版的设计与制作。

在线文档教程:http://wiki.bsdn.org/display/UFLO
一群:423339793(已满),二群:636590564
Apache-2.0