ZK ajax框架
ZK可以轻松集成到struts web应用程序中吗?
Can ZK easily be integrated in a struts web application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
ZK可以轻松集成到struts web应用程序中吗?
Can ZK easily be integrated in a struts web application?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
也许你会发现它很有趣:
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
从根本上说,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
更具体地说:
http:// /docs.zkoss.org/wiki/ZK/How-Tos/Integrate-Other-Frameworks#Struts_.2B_Tiles_.2B_JSP_.28.2B_Spring.29
more concretely:
http://docs.zkoss.org/wiki/ZK/How-Tos/Integrate-Other-Frameworks#Struts_.2B_Tiles_.2B_JSP_.28.2B_Spring.29