Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 ...)
 
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
Requirements:
 
Requirements:
 
* JDK1.5 and more recent
 
* JDK1.5 and more recent
* eclipse-3.2.1 platform or SDK to be able to develop extensions to the modeler.
+
* eclipse-3.2.1 platform.
 +
The SDK is required to be able to develop extensions to the modeler.
 
* GMF-1.02 and more recent. All of its corresponding dependencies.
 
* GMF-1.02 and more recent. All of its corresponding dependencies.
 
* STP-BPMN feature.
 
* STP-BPMN feature.
  
For your convenience, here is a zip of GMF, its dependencies and the STP-BPMN feature.
+
For your convenience, here is a 15-Megabytes zip of GMF, its dependencies and the STP-BPMN feature.
http://www.intalio.org/public/eclipsecon/
+
http://www.intalio.org/public/eclipsecon/eclipse-gmf-stp-bpmn-eclipsecon2007.zip
  
 +
Download it, and unzip it next to a new eclipse SDK directly.
 +
For the tutorial, do install eclipse-sdk as it is required to develop the extensions to the modeler.
  
=== Stand-alone installation ===
+
At this point start eclipse.
This installation is for the end-user.
+
Go to the workbench and follow these instructions:
It is enough to test the modeler as is.
+
[[STP BPMN Presentation %28Part 1%29]]
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 ===
+
[[Category:BPMN]]
This installation is to be able to develop extensions to the modeler.
+
[[Category:SOA]]
It is required for the hand-on part of the STP-BPMN modeler tutorial.
+
[[Category:STP]]
 
+
It is a good idea to install the other STP plugins to develop WSDL related scenarios.
+

Latest revision as of 07:24, 21 February 2008

Installing the modeler

Requirements:

  • JDK1.5 and more recent
  • eclipse-3.2.1 platform.

The SDK is required 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 15-Megabytes zip of GMF, its dependencies and the STP-BPMN feature. http://www.intalio.org/public/eclipsecon/eclipse-gmf-stp-bpmn-eclipsecon2007.zip

Download it, and unzip it next to a new eclipse SDK directly. For the tutorial, do install eclipse-sdk as it is required to develop the extensions to the modeler.

At this point start eclipse. Go to the workbench and follow these instructions: STP BPMN Presentation (Part 1)

Back to the top