登录
首页 » Java » spring-workflow

spring-workflow

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

  • nachos
    Java语言实现nachos系统的基本功能,使用伯克利大学指导书要求。(Java language nachos basic functions of the system, using the instructions Berkeley requirements.)
    2020-11-09 09:19:47下载
    积分:1
  • Cipher-Of-SM2-SM3-SM4-master
    说明:  基于Java语言的国密SM2/SM3/SM4算法库 , 包含加密/解密、签名/验签、摘要算法的实现代码和测试方法(Java language-based secret SM2/SM3/SM4 algorithm library, including encryption/decryption, signature/verification, digest algorithm implementation code and test methods)
    2020-06-22 20:20:01下载
    积分:1
  • Electric-telecontrol-protocol-of-104
    电力远动规约的面向对象设计方法及以104为例的实现,由Java语言实现(Electric telecontrol protocol object-oriented design methods and implementation of 104)
    2011-08-29 11:02:55下载
    积分:1
  • ScanExample
    类似支付宝扫描银行卡的app源码,可以直接用相机把银行卡号扫描到app中(Similar Alipay bank card scanning app source code, you can use the camera directly to the bank card scanning app in)
    2020-10-22 16:17:22下载
    积分:1
  • TDOA2010-workflow-instructions
    TDOA2010工作流使用说明,如何定义表单以及流程定制。(TDOA2010 workflow instructions, how to define the form and process customization.)
    2013-03-11 13:54:26下载
    积分:1
  • JSP理财
    JSP家庭理财系统的完整源码,测试完全可运行
    2022-08-22 14:02:41下载
    积分:1
  • dubbo12
    dubbo最新源码,是很好的分布式解决方案,并且经过实战检验(dubbo source code)
    2016-11-03 15:35:19下载
    积分:1
  • ddc
    仿真了DDC的工作流程,不了解数字下变频的朋友可以下载看看(DDC emulation of the workflow, do not understand the digital down-conversion can be downloaded to see if a friend)
    2009-11-03 09:03:20下载
    积分:1
  • java聊天
    java聊天系统基于WebSocket方式的聊天系统,在github上下载,可以用来学习参考一下,已经运行测试过
    2022-01-25 21:37:44下载
    积分:1
  • Asp_Net_OA
    比较通用的办公OA系统 有部门管理 日常考勤 日志管理 项目管理 客户关系管理等比较通用的功能 默认管理员帐号密码51aspx Db_51aspx下面为数据库文件 (Asp.net universal OA system)
    2015-03-29 19:44:36下载
    积分:1
  • 696518资源总数
  • 105918会员总数
  • 20今日下载