|
From: Seth L. <set...@gm...> - 2004-08-01 21:36:40
|
On Sun, 1 Aug 2004 21:41:24 +0200, j=FCrgen h=F6ller [werk3AT] <jue...@we...> wrote: > Ollie, all, >=20 > I've been carrying around the idea of HTTP-based remoting with Java seria= lization myself for quite a while, but not added it to Spring yet, focussin= g on the RMI invoker and Hessian instead. Good to see that there's interest= in such an approach, and good to see that you're already prototyping a sol= ution! >=20 > Today I've played a bit with a simple implementation myself: an exporter = and a proxy factory that simply serialize RemoteInvocation and RemoteInvoca= tionResult objects over HTTP. Each is just about 50 lines of code currently= . The exporter is a Spring web controller, just like HessianServiceExporter= , participating in Spring's web framework. The proxy factory uses Commons H= ttpClient to access a specified service URL. Server and client side just in= teract with RemoteInvocation and RemoteInvocationResult objects. >=20 +1 !! No more Burlap hacks. :) Thanks, Seth |