查看桌面级 Web 应用程序的 javascript 框架 - 当前 mootools 用户
在过去的一年里,我使用 mootools 开发了一个相当复杂的 Web 应用程序,我非常喜欢框架中的工作方式,并且对于其他基于类的 OOP 语言来说,我感觉更熟悉它。
我使用 mootools 是因为我知道它,但我必须为 UI 元素和控制器创建所有自己的类来跟踪数据并执行自动保存等操作。
该应用程序与专门用于代码的谷歌文档非常相似,并且现在运行得很好。但我正在考虑将来重写,我想重新开始,因为我在这个过程中学到了很多东西,我可以做得更好。
我想知道你会推荐什么框架来完成这样的事情。我研究过 cappuccino,像这样已经编码了 UI 元素的东西非常诱人,但如果我要学习一个新的框架,也许它应该是像 DOJO 这样的东西,我也可以将它用于一般的 Web 开发。
我怀疑这很重要,但我使用 php 作为数据库网关来传递 JSON 对象。
I have developed a fairly sophisticated web application using mootools over the past year, I have grown very fond of how things are done int he framework, and coming for other class based OOP languages, I feel more at home with it.
I used mootools because I knew it, but I have had to create all of my own classes for UI elements and controllers to keep track of data and do things such as auto save.
The application is very similar to google docs specifically for code, and works quite well now. But I am considering for a future rewrite that I want to start over because I have learned so much in the process, I could do it much better.
I was wondering what framework you would recommend for something like this. I have looked at cappuccino, and something like this that has UI elements already coded is very enticing, but if im going to learn a new frame work maybe it should be something like DOJO where I can use it for general web development as well.
I doubt it matters, but I use php as the DB gateway to deliver JSON objects.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您是高级 javascript 用户 SproutCore 或 ExtJs 4 除了已经提到的 Dojo 之外,更适合您的发展。
Since you are an advanced javascript user SproutCore or ExtJs 4 are more apt for your evolution apart from the already mentioned Dojo.