[jboss-dev-forums] [Design of JBoss ESB] - Re: Scripting Language ESB Action

jarkko@jab.fi do-not-reply at jboss.com
Mon Feb 19 09:56:57 EST 2007


Please also allow embedded or ad-hoc scripting for flexible maneuvering, hacking and development.

E.g.
  | <action class="org.jboss.soa.esb.actions.ScriptingAction" name="ScriptingAction">
  |   <property name="scriptEngine" value="JavaScript"/>
  |   <property name="script"><![CDATA[
  |        print('Hello, world! Here is your message: ');
  |        print( message.toString() );
  |       ]]>
  |    </property>
  | 
  | </action> 
  | 

Here's a one link with more information about integrating JSR-223 http://java.sun.com/developer/technicalArticles/J2SE/Desktop/scripting/

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018858#4018858

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018858



More information about the jboss-dev-forums mailing list