[jboss-user] [JBoss Portal] - Re: Developing portlet using eclipse
thomas.heute@jboss.com
do-not-reply at jboss.com
Wed Mar 7 02:54:53 EST 2007
You don't need anything. The JBoss IDE plugins can help you (re)deploy your application but you can go without.
A Portlet application is not much different that a Web Application, you need to use the portlet-api-lib.jar that is in included in JBoss Portal.
You also need to package your application with the correct descriptors (at least portlet.xml) and deploy the result war file by copying it to the jboss-4.0.4.GA/server/default/deploy directory
You should read the portlet specification and the Portal guides.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025688#4025688
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025688
More information about the jboss-user
mailing list