|
From: Artur K. <kar...@as...> - 2004-08-02 17:00:41
|
Hello, In my current project I've used CORBA for call remote services. Since, of course I use spring I implemented some basic halper classes for CORBA remoting - i mean simple CorbaInterceptor etc. wich delegates calls from Proxy to ORB. It seems that it would be easy to port this solution into something similar to spring remoting framework. Looks like CorbaExporter would be easy to write aswell. So actually i'm going to erite complete CORBA remoting, but I wonder why there is no CORBA remoting in spring yet? Maybe someone ealrier tried to implement something similar and maybe realized that it is impossilbe? Do You have any thoughts? Would it be possible to incorporate this into spring? regards Artur |