Hi Punit,

> For example 
> if we want to apply some simple filter on request, which is 
> the best place (if any) do to this? How to install common 
> portlet filters?


Remember, a JSR-168 compliant portal supports portlet applications as
indivdual web apps deployed to the respective servlet container, this a
requirement of the spec. Hence, you can use servlet filters within
individual portlet apps to attain the filter functionallity required by each
indivdual portlet application and the portlets contained within.  It was
crucial to the spec that it leverage as much functionallity from the servlet
standard a possible so as to make portlet and servlet develop easy/similar
as possible.

Hth,
*================================* 
| Scott T Weaver                 |
| <[EMAIL PROTECTED]>            | 
| Apache Jetspeed Portal Project |
| Apache Pluto Portlet Container |
*================================*

> -----Original Message-----
> From: Punit Pandey [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, December 17, 2003 8:03 AM
> To: [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; portlets
> Subject: Portlets Framework
> 
> 
> Hello,
> We are in the process of developing one framework for 
> portlets. The objective is to apply all possible patterns and 
> also try to simplify the development process.
> 
> The biggest challenge for developing portlet-framework, seems 
> to us, is unavailability of controller servlet. In most of 
> the JSP/Servlet-frameworks (e.g struts) the request always 
> goes through the controller servlet. But in case of a portal, 
> we do not have any such control. Can anyone tell me how to do 
> some sort of request-preprocessing for a portlet? For example 
> if we want to apply some simple filter on request, which is 
> the best place (if any) do to this? How to install common 
> portlet filters?
> 
> Regards,
> 
> Punit Pandey
> 
> =================================================
> http://portlets.blogspot.com - Portlets blog 
> http://groups.yahoo.com/group/portle> ts/ - Portlets Discussion Group
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to