All of OWF's eventing capabilities to-date rely on client-side processing. The OWF application server is not actively participating in eventing.
Presumably, your servlet code can make an AJAX call to something in your own application's client-side, which could then send data over the eventing channels. Don't know if anyone's done such as yet in the community to post a link to a code snippet which
demonstrates.
--
You received this message because you are subscribed to the Google Groups "ozoneplatform-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ozoneplatform-u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Curious: how have you determined when to route to JMS versus when to send out direct via OWF? Do you basically just have different channels for each, and make explicit determinations of client or JMS in the sending widgets? Or do you route to both client
and server-side in pub/sub such that the server-side components are really just subscribers? Differing latency patterns, and differing models of exposure of data...