Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JWT Tutorial"

m
Line 1: Line 1:
 
On this page you can find information on how to use the applications of the Java Workflow Tooling kit. In addition to several introductive articles, also some of the more advanced topics like extending JWT's meta-model are discussed.
 
On this page you can find information on how to use the applications of the Java Workflow Tooling kit. In addition to several introductive articles, also some of the more advanced topics like extending JWT's meta-model are discussed.
  
If you're looking for technical information on how to extend JWT, this can be found at [[JWT_Extensions]].
+
If you're looking for technical information on how to extend JWT, this can be found at [[JWT_Extensions | Extending JWT]].
 +
 
 +
= Introduction =
 +
 
 +
= Tutorials =
 +
 
 +
== Starting Tutorials ==
 +
 
 +
These tutorials are intended for users that are new to JWT:
 +
 
 +
* [[JWT_Tutorial_Install | Installing JWT]]
 +
* The parts of the Workflow Editor
 +
* Learn how to model [[JWT_Tutorial_FirstProcess | your first process]].
 +
* Adding [[JWT_Tutorial_TechnicalData | technical data]] to the process
 +
* Creating guards on
 +
* Exporting and Importing workflow templates
 +
 
 +
== Advanced Stuff ==
 +
 
 +
Design your own views
 +
Extend the JWT meta-model to suit your needs
 +
 
 +
== Integrators ==
 +
 
 +
Simulating your processes with the AgilPro Simulator
 +
scarbo

Revision as of 09:29, 25 May 2009

On this page you can find information on how to use the applications of the Java Workflow Tooling kit. In addition to several introductive articles, also some of the more advanced topics like extending JWT's meta-model are discussed.

If you're looking for technical information on how to extend JWT, this can be found at Extending JWT.

Introduction

Tutorials

Starting Tutorials

These tutorials are intended for users that are new to JWT:

Advanced Stuff

Design your own views Extend the JWT meta-model to suit your needs

Integrators

Simulating your processes with the AgilPro Simulator scarbo

Back to the top