JSF、GWT、Wicket 或 Tapestry 在网络上有哪些成功案例?

发布于 2024-10-05 21:40:56 字数 149 浏览 0 评论 0原文

我正在寻找框架参考。换句话说,我正在寻找在java web应用程序环境中成功实施框架解决方案的公司(成功案例)。我感兴趣的框架有 JSF、GWT、Wicket 和 Tapestry。我无法通过谷歌搜索任何结果,也无法在官方网站上找到任何参考资料。最后我有点困惑是否有。有人可以帮我吗?

I am searching for framework references. In other words I am looking for companies, which have successfully implemented a framework solution in java web application environment (success stories). Frameworks I am interested in are JSF, GWT, Wicket and Tapestry. I wasn't able to google any results, nor to find any references at the official sites. At the end I am a bit confused if there are any. Can someone help me out?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

九命猫 2024-10-12 21:40:56

不知道基于 JSF、Wicket 和 Tapestry 的应用程序,但 Google Wave、Adwords、Adsense 是使用 GWT 构建的

Not aware of JSF, Wicket and Tapestry based apps, but Google Wave, Adwords, Adsense are built using GWT

若沐 2024-10-12 21:40:56

mobile.walmart.com 肯定拥有大量流量,它是使用 Wicket 构建的。

选择 Wicket 的原因之一是代码和标记的完全解耦。该网站通过服务器上完全相同的代码为移动设备上的不同类别提供三种不同类型的 HTML。

http://www.dzone.com/links/apache_wicket_powers_mobilewalmartcom.html

mobile.walmart.com, that surely has some serious traffic, is built with Wicket.

One of the reasons to go for Wicket was the complete decoupling of code and markup. The site serves three different kinds of HTML for different classes off mobile devices from the exact same code on the server.

http://www.dzone.com/links/apache_wicket_powers_mobilewalmartcom.html

我的痛♀有谁懂 2024-10-12 21:40:56

基于 Wicket 的网站 似乎是最大的 Wicket 网站列表在那里。

无论如何,我是其中一个网站(金融服务门户网站)的架构师。还有另外三名开发人员,其中两人是 GWT 粉丝。我没有与其中一位保持联系,但另一位已经使用 Wicket 创办了自己的公司,在此过程中留下了 GWT。我个人不喜欢 GWT,因为它需要 JavaScript 编译。 Wicket 具有在整个产品生命周期中保持标记和代码分离的出色能力,这对于许多技术来说是很难做到的。我有一段时间是 Tapestry 的粉丝,直到我发现 Wicket。

另外两个基于 JVM 且值得考虑的框架是 Lift (使用 Scala)和 Vaadin。热爱 Scala 的人都对它发誓,在看过它的演示后,我不得不承认我也想尽快开始使用它。

Websites based on Wicket seems to be the largest list of Wicket websites out there.

For what it's worth, I was the architect on one of those sites, a financial services portal. There were three other developers, two of them were GWT fans. I haven't kept in touch with one of them, but the other has started his own company using Wicket, leaving GWT in the process. I personally don't like GWT because of the javascript compilation. Wicket has excellent ability to keep markup and code separated throughout the product lifecycle, something that is very hard to do with many technologies. I was a fan of Tapestry for a while, that is until I found Wicket.

Two other frameworks that are JVM based and worth considering are Lift (uses Scala) and Vaadin. People who love Scala swear by it, and after seeing a demo of it, I have to admit I want to start using it soon too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文