
JSF
adanier
这个作者很懒,什么都没留下…
展开
-
JSF 杂项
h:comandButton action执行之后刷新整个页面。a4j:commandButton action执行之后,只刷新reRender中指明的。commandLink 也是这样的。如果不想刷新整个页面,就应该用a4j:commandXXX h:commandButton 在localhost 测试用到 a4j:support 时, 需要多点击一次(点击页面任何位置)原创 2009-06-12 10:27:00 · 560 阅读 · 0 评论 -
Facelets/JSF/JSP
JSF---在后台提供了一组UI componets的java实现。在前端提供了相对应的JSF的标签。这些标签可用于各种不同的display technology(如:jsp)中。同样这些标签可嵌入xhmtl中,这种display technology被称为Facelets。 Facelets的优点:1. 通过JSF组件替换(jsf属性)的方式,可以使得UI designer(只熟悉h原创 2009-12-13 14:00:00 · 640 阅读 · 0 评论 -
Contexts and Dependency Injection for the Java EE Platform(CDI,JSR-299)
在Introducing the Java EE 6 Platform(http://java.sun.com/developer/technicalArticles/JavaEE/JavaEE6Overview.html)中提到:CDI unifies and simplifies the EJB and JSF programming models. It allows enterpris原创 2009-12-15 12:39:00 · 559 阅读 · 0 评论