RIA 框架:对于 Java 开发人员来说,哪一个是最好的免费开源 RIA 框架?
您能否给我一些建议,因为我想找出大多数开发人员首选的 Java RIA 框架以及原因?我是 RIA 的新手,所以需要你们的建议。听说 Adobe FLEX 死了?现在我正在考虑 Vaadin 还是 Sencha,但我仍然没有太多想法。我真的很感激任何建议。先感谢您。
Can you please give me suggestion as I wanted to find out which is the preferred Java RIA framework for most developers and why? I'm a newbie in RIA so need advise from you guys. I heard that FLEX Adobe is dead? Right now I'm thinking between Vaadin or Sencha but I still have not much idea. I would really appreciate any advise. Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我目前在两个不同的项目中使用 ExtJS (Sencha) 和 Vaadin。
我个人比 ExtJS 更喜欢 Vaadin,因为
ExtJS 使用更广泛,不需要您在服务器端使用特定的语言/技术。我使用它是因为应用程序的后端是用 PHP 编写的。
I'm currently using ExtJS (Sencha) and Vaadin in two different projects.
I personally enjoy Vaadin more than ExtJS, because
ExtJS is more widely used and doesn't require you to use a specific language / technology on the server side. I use it because the application's backend is written in PHP.
我的选择是 Vaadin。为什么?许多“现成可用”的组件可用,可以根据我的需要轻松重新设计 UI,快速的 UI,简单的编码(就像在 Swing 中)以及最大的好处,我不必处理 JavaScript!
我认为你不会构建经典的网页而是应用程序,所以两者都很好。您可能会比较这些框架的文档和支持方式。
此外,您可以使用这两种框架构建 PoC,这样您就可以正确做出选择
My choice is Vaadin. Why? Many "ready-to-use" components available, easy to redesign UI according to my needs, quick UI, easy coding (like in Swing) and the biggest benefit, I don't have to deal with JavaScript!
I think you are not going to build classical web page but application, so both are good. You might maybe compare how these frameworks are documented and supported.
Also, you could build PoC with both framewors, so you are able to make your choice properly