1 Reply Latest reply on Dec 14, 2006 7:53 AM by macjboss

    Is it possible to develop with eclipse?

    walidito

      Hi,
      I would like to know if it is possible (and easy) to develop portlets for JBoss Portal with the eclipse IDE.
      If you have better ways, please don't hesitate to give advices.

      thanks.

      Walid

        • 1. Re: Is it possible to develop with eclipse?
          macjboss

          Walid,

          When you say 'develop portlets', there are a number of different ways to write portlet applications and the specific IDE has little to do with it.

          Personally I use Spring Portlet MVC, which is working out quite nicely, and yes, I use Eclipse for development. However, you can use Struts Portal Framework, JSF ....

          Check out the following.

          http://opensource.atlassian.com/confluence/spring/display/JSR168/Home

          Get your hands on the portlet sample application (I think it is a part of Spring2 now anyway so yuo could just get your hands on that) and go from there. I use ant to build the war files to deploy the portlet applications, so again, the IDE is of little importance.

          If you stick with the JSR168 spec (which Spring adheres to) then your portlets should deploy on any container that meets the spec, including JBoss, Liferay....

          Happy coding.