> My other idea was wiring things together through the Spring
> IoC container, where I could have Spring instantiate the objects
> and call the setters on both sides (servlet object <-> service
> object), but the servlet should be instantiated by the container
> I guess...
If you go this route, you will not use the HessianServlet. Spring
provides HessianServiceExporter in its place:
http://www.springframework.org/docs/reference/remoting.html. This will
allow you to do all your dependency injection with Spring.
Alon
Received on Wed 20 Jul 2005 10:05:34 -0700
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:16:41 PDT