
JSF
liguominghnu
这个作者很懒,什么都没留下…
展开
-
facelets整合jsf部署
facelets 和jsf整合部署1 web.xml configurethe configure is as following<?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/...2008-12-12 18:55:04 · 222 阅读 · 0 评论 -
Myfaces下载
Myfaces下载连接:http://myfaces.apache.org/download.html附件中是最新的Myfaces的jar包,其实使用Myfaces很多和Tomahawk一起使用,关于Tomahawk部署可以参考我博客关于Tomahawk部署的文章也有相应的jar下载 ...2008-12-13 13:01:48 · 235 阅读 · 0 评论 -
tomahawk下载
Tomahawk下载地址http://myfaces.apache.org/core11/index.htmlTomahawk自从1.1.7版本以后,可以自动支持faceletstomahawk1.1.8附件下载2008-12-13 13:03:02 · 247 阅读 · 0 评论 -
tomahawk在JSF部署
1 下载Myfaces、Tomahawk的jar包首先需要的Myfaces的两个jar包myfaces-api-1.X.X.jarmyfaces-impl-1.X.X.jar要想使用Tomahawk还必须导入tomahawk-1.1.X.jar这三个jar可以到Myfaces的官方网站下载http://myfaces.apache.org/download.html导入这三个包之...2008-12-13 20:41:38 · 256 阅读 · 0 评论 -
tomahawk+richfaces+facelets整合
The guidance to configure the myfaces and richfaces 1 OverviewAfter almost three weeks, the project about myfaces and richfaces compability is success.I hope this artical will help you save some d...2008-12-17 15:53:23 · 168 阅读 · 0 评论 -
JSF和Struts的区别概述(转载)
据说JSF的主要负责人就是struts的主要作者,所以二者的相似点还是有很多的。 都采用taglib来处理表示层:在jsp页面中,二者都是采用一套标记库来处理页面的表示和model层的交互。 二者都采用了bean来作为和jsp页面对应的model层。该model层保存了jsp页面上的数据,同时可以作一些验证工作,在struts中就是FormBean,在JS...2010-03-23 17:20:32 · 124 阅读 · 0 评论 -
利用<c:forEach>实现动态的tab
1 OverviewAfter a week,the dynamic tab is finished successfully,the result is that you can add the tab and close current tab,the following is the page and backbean source code.2 UI result 3...2008-12-26 14:53:34 · 216 阅读 · 0 评论 -
选择JSF不选Struts十大理由
原文:http://java.chinaitlab.com/Struts/781650.html 我的一个客户不知道该选用Struts还是JSF。就像你预料的那样,我通常会问:这2中框架之间有什么区别?当然,除了我的这个客户外很多人都面临这样的选择。 总的来说,我建议在新项目中优先考虑JSF。虽然常常有一些商业上的因素迫使我们为现有的项目选择了Struts,而...原创 2009-07-07 16:34:59 · 122 阅读 · 0 评论