`
cd826
  • 浏览: 129032 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论
文章列表
  Chapter 7. BPMN 第七章 BPMN Table of Contents What is BPMN? Examples Defining a process
Chapter 6. Deployment 第六章 部署 Table of Contents Business archives Deploying programmatically Deploying with ant Versioning of process definitions Business archives 业务档案 To deploy processes, they have to be wrappe
  Chapter 5. API 第五章 API Table of Contents Engine API Exception strategy Unit testing
Chapter 4. Spring integration 第四章 Spring集成 Table of Contents ProcessEngineFactoryBean Transactions Expressions Automatic resource deployment Unit testing While you can use Activiti without Spring, we've provided some very nice integration features that are explained in this chapter.
Chapter 3. Configuration 第三章 配置   Table of Contents Configuration properties Supported databases Changing the database   Activiti configuration files should be generated with the setup ant script that can be found in the setup folder. The cfg.create target can be easily configured in t ...
    终于告一个段落了,前一段时间忙着开发一个流转引擎,所以这一段时间也没有跟踪Activiti的进展,直到前几天才开始重新研究,觉得先把用户指南好好看看,顺便也进行了翻译,不敢独享,所以发表出来和大家一起分享。     还是采用以前的方式同时把中英文发布出来,由于本人英语不是很好,所以翻译过程中肯定有很多值得商榷的地方,请大家多多包涵。     后面我会逐渐把整个用户指南发布,现在还没有全部翻译完,所以只能一部分一部分的发布出来,希望大家了解。     Chapter 1. Introduction 第一章 简介 Table of Contents License
3.9. Complete example (including console task forms)( 完整示例(包括控制台任务表单))       Prerequisites: to run the example, we assume that a working jBPM console has been installed on your JBoss server. If not, please run the 'demo.setup.jboss' install script first.       前提条件:为了运行该示例,我们假设你已经在JBoss serve ...
3.8.12. Task: Script Task(脚本任务)     A script task is a an automatic activity upon which the process engine will execute a script when the task is reached. The script task is used as follows:       脚本任务时一个自动活动,当任务到达的时候 流程引擎会执 ...
  3.8.9. Tasks(任务)     A task represents work that needs to be done by an external entity, such as a human actor or an automated service.       一个任务表示工作需要被外部实体完成,比如人工或自动服务。       It's important to note that the BPMN semantics of a 'task' differ from the JPDL semantics. In JPDL, the conc ...
3.8.5. Sequence Flow(顺序流)     A sequence flow is the connection between events, activities and gateways shown as a solid line with an arrow in a BPMN diagram (JPDL equivalent is the transition). Each sequence flow has exactly one source and exactly one target reference, that contains the id of ...
  3.7. Process root element(流程根元素)     The root of an BPMN 2.0 XML process is the definitions elements. As the name states, the subelements will contain the actual definitions of the business process(es). Every process child will be able to have an id and name. An empty business process in ...
前几天看了jBPM4.3版的开发指南,网上也有翻译但是觉得好像是使用翻译软件翻译的,所以自己进行了重新翻译。这是第一次进行翻译,希望大家多多指正。下面把中英文都发表上来. 3.1. What is BPMN 2.0?( BPMN 2.0是什么?)     The Business Process Modeling Notation (BPMN) is a standard for the graphical notation of business process models. The standard is maitained by the Object Management Group ...
在开发时我们会常常遇到定时任务可以由客户进行管理在什么时候去执行或者甚至不再执行该定时任务。而Spring中所提供的定时任务组件却只能够通过修改trigger的配置才能够控制定时的时间以及是否启用定时任务,为此我搜索了网上的一些解决方法,发现还是不能够很好的解决这个问题。所以干脆仔仔细细的研究了一把Quartz和Spring中相关的源码,我们发现当我们在Spring通过如下声明定时任务时:   <bean id="yourJobDetail" class="org.springframework.scheduling.quartz.MethodI ...
Global site tag (gtag.js) - Google Analytics