Java Web 应用程序的 primefaces 评估
我目前正在使用 JSF(Java Server Faces)技术和 PrimeFaces 框架来制作 Java Web 应用程序。这是继 PHP 和 .Net 之后我第一次从事 Java Web 应用程序工作。
我的要求是: - 框架应支持 Tomacat 6+ 服务器和 Weblogic 10+ - 框架应兼容 IE 7+ 和 Firefox 3+ 浏览器。 - 框架应提供对 IOS (iPhone) 和 Android 中移动浏览器的支持。因为我需要制作这个应用程序的移动版本。
所以我的问题:
PrimeFaces 适合这种 Web 应用程序吗? 还有其他更好的框架吗?
提前致谢,感谢任何评论..
I am currently working on making Java web application using JSF (Java Server Faces) technology with PrimeFaces framework. And it is my first time I work on java web applications since PHP and .Net.
My requirements are:
- framework should support Tomacat 6+ server and Weblogic 10+
- framework should be compatible with IE 7+ and Firefox 3+ browsers.
- framework should provide support for mobile browsers in IOS (iPhone) and Android. Since I need to make mobile version of this application.
So My Question:
Is PrimeFaces is suitable for this kind of web application?
Are there any other frameworks that are better alternative ?
Thanks in advance and I appreciate any comments..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想到的任何 JSF 框架都无法支持您提供的整个列表。
完全支持 iPhone 和 Android 以及所有主要 PC 网络浏览器?
Primefaces 支持主要的 PC Web 浏览器,并且可以在 Tomcat 6 上运行。
对于移动 Web 开发,请参阅 Touchfaces。
No JSF frameworks come to mind that support the entire list that you have provided.
Full support for iPhone AND Android AND all major PC web browsers?
Primefaces supports major PC web browsers and CAN be run on Tomcat 6 with a little bit of love.
For mobile web development look at Touchfaces.