
JAVA开源框架
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jBPM5 Core Engine API
To interact with the process engine(to for example start a process),you need to set up a session. This session will be used to communicate with the process engine. A session needs to have a referenc转载 2012-07-09 11:33:26 · 701 阅读 · 0 评论 -
Different process constructs in jBPM5
Executable processes in BPMN consist of a different types of nodes being connected to each other using sequence flows. The BPMN 2.0 specification defines three main types of nodes: Events: They are转载 2012-07-09 11:37:53 · 434 阅读 · 0 评论 -
Derby数据库中实现的基本的SQL数据类型
表 1. Derby 中的基本整数数据类型 枚举值 数据类型 最小值 最大值 示例 说明 0 SMALLINT -32768 (-215) 32767 (215 - 1) itemNumber SMALLINT 2 字节整数表示 1 I翻译 2012-07-09 14:20:58 · 4863 阅读 · 0 评论