Hi, I'm wondering if it's possible, using navigation-cases, to add communication between different JSF applications (or even from a JSF application to a non-JSF app)? I know an getExternalContext().redirect can be used but if there is a more standard and clean way to do this, I'd be glad to know.
Thanks in advance!

