|
From: William G. T. Jr. <wg...@ru...> - 2004-04-29 12:31:14
|
Les A. Hazlewood wrote: > I think this is just great. Any idea of when others can take a look at the > code? I am hoping we can get it into the sandbox soon. I can also put up a jar at a URL you can snarf later today. > > Thanks for heading the effort Bill :) No problem...it was nice to dig into the internals of Spring...anyway we need this badly as we are about to start a major Portlet dev cycle for myRutgers. > > Regards, > > Les > > P.S. Since code has been somewhat replicated in places, what does this mean for > long term maintenance for the two packages (i.e. o.s.w.servlet.* and > o.s.w.portlet.*)? What kind of synchronization efforts would be required, if > any? The MVC architecture is essentially the same and the Portlet API somewhat mirrors the Servlet API. However there are enough differences that made it necessary to have the seperate package. It is a testament to the Spring architecture that every time there was dependancy outside of o.s.w.servlet.* I could reuse that code without any modification. > > Quoting "William G. Thompson, Jr." <wg...@ru...>: > > >>Folks, >> >>Spring Portlet MVC layer is rendering JSTL Views with full >>ApplicationContext support!!! >> >>I ended having to port just about the entire >>org.springframework.web.servlet.* package. >> >>Should this go into the sandbox? I suspect that it may still need some >>refactoring...after we play with it a bit more. >> >>later. >>Bill |