Can I add a java portlet to an existing java Web App?

Posted by user323561 on Stack Overflow See other posts from Stack Overflow or by user323561
Published on 2010-04-22T18:38:48Z Indexed on 2010/04/22 18:43 UTC
Read the original article Hit count: 152

Filed under:
|
|
|
|

Hi.

I'm building a webapp that uses jboss-seam with jsf, facelets and rich faces, running on top of jboss AS 5.1.

I would like to add a portlet area where I could add my own portlets, but from what I got (reading forums and documentation) I need to be running a portlet container/portal (something like liferay or gatein). But I don't want to be running a portal. I just want some kind of control where I can embed a portlet (something like an iFrame).

Is this true or I got it wrong?

If I'm wrong, how can I add an area to my webapp where I can add a portlet?

Thanks

Best regards.

© Stack Overflow or respective owner

Related posts about portlet

Related posts about portal