2 Replies Latest reply on Aug 21, 2007 8:33 AM by ilya_shaikovsky

    Use faselets or not to use facelets

    tjakopec

      So far in our development we are using classic JSP pages with page import directives to get some kind of templating. It is not perfect but that the way it is. Now I keep reading of facelets, finally get the picture. And thinking, we could implement that. My dilemma is will facelets became standard or is just another project that will pass by. How will IDE support facelets, we are still waiting good enough visual editor for JSP. Give me some plus and minuses for facelest and classic JSP. The reason why I posting here is because I saw that some RichFaces examples use facelets and some note, why?

        • 1. Re: Use faselets or not to use facelets
          mail.micke

          I would use facelets without any doubt. I started using it a long time ago and haven't regretted it one bit.

          The only minus I've encountered with Facelets is the poor support from Tomahawk, not a big issue because there are severl sources for information regarding how to over come this.
          Most other component libraries provides Facelets support out of the box.

          The IDE support isn't that great(doesn't matter to me though), there are some dreamweaver addons which I haven't tried. [1]
          There also seems to be some development efforts going on within Eclipse WTP [2].
          And then you have Exadel Studio which will (shortly I think) become Redhat Developer studio, not sure just what their facelets support looks like though.

          In JSF 2.0 will include some sort of templating support and facelets is being mentioned as something which could be used as a base.. [3]

          Hope this helped a little.

          [1] http://www.jsftoolbox.com/
          [2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=192393
          [2] http://jcp.org/en/jsr/detail?id=314

          • 2. Re: Use faselets or not to use facelets
            ilya_shaikovsky

            Facelets is a pretty good choise at present.

            Red Hat Developer Studio (previously Exadel Studio Pro) has good support of facelets as Visual Editing, content assist, jsfc usage and etc..

            As for me works fine with tomahawk using latest versions of both libraries.