Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: change of text format


This

is a

little page

to describe

describes the CIMERO project which is a graphical Eclipse tooling for ServiceMix.


Panel

This Eclipse plugin permits to create graphically a configuration of a ServiceMix flow. The created graph can build an XML configuration file to ServiceMix or a JBI package.


...

Panel

The graphical configuration contains a toolbox (which contains some Binding Components and some Service Engines), a drawing area and a properties area. To use it, you have just to choose the component you want in the toolbox and to drop it on the drawing area. Then, you can configure it and connect it with other components (see the screenshot in attachement and the corresponding XML generated file (and the drools file) - and the corresponding JBI package).


...

Panel

Moreover, we associated this plugin with a second one which allows to create and run a ServiceMix server under Eclipse (based on the source code provided by ServiceMix). Then, our plugin is able to deploy a JBI package on a ServiceMix server by a single mouse click (without competition with the future ServiceMix plugin).


...

No Format

TIP : These two plugins are explained in the Eclipse "Help contents".

...


No Format

In the "Attachments" page, you could find a flash demonstration (10Mo - 1600*1280) and the two plugins...

...

Panel

Thanks for feedback...

...

|

...

Code Block

Requirements :

 WST, JST, EMF, GEF plugins

...

No Format

As an example, the next picture is a screenshoot of a CIMERO use. It's created graph is composed by :

- an input mail message
- a router of mail message
- an  output mail message
- an output SOAP message

The router is based on the "from" property of the input mail message and it send to the output mail server or to the ouput webservice.

A graph like this can be transformed automaticaly into an XML configuration file for ServiceMix or into a JBI package.

The generated package can be deployed automaticaly on a ServiceMix server (you must configure and start it before deploying).

----Requirements :
WST, JST, EMF, GEF plugins

As an example, the next picture is a screenshoot of a CIMERO use. It's created graph is composed by :

- an input mail message
- a router of mail message
- an  output mail message
- an output SOAP message

The router is based on the "from" property of the input mail message and it send to the output mail server or to the ouput webservice.

A graph like this can be transformed automaticaly into an XML configuration file for ServiceMix or into a JBI package.

The generated package can be deployed automaticaly on a ServiceMix server (you must configure and start it before deploying).