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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...