[jboss-user] [JBoss Portal] - Re: JBoss Portal as a Portlet oriented Application
apemberton
do-not-reply at jboss.com
Tue May 12 18:18:52 EDT 2009
Packaging a portlet is very similar to a standard JavaEE web app, except it includes a portlet.xml (in addition to the standard web.xml).
Typically portlets are packaged as WAR files, the structure of which is defined by JSR168 / 286: http://jcp.org/en/jsr/detail?id=286
I recommend giving the spec(s) a read to help you move along; good luck!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230625#4230625
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230625
More information about the jboss-user
mailing list