I've looked at a couple of portlets that I've been ablet o unzip and get running on the JBoss Portal server. I'm still having problems actually developing my own portlet and getting it deployed. I'm using the Eclipse IDE. In an exampe I've create a project and set the output folder as: HelloWorldPortletTest/WebContent/WEB-INF/classes This is where my classes for my java files will be placed after the build. I believe that the portlet-instances xml file is setup to point to this class so to generate an instance. Does it make a difference if I build the class files when I drop it into the deploy folder on the server or do I have to convert the class file to a jar?
I had noticed that a similar portlet that I had unzipped had a lib directory with the jar file and not a class file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181096#4181096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181096 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
