You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Rohit Srivastava <ro...@gmail.com> on 2009/04/16 22:48:59 UTC

Struts2 WebApp Portlet Bridge

Have been trying to figure out which web framework to be used, however, this
is not going to be one of the  "what's the best framework" type of
questions.

Is there is a generic portlet bridge which can enable struts2 web
applications deployment as a standard compliant portlet ?

The application architecture is going to be different , and there seems to
be no direct way out. Once as a portlet, you can't put it as a simple web
app without using a portlet container. And once as a webapp, the portlet
architecture (two phases rendering, modes, lack of URL addresability)  comes
in the way for full blown portlet deployment.

So, perhaps by following proper guidelies (using struts2 tag libs) is it
possible to deploy struts webapp as a portlet ? Lets drop the inter-portlet
communication anyway.

I checked out the portlet plugin, but it seems to support native portlet
development.

Any ideas or previous experiences to share ?

Very Thanks, Rohit

Re: Struts2 WebApp Portlet Bridge

Posted by Nils-Helge Garli Hegvik <ni...@gmail.com>.
Struts 2 portlet support is provided through the portlet-plugin:
http://struts.apache.org/2.1.6/docs/portlet-plugin.html

There's a tutorial here:
http://struts.apache.org/2.1.6/docs/struts-2-portlet-tutorial.html

Nils-H

On Thu, Apr 16, 2009 at 10:48 PM, Rohit Srivastava <ro...@gmail.com> wrote:
> Have been trying to figure out which web framework to be used, however, this
> is not going to be one of the  "what's the best framework" type of
> questions.
>
> Is there is a generic portlet bridge which can enable struts2 web
> applications deployment as a standard compliant portlet ?
>
> The application architecture is going to be different , and there seems to
> be no direct way out. Once as a portlet, you can't put it as a simple web
> app without using a portlet container. And once as a webapp, the portlet
> architecture (two phases rendering, modes, lack of URL addresability)  comes
> in the way for full blown portlet deployment.
>
> So, perhaps by following proper guidelies (using struts2 tag libs) is it
> possible to deploy struts webapp as a portlet ? Lets drop the inter-portlet
> communication anyway.
>
> I checked out the portlet plugin, but it seems to support native portlet
> development.
>
> Any ideas or previous experiences to share ?
>
> Very Thanks, Rohit
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org