Facelets 0.8 发布,在jsf世界中和Tapestry有一拼!

Facelets 是一个以JavaServer Faces支持作为工业标准的 轻量级的模版框架。任何人就像创建一个jsp页面一样可以使用Facelets 和类似 XML-tag的标签。不同之处在于其强大外表的下面,它去除了所有jsp提供的api带来的负担以更大的增强作为平台的JSF,并提供了简单的可插入式开发,不需要任何JSP标签的开发就能够和JSF整合。

Facelets 有以下关键的特色:

  • Works with JSF 1.1 and JSF 1.2, including Sun's RI and Apache MyFaces.
  • Zero Tag development time for UIComponents
  • Fast Templating/Decorators for Components and Pages
  • The ability to specify <code>UIComponent</code> trees in separate files (<code>UICompositions</code>)
  • Line/Tag/Attribute precise Error Reporting
  • Specify Tags in Separate Files, even packaged with Jars
  • Full EL support, including Functions
  • Developer-mode for Easy Error resolution
  • Build-time EL Validation
  • XML configuration files aren't necessary
  • Reserves the '<code>jsfc</code>' attribute which acts the same as Tapestry's jwcid (Example: <code><input id="bar" type="text" jsfc="h:inputText" value="#{foo.bar}"/></code>)
  • Plugable Decorators to really make designer's job easy (Example: transform <code><input type="text"/></code> to <code><h:inputText/></code> at compile time)
  • Works with any <code>RenderKit</code>
  • Facelets could be used outside of a Web Container with JSF

    Home Page: http://facelets.dev.java.net

    Documentation: http://facelets.dev.java.net/nonav/docs/dev/docbook.html

    Development Error Pages: http://facelets.dev.java.net/nonav/docs/dev/error.html

    转自:http://www.theserverside.com/news/thread.tss?thread_id=35774
google_ad_client = "pub-4465827781731051"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; google_ad_channel =""; google_color_border = "336699"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_url = "008000"; google_color_text = "000000"; <iframe name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-4465827781731051&amp;dt=1126673909625&amp;format=468x60_as&amp;output=html&amp;color_bg=FFFFFF&amp;color_text=000000&amp;color_link=0000FF&amp;color_url=008000&amp;color_border=336699&amp;ad_type=text_image&amp;nloc=http://blog.csdn.net/fckeditor/editor/fckeditor.html?InstanceName=Editor_Edit_FCKEditor&amp;Toolbar=Default&amp;u_h=768&amp;u_w=1024&amp;u_ah=740&amp;u_aw=1024&amp;u_cd=32&amp;u_tz=480&amp;u_his=6&amp;u_java=true" frameborder="0" width="468" scrolling="no" height="60" allowtransparency="65535"></iframe>

你可能感兴趣的:(jsp,JSF,Google,fckeditor,tapestry)