On Mon, Nov 16, 2009 at 10:51 AM, Ziggy <[email protected]> wrote:

> I was recently looking at a CMS portal and found that the portal allowed
> plugins/application to be deployed as war files. The plugins themselves are
> portlets so not quite the type of application i am using.
>
> Is it the case that maybe it is possible with portlets but not standard
> servlet based webapps?

Sure, the whole point of a "portal" is to integrate non-related apps
and data sources. So you access the portal context which basically
proxies in the output of those "plugins".

You could certainly integrate the output of other contexts into your
primary one, using iframes, AJAX widgets, backend web services,
etc. but ultimately they're still separate contexts.

-- 
Hassan Schroeder ------------------------ [email protected]
twitter: @hassan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to