2 Replies Latest reply on Sep 8, 2005 9:04 AM by mholzner

    How to improve portlet development process?

    gruenewa

      Dear Developers,
      does anyone of you have some tips that help to develop JSR 168 portlets? Is there a Portlet Development Environment for instance as a eclipse plugin? Is there another technique for a fast and simple way to test a portlet during development? Whats your expirience on that? Thanks in advance!

        • 1. Re: How to improve portlet development process?
          ramesa

          Hi,
          Try the helloworld portlet examples jboss website jboss portal wiki page.

          You have simple and first portlet idea. Then u have to concentrate on the portlet api and some examples to try.

          Regards,
          Ramesa

          • 2. Re: How to improve portlet development process?

            you can keep your portlet in a separate webapp. explode that to your deploy folder, and you can have very fast turnaround when developing (you only need to change your local resource and java files; when changing classes and jsps you need to touch the web.xml, but no redeploy is necessary).
            But even keeping it as one WAR and redeploying that is sufficiently fast.