ZK ajax框架

发布于 2024-07-07 02:20:10 字数 33 浏览 9 评论 0原文

ZK可以轻松集成到struts web应用程序中吗?

Can ZK easily be integrated in a struts web application?

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

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

发布评论

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

评论(3

油焖大侠 2024-07-14 02:20:10

也许你会发现它很有趣:

http://www.zkoss.org /smalltalks/zk-sample/zk-sample.html

此外,您可以浏览一下 http://www.zkoss.org/ 本身,很容易找到一些相关的讨论。
希望它可以帮助

卢卡

maybe you can find it interesting:

http://www.zkoss.org/smalltalks/zk-sample/zk-sample.html

moreover, you can browse a bit the zk forum you can find on http://www.zkoss.org/ itself, it is more than easy to find some discussion about that.
hope it can help

luca

青瓷清茶倾城歌 2024-07-14 02:20:10

从根本上说,struts 是一个整页后查找操作更新整页框架。 它写于上个世纪,代表了上个世纪最成功的框架之一。 您可以让 struts 与 zk 一起工作。 然而,这需要将 zk 的使用方式降级为上个世纪的东西。 Zk 不是一个完整的页面后框架。 要获得 zk 提供的所有生产力,您必须使用事件驱动的桌面编程模式进行编程。 如果不看代码,很难解释这有多么不同。 但它的生产力要高得多。 这不是立竿见影的——你必须忘掉上个世纪通常做事的方式,才能找到本世纪更好的做事方式。

要了解差异,请考虑探索此示例应用程序 http://java.dzone.com/文章/使用桌面模型视图

Fundamentally struts is a full-page-post-find-action-update-full-page framework. It was written in the last century and represent one of the most successful frameworks for doing that in the last century. You can get struts to work with zk. Yet this requires downgrading how you use zk to be something of the last century. Zk is not a full page-post-framework. To have all the productivity that zk gives you have to program using event driven desktop programming patterns. It is hard to explain just how different that is without looking at code. Yet it is far more productive. This is not instant - you have to unlearn how things are normally done last century to find a better way to do things this century.

To see the difference consider exploring this sample application http://java.dzone.com/articles/using-desktop-model-view

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