日期:2014-05-16  浏览次数:20339 次

JSF/Seam资源收集贴

这里作为JSF/Seam相关的资源收集贴。

JSF:

怀疑论者的 JSF: 消除关于 JSF 的 FUD

怀疑论者的 JSF: JSF 应用程序的生命周期

怀疑论者的 JSF: JSF 转换与验证

怀疑论者的 JSF: JSF 组件开发

?

SEAM:

Seam - 无缝集成 JSF

在圈子JBoss Seam的共享中有两本关于Seam的电子书:《Apress - Beginning.JBoss.Seam.Feb.2007》和《JBoss.Seam.Simplicity.and.Power.Beyond.Java.EE》

后面这本是针对Seam最新的GA版本1.2.1的,建议大家仔细研读,并且常去作者的Blog逛逛,源代码也可以在那里下载,目前提供适用JBoss 4.0.5GA和JBoss 4.2.0的。


Web Beans:

最近Gavin King在他的blog里发布了关于Web Beans的《Web Beans Sneak Peek》系列文章,链接如下:


Web Beans Sneak Peek Part I: Introducing Web Beans

Web Beans Sneak Peek Part II: Injection, binding annotations and component types

Web Beans Sneak Peek Part III: Declaring components using XML

Web Beans Sneak Peek Part V: Interceptors and events
1 楼 javacow 2007-09-10  
初看起来seam 好像是一个集大成的应用框架,值得研究一下,特别是当准备采用基于jboss的EJB3的时候。感谢圈子中的同志。   
2 楼 fxy1949 2007-09-10  
We have been using JSF(Myface) in a company in London for more than one year. I found that JSF(Myface) is quite mature so far, and ready to be adopted as your web layer framework.

The main online resources I use are as following:

1) http://www.irian.at/myfaces/home.jsf

2) http://www.exadel.com/tutorial/jsf/jsftags-guide.html

3) http://myfaces.apache.org/impl/tlddoc/index.html

4) http://myfaces.apache.org/

Personally,I believe that JSF will be the future of presetation layer coding standard for JavaEE. And now it's about the harvest time after quite long time waiting.