[jboss-dev-forums] [Design of JBoss ESB] - Re: Scripting Language ESB Action
burrsutter
do-not-reply at jboss.com
Mon Feb 19 18:05:39 EST 2007
"jarkko at jab.fi" wrote : 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/
I like this suggestion. Thank you for suggesting it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019066#4019066
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019066
More information about the jboss-dev-forums
mailing list