jbpm user guide 笔记

chapter 2
理解jbpm的目录结构
go to directory ${jbpm.home}/install, run  ant demo.setup.tomcat
http://localhost:8080/jbpmeditor/p/explorer
http://localhost:8080/jbpm-console
alex, mike, peter, mary/password login

install gdp plugin into eclipse
Help --> Install New Software..., Add..., Archive..., Navigate to ${jbpm.home}/install/src/gpd/jbpm-gpd-site.zip

Adding jPDL 4 schema to the catalog
Window --> Preferences, XML --> XML Catalog, Add..., ...,  jpdl-4.3.xsd

import example project to eclipse

chapter 5
The services API doesn't need to make a functional difference between process instances and executions. Therefore, the API has only one Execution type to refer to both ProcessInstances and Executions.

你可能感兴趣的:(eclipse,tomcat,xml,ant,jbpm)