"trouby" wrote : I'm finding myself writing a lot of processes nodes that make a usage of the same java code but with very simple modifications, Then why not re-use the same handler code?
Make sure the handler has a field/setter and then when you use the handler, pass in a parameter to modify the behaviour. Doesn't even need a custom node implementation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132474#4132474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132474 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
