Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add of the filter component



This page 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).

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).

Code Block
TIP : These two plugins are explained in the Eclipse "Help contents".
Code Block
Now, CIMERO Editor provides :
- a binding component to connect a RSS file
- a binding component to connect a WebService (sm-http)
- a binding component to connect a Mail server
- a binding component to connect a FTP server
- a service engine to transforme message (content transformer)
- a service engine to enriche message (message enricher)
- a service engine to rout emessage (on properties or content)
Code Block
Soon, CIMERO Editor will propose more components :
- a binding component to connect a JMS server (sm-jms)
- a binding component to send input message (timer)
- a service engine to splitt a message (eip-splitter)
- a service engine to aggregate a message (eip-aggregator)
- a service engine to trace a message (eip-wire-tap)
- a service engine to filter message (eip-filter)
- a service engine to send a message to the screen
Code Block

In the "Attachments" page, you could find
* a first ACTIVEMQ:flash demonstration (4Mo - 1024*768)  (hit next button to make video play)
* a second ACTIVEMQ:flash demonstration (10Mo - 1600*1280)
* the ACTIVEMQ:CIMERO plugin
* the ACTIVEMQ:ServiceMix plugin for CIMERO

Panel

 Thanks for feedback...

Code Block
CIMERO Editor est disponible sous licence Apache.

/*
* Copyright (C) 2006  Bull S. A. S.
* Bull, Rue Jean Jaures, B.P.68, 78340, Les Clayes-sous-Bois
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*      http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Initial Contributors 2006
*
* Mouilleron Cedric : mouilleron.cedric@gmail.com
* Notel Pierre : pierre.notel@free.fr
*
* Camilleri Jerome : jerome.camilleri@bull.net
*/

...