Actually, the non-java client thing is a non-issue, because the server always support both mangled and non-mangled method names, it's the client that default not to mangle method name. However, not mangling method name is the default value of hessian/burlap, Spring just doesn't mess with that if not asked. I guess caucho decided to have non-mangled method names by default for performance reasons.


Reply With Quote