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 (Advanced Stuff)
m (Advanced Stuff)
Line 32: Line 32:
 
* Add [[JWT_Extensions#Adding_Actions_to_Menu.2FToolbar | additional actions]] to the toolbar
 
* Add [[JWT_Extensions#Adding_Actions_to_Menu.2FToolbar | additional actions]] to the toolbar
 
* Design [[JWT_Tutorial_ViewsDesign | your own views]]
 
* Design [[JWT_Tutorial_ViewsDesign | your own views]]
* Provide your own [[JWT_Tutorial_EditorSheet | editor sheets]]
+
* Provide your own [[http://wiki.eclipse.org/JWT_Extensions#Adding_Editor_sheets | editor sheets]]
 
* Add your own [[JWT_Tutorial_PropertyPage | pages]] to the property editor
 
* Add your own [[JWT_Tutorial_PropertyPage | pages]] to the property editor
 
* Register your own factories using the [[FactoryRegistry]] mechanism
 
* Register your own factories using the [[FactoryRegistry]] mechanism

Revision as of 08:39, 27 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.

Introduction

This document shows the installation and usage of the JWT Workflow Editor (WE) process modeling tool and how to extend and modify it to suit your needs. In addition we show how to execute and how to actually simulate or execute a process model.

We try to cover all aspects of JWT that are of interest for the user and reader of these documents. If there is another topic that you are interested in that is not covered in this description, please don’t hesitate to contact us.

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

This tutorial is currently adapted for JWT 0.6

Tutorials

Starting Tutorials

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

Advanced Stuff

Integrators

  • Simulate your processes with the AgilPro Simulator
  • Execute processes with Scarbo (using the Nova Bonita process engine)

Back to the top