Spring RMI with callbacks? It is possible?
Hi all.
I'm new to Java / RMI (my background is .NET).
Recently I was assigned to a java project and I need to make use of RMI.
I've found out that Spring really easies the use of RMI. But now I need to use callbacks.
I've searched in the documentation and also on the forums, but I didn't find any reference to it.
So, is it possible to perform callbacks using Spring RMI facilities? I know that this can be done using only RMI, but I'm hoping that spring can also ease the use of rmi callbacks.
Any help is very appreciated.
Thanks in advance.