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 "STP/BPMN Component/Eclipse con 2007 STP BPMN Tutorial (Setup)"

m (New page: == Installing the modeler == Requirements: * JDK1.5 and more recent * eclipse-3.2.1 platform or SDK to be able to develop extensions to the modeler. * GMF-1.02 and more recent. All of its ...)
 
m
Line 9: Line 9:
 
http://www.intalio.org/public/eclipsecon/
 
http://www.intalio.org/public/eclipsecon/
  
 
+
For the tutorial, do install eclipse-sdk as it is required to develop the extensions to the modeler.
=== Stand-alone installation ===
+
This installation is for the end-user.
+
It is enough to test the modeler as is.
+
Requirements:
+
JDK1.5 and more recent
+
Eclipse-platform-3.2.1 and more recent
+
GMF-1.0.2 and more recent. and its dependencies.
+
The stp.bpmn feature.
+
 
+
=== Dev installer ===
+
This installation is to be able to develop extensions to the modeler.
+
It is required for the hand-on part of the STP-BPMN modeler tutorial.
+
 
+
It is a good idea to install the other STP plugins to develop WSDL related scenarios.
+

Revision as of 23:53, 4 March 2007

Installing the modeler

Requirements:

  • JDK1.5 and more recent
  • eclipse-3.2.1 platform or SDK to be able to develop extensions to the modeler.
  • GMF-1.02 and more recent. All of its corresponding dependencies.
  • STP-BPMN feature.

For your convenience, here is a zip of GMF, its dependencies and the STP-BPMN feature. http://www.intalio.org/public/eclipsecon/

For the tutorial, do install eclipse-sdk as it is required to develop the extensions to the modeler.

Back to the top