You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by roshansn <sn...@gmail.com> on 2010/01/15 10:52:58 UTC

How to write a custom Service Engine

Please anyone can help me to write a custom service engine. ?
-- 
View this message in context: http://old.nabble.com/How-to-write-a-custom-Service-Engine-tp27173366p27173366.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: How to write a custom Service Engine

Posted by Jean-Baptiste Onofre <jb...@nanthrax.net>.
Hi,

you can get tutorial here:
http://servicemix.apache.org/jbi-component-framework.html

A good sample is to take an existing service engine and show it's made. 
For example, you can take the latest servicemix-exec service engine:
http://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-exec/trunk/

Be careful, are you sure that you really need a service engine ? Is a 
servicemix-bean component based service is not enough ?

Regards
JB

roshansn wrote:
> Please anyone can help me to write a custom service engine. ?