使用 OpenLaszlo 的经验?

发布于 2024-07-06 22:37:13 字数 1449 浏览 7 评论 0原文

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

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

发布评论

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

评论(4

私野 2024-07-13 22:37:13

我在一个网站上工作了大约一年,整个 UI 都是用 Laszlo 开发的。 我还使用 JQuery、Prototype 和 Scriptaculous 等 JS 框架开发了 AJAX 应用程序。

根据我的经验,使用 Laszlo 所需的总工作量要少得多,并且基于类的对象模型有助于使代码比使用 JS 框架更好地组织。 我对 Laszlo 的唯一抱怨是:

  • 它在对后退/前进/刷新按钮的支持方面“破坏了浏览器”。 AJAX 也存在这个问题,但大多数 JS 库似乎都找到了解决方法。
  • 不支持国际化,尽管根据我的经验,没有一个 JS 库更好
  • 与 GWT、JQuery 等竞争对手相比,用户群/社区相对较小。

总而言之,我认为 OpenLaszlo 是创建富 Web 的一个非常好的解决方案基于用户界面,并具有许多非常新颖的功能,例如无需更改任何代码即可部署在多个运行时(Flash、DHTML 等)上的能力。

另外,我应该提到,我已经快一年没有使用它了,所以最近在我上面提到的问题上可能已经取得了一些进展。

自从

我发布这个答案五年以来,事情已经发生了很大的变化。 如果有人有任何疑问,请不要使用 Laszlo,该项目已经完全停滞了。

I worked on a website for about a year in which the entire UI was developed in Laszlo. I've also developed AJAX applications using JS frameworks such as JQuery, Prototype and Scriptaculous.

In my experience, the total effort required is considerably less when using Laszlo, and the class-based object model helps to keep your code better organised than when using JS frameworks. My only complaints about Laszlo were that:

  • It "breaks the browser" in terms of support for the back/forward/refresh buttons. This problem also exists with AJAX, but most JS libraries seem to have found a workaround.
  • No support for internationalization, though none of the JS libraries are any better in my experience
  • Relatively small user base/community compared to competitors such as GWT, JQuery, etc.

All in all, I thought OpenLaszlo was a pretty good solution for creating rich web-based user interfaces, and has a number of very novel features, e.g. ability to deploy on multiple runtimes (Flash, DHTML, etc.) without requiring any code changes.

Also, I should mention that I haven't used it for almost a year, so it's likely that some progress has been made in recent times on the issues I mentioned above.

Update

5 years since I posted this answer, things have changed considerably. In case anyone is in any doubt, don't use Laszlo, the project is completely moribund.

临走之时 2024-07-13 22:37:13

我使用 openLaszlo 为我的一些朋友开发了一些博客小部件(大约一年前),很容易就能获得一些基本的工作,而且看起来还不错。 但如果我必须再做一次,我可能会使用 FLEX 我认为你可以使用 Flex 比使用 Laszlo 花费更少的时间打造出外观更精美的应用程序

I used openLaszlo to develop a few blog widgets for some friends of mine (about a year ago) and it was easy enough to get something basic working and it looked OK. But if I had to do it again, I would probably use FLEX I think you can make a more polished looking application in a lot less time using Flex than with Laszlo

浅语花开 2024-07-13 22:37:13

您绝对可以使用 OpenLaszlo 快速编写 Flash 应用程序。 与 Silverlight 开发有很多相似之处。

OpenLaszlo 的一个缺点是它使用了类似于 ActionScript 的 javascript 的蹩脚变体。 如果您习惯了最新功能,则需要一些时间来适应。

此外,与其他工具相比,您最终得到的最终闪存文件非常大(文件大小)。

You definitely can write a flash app quickly with OpenLaszlo. There are a lot of similarities to developing for Silverlight.

One OpenLaszlo lameness is that it uses a lame variation of javascript similar to ActionScript. Takes a little getting used to, if you are used to the latest features.

Also, the final flash file that you end up with is very large (file size) compared to what you can do with other tools.

小姐丶请自重 2024-07-13 22:37:13

OpenLaszlo 的优点之一是可以输出 DHTML。 但对我来说,在同一个源文件中混合使用 XML 和 JavaScript 有点令人困惑。

One benefit of OpenLaszlo is the possibility of DHTML output. But for me the mix of XML and JavaScript in the same source file was somewhat confusing.

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