Hello,
I'd like to avoid the serialization between a JSF managed bean and a EJB
session bean (Remote interface). If the JSF bean communicates with the
EJB session bean the POJO is being serialized.
How do I avoid that?
I've heard about a config option called same-VM. Or are there any other
solutions?
cheers & thanks,
Gerald