Hello,
I've been looking at chapter 11 for using the embedded engine. From
the examples there it appears that participants have to be configured
in a rather cumbersome way.
For eg:
// register participants
engine.registerParticipant
(new AbstractEmbeddedParticipant ("a")
{
public void consume (WorkItem wi)
throws Exception
{
System.out.println("~~~ a");
wi.getAttributes().puts("value", "CHF 10.-");
replyToEngine((InFlowWorkItem)wi);
}
});
Is it possible for me to configure these participants in XML? If so,
could you please point me in the right direction?
Thanks, Karthik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenWFE users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openwfe-users?hl=en
-~----------~----~----~----~------~----~------~--~---