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 (Starting Tutorials)
Line 23: Line 23:
 
== Advanced Stuff ==
 
== Advanced Stuff ==
  
 +
* Add [[JWT_Tutorial_Actions | additional actions]] to the toolbar
 
* [[JWT_Tutorial_ViewsDesign | Design]] your own views
 
* [[JWT_Tutorial_ViewsDesign | Design]] your own views
 +
* Provide your own [[JWT_Tutorial_EditorSheet | editor sheets]]
 +
* Add your own [[JWT_Tutorial_PropertyPage | pages]] to the property editor
 +
* Register your own factories using the [[FactoryRegistry]] mechanism
 
* [[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:49, 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

Integrators

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

Back to the top