登录
首页 » Java » spring-workflow

spring-workflow

于 2020-09-14 发布 文件大小:33KB
0 398
下载积分: 1 下载次数: 72

代码说明:

  使用spring构建一个简单的工作流引擎,便于初学者了解工作流引擎的开发模式。(The API discussed here is bundled as the main source code under the src/java directory. Three unit tests exist in the src/testdirectory including SimpleSequenceTestCase, RateDropTestCase and PoolingTestCase. To run all the tests type "maven test" in a command shell and Maven will download all the necessary jar files before compiling and running. To see all output in the console, set maven.junit.usefile=false in the build.properties file. Otherwise, use all JUnit test output will be logged to the files under the target/test-reports dirctory. Actual XSL transforms will take place for two of the tests with results piped to output via log4j. After successful execution of the test suite, you may wish to run the tests individually and watch output real time. Try using "maven test:ui" to pull up the graphical test runer, the select the test you want to run and watch the output in the console. )

文件列表:

spring-workflow
...............\build.properties
...............\LICENSE.txt
...............\project.properties
...............\project.xml
...............\README.txt
...............\src
...............\...\conf
...............\...\....\app.properties
...............\...\java
...............\...\....\org
...............\...\....\...\iocworkflow
...............\...\....\...\...........\Activity.java
...............\...\....\...\...........\BaseActivity.java
...............\...\....\...\...........\BaseProcessor.java
...............\...\....\...\...........\ErrorHandler.java
...............\...\....\...\...........\ProcessContext.java
...............\...\....\...\...........\Processor.java
...............\...\....\...\...........\SequenceProcessor.java
...............\...\....\...\...........\support
...............\...\....\...\...........\.......\XsltAware.java
...............\...\....\...\...........\.......\XslTransformActivity.java
...............\...\test
...............\...\....\org
...............\...\....\...\iocworkflow
...............\...\....\...\...........\test
...............\...\....\...\...........\....\AbstractTestCase.java
...............\...\....\...\...........\....\log4j.xml
...............\...\....\...\...........\....\Log4jConfig.java
...............\...\....\...\...........\....\sequence
...............\...\....\...\...........\....\........\ratedrop
...............\...\....\...\...........\....\........\........\AirlineRouteSeedData.java
...............\...\....\...\...........\....\........\........\BuildRecipients.java
...............\...\....\...\...........\....\........\........\ConstructDOMTree.java
...............\...\....\...\...........\....\........\........\MailErrorHandler.java
...............\...\....\...\...........\....\........\........\message.xsl
...............\...\....\...\...........\....\........\........\pollingRateDrop.xml
...............\...\....\...\...........\....\........\........\PollingTestCase.java
...............\...\....\...\...........\....\........\........\PollRates.java
...............\...\....\...\...........\....\........\........\rateDrop.xml
...............\...\....\...\...........\....\........\........\RateDropContext.java
...............\...\....\...\...........\....\........\........\RateDropErrorHandler.java
...............\...\....\...\...........\....\........\........\RateDropTestCase.java
...............\...\....\...\...........\....\........\........\SenderDelegate.java
...............\...\....\...\...........\....\........\........\SenderDelegateImpl.java
...............\...\....\...\...........\....\........\........\SendMessage.java
...............\...\....\...\...........\....\........\........\smtp
...............\...\....\...\...........\....\........\........\....\MockSMTPService.java
...............\...\....\...\...........\....\........\........\....\SMTPServerException.java
...............\...\....\...\...........\....\........\........\....\SMTPService.java
...............\...\....\...\...........\....\........\........\WriteAudit.java
...............\...\....\...\...........\....\........\simple
...............\...\....\...\...........\....\........\......\Activity1.java
...............\...\....\...\...........\....\........\......\Activity2.java
...............\...\....\...\...........\....\........\......\Activity3.java
...............\...\....\...\...........\....\........\......\sequenceSimple.xml
...............\...\....\...\...........\....\........\......\SimpleContext.java
...............\...\....\...\...........\....\........\......\SimpleErrorHandler.java
...............\...\....\...\...........\....\........\......\SimpleSequenceTestCase.java

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Bankers-Algorithm
    操作系统银行家算法,完整的实现了银行家算法所有要求,随机分配资源。(Banker s Algorithm)
    2013-11-29 12:50:05下载
    积分:1
  • JAVAqyrcglxt
    JAVA企业人事管理系统的设计与实现 论文范文+毕业设计源代码+JAVA企业人事管理系统的设计与实现论文.doc(JAVA Enterprise Personnel Management System Design and Implementation)
    2013-03-27 10:27:57下载
    积分:1
  • Hive
    Hive 源码吧,官方下 载。(Hive Open source, download from official website)
    2018-05-09 09:24:05下载
    积分:1
  • Traversloader
    Mathmtical and Computer and relation between them ..
    2010-03-13 00:44:59下载
    积分:1
  • load_cell_white_paper
    how use load cell with nicro
    2015-01-03 07:03:43下载
    积分:1
  • Labview-Internet-FTP-tools
    Labview Internet upload tools. (Labview FTP upload)
    2013-11-26 16:12:50下载
    积分:1
  • tongda30
    通达OA官方提供的30源代码,感觉很实在,方便二次开发(tongda2000tigongdeyuandaima)
    2009-04-25 19:21:40下载
    积分:1
  • Exe4_1
    1.设计一个简单的学生管理系统(StudentManager)。主要功能包括: (1)学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; (2)学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 (3)学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 (4)学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(1. Design a simple student management system (StudentManager). Key features include: (1) The entry of student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like (2) query the student information. According to school, name, age and sex inquiry student information. Note: query results may not be unique. (3) amend the student information. Query based on student number to the designated student information, and then replaced with new content. (4) delete student information. Designated students with information based on student number removed. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_1 package.)
    2020-12-09 21:39:18下载
    积分:1
  • 电力管理
    电力管理系统功能有:登陆,注册,电力信息的怎删改查。
    2023-02-26 07:00:04下载
    积分:1
  • SorePrj
    说明:  成绩管理系统 J2EE 简单的登分 ,查分 程序。分为教师和学生两种登录方式(J2EE performance management system, a simple registration points, check points program. Teachers and students are divided into two login)
    2010-04-11 00:38:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载