|
From: William G. T. Jr. <wg...@ru...> - 2004-05-01 16:54:52
|
the initial drop of o.s.w.portlet.* is now in the sandbox. it still
needs work, but it is doing the following:
* initialize applicationContext.xml
* initialize {portletName}-portlet.xml
* implements Spring Portlet MVC via DispatchPortlet
* can render views with o.s.w.portlet.view.JSTLView
I'll package up a SampleSpringPortlet.war shortly so you can deploy it
and play.
later.
Bill
Alexi Polenur wrote:
> Hi,
>
> Do you have any examples on how to use new portlet package ?
>
> Thanks a lot, Alexi
>
> William G. Thompson, Jr. wrote:
>
>> 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
>>>
>>>
>>
>>
>> -------------------------------------------------------
>> This SF.Net email is sponsored by: Oracle 10g
>> Get certified on the hottest thing ever to hit the market... Oracle
>> 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
>> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
>> _______________________________________________
>> Springframework-developer mailing list
>> Spr...@li...
>> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
|