Grail 或 Ruby on Rails 用于基于高度交互事件的 Web 应用程序?

发布于 2024-08-10 10:23:49 字数 160 浏览 3 评论 0原文

凭借 Java 和 Perl 背景,我将 Web 框架的选择范围缩小到了 Grail 或 RoR。

该 Web 应用程序是在私有云上运行的高度交互式内容管理应用程序。

一个愿景是让网页上的所有小部件都是事件驱动的:单击、双击、右键单击、键盘快捷键等。任一框架都支持这一点吗?

With Java and Perl background, I have narrowed down the web framework choices to Grail or RoR.

The web application is a highly interactive content management app ran on private cloud.

One vision is to make all the widgets on the web pages to be event driven: click, double click, right click, keyboard shortcuts, etc. Does either framework supports this?

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

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

发布评论

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

评论(2

风吹雪碎 2024-08-17 10:23:49

我使用 groovy on grails 和 ruby​​ on Rails 进行开发。您可以使用这些框架中的任何一个来执行高度交互式的 AJAX 工作 - 无论是哪个框架。

扩展应用程序更多地与缓存有关,在应用程序前面提供静态内容的高速 Web 服务器等。

当要在 grails 和 Rails 之间做出直接选择时,我会考虑两件事:

  • 您最熟悉 grails 和 Rails 中的哪一个?
  • 您是否有任何需要集成的遗留 Java 或 Ruby 代码?

除了这两个考虑因素之外,它们之间没有太多选择。

I have developed with groovy on grails and ruby on rails. You can do highly interactive AJAX work with either of those frameworks - it won't matter which.

Scaling the application has more to do with caching, fronting the application with a high-speed web server for static content and that kind of thing.

When it comes to making a straight choice between grails and rails I'd consider two things:

  • which of grails and rails are you most familiar with?
  • do you have any legacy Java or Ruby code you need to integrate with?

Apart from those two considerations, there isn't much to choose between them.

Saygoodbye 2024-08-17 10:23:49

Grails 和 Rails 都能够为您想要实现的目标提供后端支持。单击和双击等前端问题将要求您权衡 Javascript、Flash、Silverlight 等客户端技术。

Both Grails and Rails will be able to provide the backend support for what you are looking to achieve. Frontend matters such as click and double click will require you to weigh up client side technologies such as Javascript, Flash, Silverlight etc.

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