欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Intalio Tempo
来自开放百科 - 灰狐
(版本间的差异)
第2行: | 第2行: | ||
[[Image:intalio-tempo-overview.jpg|right|thumb|Tempo Overview]] | [[Image:intalio-tempo-overview.jpg|right|thumb|Tempo Overview]] | ||
+ | ==Install== | ||
+ | svn co http://tempo.intalio.org/tempo/trunk/ tempo | ||
+ | mysqladmin create bpms -u root | ||
+ | mysql -D bpms -u root < TEMPO_CHECKOUT/rsc/tempo-sql/ode-mysql.sql | ||
+ | vi rsc/scripts/config.yml | ||
+ | set rebuild to "true" | ||
+ | if you want to try the liferay integration, uncomment: #server: liferay_v501 | ||
+ | ruby rsc/scripts/create_tomcat.rb | ||
+ | cd bin | ||
+ | catalina.sh run | ||
+ | http://localhost:8080/ui-fw/ | ||
==Code== | ==Code== | ||
svn co http://tempo.intalio.org/tempo/trunk/ tempo | svn co http://tempo.intalio.org/tempo/trunk/ tempo | ||
http://github.com/hellonico/tempo/tree/master | http://github.com/hellonico/tempo/tree/master | ||
http://www.intalio.org/public/maven2/org/intalio/tempo/ | http://www.intalio.org/public/maven2/org/intalio/tempo/ | ||
− | |||
==Links== | ==Links== | ||
*http://tempo.intalio.org/ | *http://tempo.intalio.org/ | ||
==Screenshots== | ==Screenshots== | ||
[[Image:intalio-workflow-ui.jpg|left|thumb|Web-based User Interface for Tempo]] [[Image:intalio-task.jpg|left|thumb|The task manager process, reponsible for handling task in tempo. This is running as a BPEL process.]] [[Image:intalio-liferay-integration.png|left|thumb|The User Interface as a portlet(here embedded in liferay)]] | [[Image:intalio-workflow-ui.jpg|left|thumb|Web-based User Interface for Tempo]] [[Image:intalio-task.jpg|left|thumb|The task manager process, reponsible for handling task in tempo. This is running as a BPEL process.]] [[Image:intalio-liferay-integration.png|left|thumb|The User Interface as a portlet(here embedded in liferay)]] |
2008年8月14日 (四) 01:49的版本
Intalio Tempo is a set of runtime components that support human workflow within an service-oriented architecture (SOA). Our main goal is to provide a complete and extensible workflow solution with a bias towards interoperable technologies (BPEL, BPEL4People, XForms, REST, and web services) as a default implementation.
目录 |
Install
svn co http://tempo.intalio.org/tempo/trunk/ tempo mysqladmin create bpms -u root mysql -D bpms -u root < TEMPO_CHECKOUT/rsc/tempo-sql/ode-mysql.sql vi rsc/scripts/config.yml set rebuild to "true" if you want to try the liferay integration, uncomment: #server: liferay_v501 ruby rsc/scripts/create_tomcat.rb cd bin catalina.sh run http://localhost:8080/ui-fw/
Code
svn co http://tempo.intalio.org/tempo/trunk/ tempo http://github.com/hellonico/tempo/tree/master http://www.intalio.org/public/maven2/org/intalio/tempo/
Links
Screenshots
分享您的观点