You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Craig R. McClanahan" <cr...@apache.org> on 2002/08/22 18:20:59 UTC

Re: Struts Application as Portlet


On -1 xxx -1, Manfred Gerber wrote:

> Date:
> From: Manfred Gerber <ma...@firemail.de>
> Reply-To: Struts Users Mailing List <st...@jakarta.apache.org>
> To: struts-user@jakarta.apache.org
> Subject: Struts Application as Portlet
>
> Has anybody tried to "recycle" a struts application to be used as
> portlet within a Portlet Server like IBM Portal Server or Apache JetSpeed?
>

If a portlet can call a servlet/JSP via RequestDispatcher.include(), you
should in principle be able to do this pretty easily -- except for some
potential interesting issues around doing a RequestDispatcher.forward()
inside the include (which is what Struts does to go to the response page).

You might also keep your eyes on JSR-168, which is establishing a standard
API for portlets (http://jcp.org/jsr/detail/168.jsp).  It's not available
for public review yet, but work is progressing there.

> Cheers,
>  Manfred

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>