Author: indika Date: Mon Jun 15 04:30:00 2009 New Revision: 38986 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=38986
Log: add rule mediator samples guide to index page Modified: trunk/esb/java/docs/xdoc/samples_index.xml Modified: trunk/esb/java/docs/xdoc/samples_index.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/samples_index.xml?rev=38986&r1=38985&r2=38986&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples_index.xml (original) +++ trunk/esb/java/docs/xdoc/samples_index.xml Mon Jun 15 04:30:00 2009 @@ -231,23 +231,73 @@ </li> </ul> </li> - <li> - <a href="samples/eventing_samples.html#Task">Introduction to Eventing</a> - <ul> + <li> + <a href="samples/eventing_samples.html#Task">Introduction to Eventing</a> + <ul> <li> - <a href="samples/eventing_samples.html#Sample500">Sample 500: Introduction to Eventing</a> + <a href="samples/eventing_samples.html#Sample500">Sample 500: Introduction to + Eventing + </a> </li> <li> - <a href="samples/eventing_samples.html#Sample501">Sample 501: EventSource with static subscriptions</a> + <a href="samples/eventing_samples.html#Sample501">Sample 501: EventSource with + static subscriptions + </a> </li> <li> - <a href="samples/eventing_samples.html#Sample502">Sample 502: Transform events before publish</a> + <a href="samples/eventing_samples.html#Sample502">Sample 502: Transform events + before publish + </a> </li> - <li> - <a href="samples/eventing_samples.html#Sample503">Sample 503: Using topic based remote registry as subscription manager</a> - </li> - </ul> - </li> + <li> + <a href="samples/eventing_samples.html#Sample503">Sample 503: Using topic based + remote registry as subscription manager + </a> + </li> + </ul> + </li> + <li> + <a href="samples/rule_samples.html">Introduction to Rule Mediator</a> + <ul> + <li> + <a href="samples/rule_samples.html#Sample600">Sample 600: Rule mediator as a Filter + - Simple rule based routing using an in-lined rule script + </a> + </li> + <li> + <a href="samples/rule_samples.html#Sample601">Sample 601: Rule mediator as a Filter + - Simple rule based routing using rule script from registry + </a> + </li> + <li> + <a href="samples/rule_samples.html#Sample602">Sample 602: Rule mediator as a Filter + - Simple rule based routing using an Drools native language + </a> + </li> + <li> + <a href="samples/rule_samples.html#Sample603">Sample 603: Advance rule based routing + - Switching routing + decision according to the rules - Rule mediator as a Switch mediator + </a> + </li> + <li> + <a href="samples/rule_samples.html#Sample604">Sample 604: Simple message + transformation - Rule mediator for message transformation + </a> + </li> + <li> + <a href="samples/rule_samples.html#Sample605">Sample 605: Simple message + transformation - Rule mediator for message transformation + </a> + </li> + <li> + <a href="samples/rule_samples.html#Sample606">Sample 606: Advanced transformation + and use of custom Java + objects + </a> + </li> + </ul> + </li> </ul> </div> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
