登录
首页 » Java » spring-workflow

spring-workflow

于 2020-09-14 发布 文件大小:33KB
0 369
下载积分: 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 个回复

  • Java
    通过登录窗口,进行系统登录,可以修改用户的密码,可以浏览学生的信息,添加、删除、修改学生的信息等(scan information)
    2009-12-14 20:43:24下载
    积分:1
  • 设备管理
    Java设备管理系统 做项目时自己写的,一个完整的java web文件
    2022-08-16 08:46:18下载
    积分:1
  • ATM
    取款机,包含登陆,存款,取款,转账等一系列功能,可以查看自己账户余额(ATM, including the landing, deposits, withdrawals, transfers and a series of functions, you can view their account balance)
    2011-07-06 04:51:30下载
    积分:1
  • hotel
    开发软件名称:宾馆客房管理系统 开发软件单位:………… 直接对象 :***宾馆 开发软件售出对象:酒店宾馆经营者
    2009-12-27 09:10:37下载
    积分:1
  • 学生毕业设计学生管理java项目源码
    学生信息管理系统由用户管理、班级管理、学生信息管理、教师信息管理、课程管理以及成绩管理等功能模块组成。具体的功能模块说明如下。 用户管理模块:该模块主要负责管理系统的用户信息,包括用户名、用户密码和身份信息。 班级管理模块:该模块主要负责管理学校的所有班级,包括浏览班级、班级添加、班级查询等功能,还可以设置和查询各班级的开课信息。 学生管理模块:该模块主要负责管理学生的个人信息,包括浏览学生信息、学生信息添加以及学生信息查询等功能
    2022-01-24 18:24:13下载
    积分:1
  • project1
    设计一个简单的学生管理系统(StudentManager)。主要功能包括: 学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; 学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(Design a simple student management system (StudentManager). Key features include: Entry student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like Student information queries. According to school, name, age and sex inquiry student information. Note: query results may not be unique. Modify student information. Query based on student number to the designated student information, and then replaced with new content. 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.)
    2015-05-30 18:36:20下载
    积分:1
  • 使用JAVA语言实现一个简单的绘图
    主要使用JAVA语言,通过输入坐标来画出一个简单的图形,主要功能有绘制圆,矩形,方形,圆弧,填充图形等
    2022-03-28 23:29:43下载
    积分:1
  • apache-activemq-5.15.4-bin
    说明:  开放源代码消息中间件,高并发下的MQ,很好用的队列开发工具(MQ with high concurrency, a useful queue development tool)
    2019-06-13 16:52:57下载
    积分:1
  • 学生信息
    实现学生信息的录入,修改,等功能(achieving students information input, modify functions)
    2004-11-12 16:47:37下载
    积分:1
  • nachos
    Java语言实现nachos系统的基本功能,使用伯克利大学指导书要求。(Java language nachos basic functions of the system, using the instructions Berkeley requirements.)
    2020-11-09 09:19:47下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载