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"

(Advanced Stuff)
(Advanced Stuff)
Line 36: Line 36:
 
* Add your own [[JWT_Extensions#Adding_Property_Sheet_Pages | property sheet pages]] to the property editor
 
* Add your own [[JWT_Extensions#Adding_Property_Sheet_Pages | property sheet pages]] to the property editor
 
* Register your own factories using the [[FactoryRegistry]] mechanism
 
* Register your own factories using the [[FactoryRegistry]] mechanism
 +
* Reacting to [[JWT_Extensions#Adding_a_new_Double_click_handler | double clicks]] on model elements
 +
* Putting your own [[JWT_Extensions#Adding_Custom_PropertyDescriptor_.28and_editors.29_in_property_sheets | property editors]] in the properts sheet
 +
* [[JWT_Extensions#Adding_NotificationChangeListener_when_a_value_is_changed_in_EMF_Model | Listen to changes]] of EMF model elements
 
* Plug-in additinal [[JWT_Transformations | transformations]]
 
* Plug-in additinal [[JWT_Transformations | transformations]]
 
* [[JWT_Tutorial_Extend | Extend]] the JWT meta-model to suit your needs
 
* [[JWT_Tutorial_Extend | Extend]] the JWT meta-model to suit your needs

Revision as of 09:15, 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)

Copyright © Eclipse Foundation, Inc. All Rights Reserved.