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/EID Component"

< STP
 
(8 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
|-valign="top"  
 
|-valign="top"  
 
|style="width:90%;"|
 
|style="width:90%;"|
This is the Wiki Home for the EID Component
+
This is the Wiki Home for the Enterprise Integration Diagram Editor project. This project is a simple editor for the construction of [http://www.enterpriseintegrationpatterns.com Enterprise Integration Patterns] as described by Hohpe and Wolff in their book. The editor
 +
comes with a pluggable framework for the generation of code or configurations based upon the underlying EMF model. There are three examples of configuration generators - one for [http://petals.ow2.org PeTaLs], one for [http://servicemix.apache.org Apache ServiceMix] (these are both JBI-compliant ESBs) and one for [http://camel.apache.org Apache Camel]. These examples are exactly that, and are not functionally complete.
 
| align="right | [[Image:Logo_eid.gif]]  
 
| align="right | [[Image:Logo_eid.gif]]  
 
|}
 
|}
 +
 +
{{:EID News}}
  
 
{| border="0" cellspacing="15" valign="top" style="width:100%;"
 
{| border="0" cellspacing="15" valign="top" style="width:100%;"
Line 11: Line 14:
 
|-valign="top"  
 
|-valign="top"  
 
|style="width:50%;"|
 
|style="width:50%;"|
<h1>Download</h1>
+
<h1>Download and Build</h1>
'''Enterprise Integration Designer 0.8.0''' is available for download from the STP Update site at http://download.eclipse.org/stp/ganymede/updates
+
* '''Enterprise Integration Designer 0.8.0''' is available for [http://download.eclipse.org/stp/eid/eid.archivedsite-0.8.0.200903191945.zip download as an archived update site]
 +
* If you have access to <tt>build.eclipse.org</tt>, there is a [https://build.eclipse.org/hudson/job/stp.eid.trunk Hudson build of trunk] available. It builds nightly, if there has been any change in the source code repository.
 
|
 
|
  
<h1>Planning</h1>
+
<h1>Getting Started</h1>
* '''[[STP/EID Component/Ganymede Planning | Ganymede Planning]]'''
+
* '''[[STP/EID_Component/GetGanymedeUpdate | Update your Eclipse]]'''
* '''[[STP/EID Component/Ganymede Ramp-down | Ganymede ramp-down plan]]'''
+
* '''[[STP/EID_Component/YourFirstEidProject | Create your First EID diagram]]'''
  
  
 
|-valign="top"  
 
|-valign="top"  
 
|style="width:50%;"|
 
|style="width:50%;"|
 
<h1>Getting Started</h1>
 
* '''[[STP/EID_Component/GetGanymedeUpdate | Update your Eclipse]]'''
 
* '''[[STP/EID_Component/YourFirstEidProject | Create your First EID diagram]]'''
 
|
 
  
 
<h1>Developers</h1>
 
<h1>Developers</h1>
It's all about reading the code at the moment :)
+
* '''[[STP/EID_Component/EID_Developers | EID Developers]]''' - It's all about reading the code at the moment :)
 +
* '''[[STP/EID_Component/ExtensionPoints | EID Extension Points]]''' - places where the EID can be extended to allow the generation of configuration or code for a runtime
 +
|
  
 +
<h1>Communication</h1>
 +
* Get in touch with the developers on the mailto:stp-dev@eclipse.org list, or on the [http://www.eclipse.org/newsportal/thread.php?group=eclipse.stp STP Newsgroup].
 
|-valign="top"  
 
|-valign="top"  
 
|style="width:50%;"|
 
|style="width:50%;"|
<h1>The Team</h1>
 
* Guillaume Nodet
 
* Christophe Hamerling
 
* Natacha Bagnard
 
* Julien Forot
 
* Ois&iacute;n Hurley
 
  
 +
<h1>The Coders</h1>
 +
* Natacha Bagnard  ''(retired)''
 +
* Julien Forot  ''(retired)''
 +
* Ois&iacute;n Hurley  ''(can't do it all on his own)''
 
|}
 
|}
  

Latest revision as of 08:46, 19 June 2009

This is the Wiki Home for the Enterprise Integration Diagram Editor project. This project is a simple editor for the construction of Enterprise Integration Patterns as described by Hohpe and Wolff in their book. The editor comes with a pluggable framework for the generation of code or configurations based upon the underlying EMF model. There are three examples of configuration generators - one for PeTaLs, one for Apache ServiceMix (these are both JBI-compliant ESBs) and one for Apache Camel. These examples are exactly that, and are not functionally complete.

Logo eid.gif
* This little project is in URGENT NEED OF HELP!
* We are desperately seeking developers who can help take on open bugs
* We are desperately seeking developers to help refresh and add to the examples using our extension points.
* EID is not going to be part of the Galileo release as it will not build with EMF 2.5 why not help us fix it? ;-) .
* Yes, EID is only available for the *Eclipse 3.4.x* stream
* The source code is here, have at it!

Download and Build

Getting Started


Developers

  • EID Developers - It's all about reading the code at the moment :)
  • EID Extension Points - places where the EID can be extended to allow the generation of configuration or code for a runtime

Communication

The Coders

  • Natacha Bagnard (retired)
  • Julien Forot (retired)
  • Oisín Hurley (can't do it all on his own)

Back to the top