-
OpenWFE是一个开放源码的Java工作流引擎。它是一个完整的业务处理管理套件:一个引擎,一个工作列表,一个Web界面和一个反应器(存放自动代理)。它可以可以...
OpenWFE是一个开放源码的Java工作流引擎。它是一个完整的业务处理管理套件:一个引擎,一个工作列表,一个Web界面和一个反应器(存放自动代理)。它可以可以跟你的程序很好的给合。
初步尝试这个东东,从WEB页面上感觉是一个很好的东东,也是一个比较理想的工作流设计的东东,也没有像uengine这个工作流复杂,是一个自由派的工作流引擎技术。现在正在学习当中
-OpenWFE is an open source Java workflow engine. It is a complete business process management suite : an engine, a list, a Web interface and a reactor (automatic storage agent). It can tell you the procedures for the good cooperation. The initial attempt to Eastern, from the Web pages is a very good impression of the Eastern, is an ideal work flow design of the Eastern nor as uengine this complex work flow, is the work of a liberal engine technology. Which is now learning
- 2022-06-27 20:27:41下载
- 积分:1
-
网格agent平台(GAP ,Grid AgentsPlatform)开发包,建造和模拟网格环境下的移动agent.类似JADE(Java Agent DEve...
网格agent平台(GAP ,Grid AgentsPlatform)开发包,建造和模拟网格环境下的移动agent.类似JADE(Java Agent DEvelopment Framework).此平台建立在Gridsim基础上,可编程实现模拟Computing Elements, Storage Elements, Virtual Organisations, 等-Agent grid platform (GAP, Grid AgentsPlatform) development kits, construction and simulation in grid environment for mobile agent. Similar to JADE (Java Agent DEvelopment Framework). This platform is built on the basis of Gridsim, programmable analog Computing Elements, Storage Elements, Virtual Organisations, etc.
- 2022-01-25 23:59:57下载
- 积分:1
-
用于自动生成javascirpt(类似.net中的验证控件),用jbuilder编写...
用于自动生成javascirpt(类似.net中的验证控件),用jbuilder编写-for automatic generation javascirpt (similar. Net in the validation control), prepared using JBuilder
- 2022-03-22 09:52:30下载
- 积分:1
-
pro_jsp_2_fourth_edition
Pro_JSP_2_Fourth_Edition-2569 source code -it is useful for computer student and profesional man in computer Science.-Pro_JSP_2_Fourth_Edition-2569 source code-it is useful for computer student and profesional man in computer Science.
- 2023-05-12 17:15:03下载
- 积分:1
-
用java实现飞鸽传书的源码文件,通过udp协议,参考该源码可以解决文件传输的高可靠要求。...
用java实现飞鸽传书的源码文件,通过udp协议,参考该源码可以解决文件传输的高可靠要求。-Using java to achieve Dove Chuanshu source documents, through udp agreement can be resolved with reference to the source of highly reliable file transfer request.
- 2022-03-17 15:20:20下载
- 积分:1
-
项目描术:页面实现用户查课和维护个人信息等,如:学生管理、教职工管理、班级信息、机房信息、课程信息、反馈系统等,后台分别是管理员实现用户管理、排课、调课、维护等...
项目描术:页面实现用户查课和维护个人信息等,如:学生管理、教职工管理、班级信息、机房信息、课程信息、反馈系统等,后台分别是管理员实现用户管理、排课、调课、维护等操作。-Item scanning technique: a user check page implementation class and maintenance of personal information, such as: student management, faculty management, class information, room information, course information, feedback systems, the background are the administrator to achieve user management, arranging schedule, transfer lessons, maintenance operations.
- 2023-08-15 18:30:03下载
- 积分:1
-
finaloverridingillusion.ziplic类dowhiledemo {
finaloverridingillusion.ziplic class DoWhileDemo {
public static void main(String[] args) {
String copyFromMe = "Copy this string until you encounter the letter g ."
StringBuffer copyToMe = new StringBuffer()
int i = 0
char c = copyFromMe.charAt(i)
do {
copyToMe.append(c)
c = copyFromMe.charAt(++i)
} while (c != g )
System.out.println(copyToMe)
}
}
-finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
- 2022-08-16 16:32:30下载
- 积分:1
-
跟着鼠标动的三维立体
跟着鼠标动的三维立体-mouse with the three-dimensional dynamic
- 2023-08-18 23:20:03下载
- 积分:1
-
java programming source code
java 编程源代码-java programming source code
- 2022-06-19 15:51:47下载
- 积分:1
-
使用jsp和access数据库写的bbs论坛系统
使用jsp和access数据库写的bbs论坛系统-BBS forum system which has used jsp and access database
- 2022-01-26 03:23:54下载
- 积分:1