如果我使用 DOJO 而不是 YUI,我会失去什么
我正在开发一个 Struts 2 应用程序。我看到 Struts 2 使用 DOJO 来支持 Ajax 和 UI 组件(有些是 Tabbedpanel、树等)。
我想知道如果我继续这样做,我会在 YUI 中失去哪些在 DOJO 中没有的优势。
I am working on a Struts 2 application. I see that Struts 2 uses DOJO for Ajax support and UI components (some are Tabbedpanel, tree etc).
I wanted to know what advantage am I going lose in YUI thats not available in DOJO if I proceed in this way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 dojo,您可能能够使用标签来渲染 ajax 树等。在实践中,我发现自己从未使用过这些普通的 ajax 标签。我正在使用 YUI w/ Struts2 - 而且我刚刚对标记 freemarker 库进行了自己的修改 - 效果很好。如果您想要的只是 ajax 客户端验证,Dojo/Struts2 效果很好。
Using dojo you are possibly able to use tags to render an ajax tree, etc. In practice I find myself never using these stock ajax tags. I'm using YUI w/ Struts2 - and I've just made my own modifications to the tag freemarker libraries - which works well. Dojo/Struts2 works great if all you want is ajax client side validation.
头发 :)。你看过struts2的YUI插件吗
Hair :). Have you looked at the YUI plugin for struts2