Drupal 和 GWT 之间的比较

发布于 2024-10-22 00:55:16 字数 129 浏览 1 评论 0原文

我正在建立一个学习网站..并且该网站上有一个实时流媒体会话部分,用户可以在其中在线观看实时会话。

所以,我必须使用的技术有两种选择,即 GWT (Java) 或 Drupal (PHP) ?

寻求建议..谢谢:)

im building a website for learning .. and it have a live streaming session section on the website where users can watch a live session online.

so, i have two choices for the technology i must use which is GWT (Java) or Drupal (PHP) ??

looking for advices .. Thanks :)

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

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

发布评论

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

评论(3

夜访吸血鬼 2024-10-29 00:55:16

如果 SEO 是一个问题,请使用 drupal,如果您正在寻找纯 javascript / web2.0 应用程序(如 gmail),那么 GWT 将完成工作。

If SEO is a concern, go drupal, if you're looking for pure javascript / web2.0 applications (like gmail), then GWT will get the job done.

Hello爱情风 2024-10-29 00:55:16

Drupal 是一个 CMS,一个内容管理系统,可让您快速构建网站。
GWT是一个将java编译成css/html/js并提供一些小部件的工具包。

这些是完全不同的技术。

顺便说一句,一个开发良好的 gwt 应用程序不会有 SEO 问题。只需使用历史记录处理程序即可使您的应用程序可供搜索引擎抓取。

Drupal is a CMS, a Content Management System that allows you to build web sites quickly.
GWT is a toolkit that compile java into css/html/js and provides some widgets.

These are completely different technologies.

BTW, an gwt app well developped will not have SEO problems. Simply use the history handler and make your app crawlable for search engines.

温折酒 2024-10-29 00:55:16

与你的问题的类比是

“我饿了,我应该吃苹果还是橙子?”

  • 当你饿了的第一件事(在你的情况下只是学习),吃点东西来填补你的饥饿(选择一个让您满意的解决方案。)
  • 您要尝试的第二件事比较苹果和橙子。(Drupal 和 GWT 是两个不同的东西)

严肃地说

  • GWT用于客户端交互。即使您使用 GWT,您仍然可以在服务器端使用 php(不一定是 java)。坦率地说,即使在使用 GWT 时,您甚至可以使用 Drupal,对服务器端编码进行一些调整。

当您的站点具有单页、多功能和大量 ajax 功能时,GWT 是首选。 GWT 有许多内置的日历、交互式表格等片段。

  • Drupal 是一个 CMS,而且远不止于此。 Drupal可用于快速构建网站,然后扩展功能并根据您的需求进行定制。

An analogy to your question would be

"I am hungry, shall I eat apples or oranges ?"

  • First thing when you are hungry(in your case just learning), eat something and fill your hunger(go with a solution that keeps you happy.)
  • Second thing you are trying to compare apples and oranges.(Drupal and GWT are two different things)

On a serious note

  • GWT is for the client side interactions. Even when you are using GWT you can still use php(not necessarily java) on the server side. To be frank you can even use Drupal with a little tweaking for server side coding even when using GWT.

GWT is preferred when you have sites with single page, multifunctionality and lots of ajax functions. GWT has lots of built in snippets for calendars, interactive tables and so.

  • Drupal is a CMS and much more than that. Drupal can be used to build sites quickly and then extend the functionalities and cusomize them according to your needs.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文