Hi,

i actually search a way to implement a context propagation over RMI.

My goal is to manage a 'session', just like an 'http session', between my client side and my business tier.

I've looked at : http://www.javaworld.com/javaworld/j...-0117-rmi.html

But i get confused. The main idea is clear, but i don't see how to implement it with Spring. AOP seems to be the answer, but how ?

Does someone here, had already implemented such a service ?

Oh, juste a last thing : i'am not wired to RMI and, if someone thinks that it could be easier with Hessian, Burlap, or any over protocol, juste say me.

Thanks,

Cédric