JSF的使用示例
他们是否有使用 JSF 作为后端的优秀网站(以高使用率为特征)?我刚刚开始学习该框架的基础知识。如果我看到一些使用 JSF 的网站,也许我就能更好地体会到该技术的使用。
您还可以提到使用 JSF 验证的好处,即使用 JavaScript 对内容进行浏览器端验证。
Are their any good websites (characterized by high usage), that use JSF for their back-end? I have just started working with the basics of the framework. If I see some websites using JSF, may be I will be able to better appreciate the use of the technology.
Also could you mention the benefits of using JSF validation viz a viz the browser side validation of content using JavaScript.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请参阅此处获取 JSF 站点列表。
另外,请参阅两个著名的 JSF 组件框架的参考资料:
至于验证 - 最好在两侧 - 在客户端(javascript)更好的可用性,并在服务器端提供更好的安全性。
See here for a list of JSF sites.
In addition see the references for two famous JSF component frameworks:
As for the validation - it better be on both sides - on the client side (javascript) for better usability, and on the server side for better security.
ebay、沃尔沃、宝马、costco、TNT、汉莎航空以及数以千计的其他网站都使用 JSF 来制作其网站的全部或部分内容。
请访问 http://www.primefaces.org/whouses 检查您的答案。 (谁使用 primefaces。)Primefaces 是 JSF 的基于 JQuery 的 UI 组件库,也是 JSF 中最流行的 UI 库之一。
谁运行 Primefaces,谁就运行 JSF。
您还可以查看 eBay 供应商门户上的演示,了解 eBay 如何使用 JSF 来实现可扩展性和性能。在 youtube 上搜索“eBay,通过 JavaServer Faces 连接全球买家和卖家”(2014 年 10 月)
PDF 格式的演示文稿位于:https://oracleus.activeevents.com/2014/connect/fileDownload/session/DB08F809615ABF16F149FEC02B892C10/CON2892_Paulsen- J1eBaySelling.pdf
ebay, volvo, bmw, costco, TNT, Lufthanza and thousands of more websites use JSF for complete or parts of their websites in production.
Check your answer at http://www.primefaces.org/whouses. (Who uses primefaces.) Primefaces is JQuery based UI component library for JSF and is one of the most popular UI Libraries in JSF.
Whoever runs Primefaces , runs on JSF.
You can also check presentation on ebay supplier portal about how ebay uses JSF to achieve scalability and performance. Search on youtube for "eBay, Connecting Buyers and Sellers Globally via JavaServer Faces" (Oct 2014)
The presentation in PDF format is here: https://oracleus.activeevents.com/2014/connect/fileDownload/session/DB08F809615ABF16F149FEC02B892C10/CON2892_Paulsen-J1eBaySelling.pdf
关于验证问题:
服务器端优点:
服务器端缺点:
在 JSF 2.0 中,可以通过对验证逻辑进行 ajax 调用并在JavaScript 优点
中键入值时报告失败JavaScript 的缺点
On the validation questions:
Server side Advantages:
Server side Dis-advantages:
JavaScript Advantages
JavaScript Disadvantages