Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Java Workflow Tooling Project"

(Resources concerning JWT)
Line 7: Line 7:
 
* [http://wiki.eclipse.org/images/3/3b/JWTUsageTutorial_v0_4.pdf Release documentation for version 0.4.0] - Workflow Editor Installation and Usage Tutorial v0.4.0
 
* [http://wiki.eclipse.org/images/3/3b/JWTUsageTutorial_v0_4.pdf Release documentation for version 0.4.0] - Workflow Editor Installation and Usage Tutorial v0.4.0
 
* [[JWT_CVS| Download the current source code of JWT]] and try the latest features
 
* [[JWT_CVS| Download the current source code of JWT]] and try the latest features
 +
 +
=== JWT Community ===
 +
* [http://www.eclipse.org/jwt/ JWT Website]
 +
* [[JWT Resources]] - Mailing list, newsgroup, original proposal and other sites
 +
* [[JWT Press]] - Public Presentations, conferences, press articles, blogs, forums
 +
* [[JWT Integrations]] - Solutions that integrate and extend JWT
  
 
== JWT Developer Documentation ==
 
== JWT Developer Documentation ==
 
* [[JWT_Extensions|Extending JWT]] - How to extend JWT through Plugins and available extension points. To go further :
 
* [[JWT_Extensions|Extending JWT]] - How to extend JWT through Plugins and available extension points. To go further :
 +
* [[JWT Architecture | Overview of JWT architecture]]
 
* [[JWT Metamodel]]- JWT model core design, extensions and governance
 
* [[JWT Metamodel]]- JWT model core design, extensions and governance
 
* [http://pvs.informatik.uni-augsburg.de/wiki/index.php/AgilPro_documentation JWT WE architecture] - Documentation about an old version and integration of JWT named AgilPro
 
* [http://pvs.informatik.uni-augsburg.de/wiki/index.php/AgilPro_documentation JWT WE architecture] - Documentation about an old version and integration of JWT named AgilPro
Line 23: Line 30:
 
* [[JWT Automatic Build]] - how build is automated (releng)
 
* [[JWT Automatic Build]] - how build is automated (releng)
  
== Development Resources ==
+
Other Development Resources :
* [[JWT Architecture | Architecture of JWT]]
+
 
* [[JWT Meetings | Telcos and Meetings of JWT]]
 
* [[JWT Meetings | Telcos and Meetings of JWT]]
 
* [[JWT Brainstorming | Brainstorming]]
 
* [[JWT Brainstorming | Brainstorming]]
 
* [[JWT Release Engineering | Release Engineering]]
 
* [[JWT Release Engineering | Release Engineering]]
 
=== Community ===
 
* [http://www.eclipse.org/jwt/ JWT Website]
 
* [[JWT Resources]] - Mailing list, newsgroup, original proposal and other sites
 
* [[JWT Press]] - Public Presentations, conferences, press articles, blogs, forums
 
* [[JWT Integrations]] - Solutions that integrate and extend JWT
 
  
  
 
[[Category:Eclipse Technology Project]]
 
[[Category:Eclipse Technology Project]]

Revision as of 16:53, 1 April 2009

Overview

JWT aims to provide both build-time and runtime generic tools for workflow engines. It is composed of several tools: the WE (Workflow Editor) to model the workflows and WAM (Workflow engine Administration and Monitoring tool) for monitoring and deployment. JWT also aims to provide generic APIs for defining and administrating business processes, in order to achieve said genericity. Addtionally, we will provide the user with several transformations: a user can start modeling his/her processes in BPMN, transform those to JWT, enrich them with technical details and then deploy them on a process engine. Therefore, we develop transformations from BPMN to JWT, from JWT to BPMN, from JWT to XPDL, from JWT to STP-IM, etc.

JWT Installation and Usage Documentation

JWT Community

JWT Developer Documentation

JWT Contributor Documentation

Other Development Resources :

Back to the top