cdi、seam 3 和 primefaces 3 的替代方案
我开发 JSF 应用程序已经有一段时间了。大约三四年前,我发现了接缝 2,它非常棒。现在我决定尝试 jsf 2 + cdi + seam 3 + primefaces 3 (我知道这个版本还不是最终版本),一路上遇到了很多问题,所以我正在寻找替代方案。
因此,如果有人可以向我指出一个添加到 jsf 2 的框架,可以与 Facelets 和 jsf 2 之上的一些组件库(已准备好 html 5)很好地配合使用,我将不胜感激。
另外,我不会放弃 jsf 2,所以如果有更好的选择,我愿意尝试。
它实际上只需要与 Java EE 6 堆栈、ejb 3.x 等良好配合即可。
I've been developing JSF applications for quite some time. And some 3 or 4 years ago I discovered seam 2 and it was great. Now I decided to try jsf 2 + cdi + seam 3 + primefaces 3 (I know this version is not final yet) and had so many problems along the way, that I am looking for alternatives.
So, if someone can point me to a framework that adds to jsf 2, can work well with facelets and some component library on top of jsf 2 that is html 5 ready, I'd appreciate it.
Also, I am not discarding leaving jsf 2 behind, so if there is some better alternative I am willing to try.
It really just has to play well with Java EE 6 stack, ejb 3.x, ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Seam 2 仍在开发和支持中。 Seam 2.3.0 将支持 JSF2< /a>.您可以在此处尝试 alpha 版本,然后升级 (一旦有稳定版本,就可以使用 Maven 轻松实现。
我也尝试过Seam 3一段时间,但是seam 2中有很多好东西,而Seam 3中还没有?所以我切换回Seam 2......
Seam 2 is still being developed and supported. Seam 2.3.0 will have JSF2 support. You can try the alpha release here, and upgrade (easy with maven) as soon as there is a stable release.
I also tried Seam 3 for a while, but there are a lot of nice things in seam 2 which aren't there (yet?) in Seam 3. So I switched back to Seam 2...