将 Flex3 应用程序迁移到 Flex4 的优点

发布于 2024-08-25 03:41:39 字数 236 浏览 5 评论 0原文

将 Flex 3 应用程序(Java 后端、BlazeDS、Spring、Hibernate)迁移到 Flex 4 有哪些优势?

Flex 4 的最大优势之一是设计。假设与性能相比,设计/用户界面目前并不是业务的主要驱动力,那么我们可以强调哪些其他因素?

我们已经在应用程序上实现了 Cairngorm 和 Swiz(计划在未来逐步“推出”Cairngorm)。

有什么意见吗?

谢谢, 斯里

What are the advantages of migrating a Flex 3 app (Java backend, BlazeDS, Spring, Hibernate) to Flex 4?

One of the biggest advantages of Flex 4 is design. Assuming that design / UI isn't a big driver for the business right now as compared to performance, what are the other factors we can highlight?

We have implemented Cairngorm and Swiz on the App (with a gradual "roll out" of Cairngorm planned for the future).

Any opinions?

Thanks,
Sri

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

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

发布评论

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

评论(3

盛夏已如深秋| 2024-09-01 03:41:39

我能想到的是,

  1. 更好的性能(使用 FP10 Vector 类)
  2. 轻量级组件
  3. 更容易创建自定义组件

I can think of,

  1. Better performance (use of FP10 Vector class)
  2. Lightweight components
  3. Easier to create custom components
枉心 2024-09-01 03:41:39

Swiz 和烦人的汽车喇叭?我非常喜欢 Swiz,但我认为“逐渐推出 cairngorm”的意思是“漫长、缓慢且不有趣的 cairngorm 推出”。 :-)

Flex3 非常可靠——如果您已经有了一个代码库,那么几乎没有理由改用 Flex4:pez 说“轻量级组件”,但真正的负载差异即使不是不存在,也可能可以忽略不计。大多数应用程序的需求。 (无论哪种方式,我认为他指的是架构良好的类似 openFlux 的组件。)

您正在构建什么样的应用程序?具有大量表单字段的应用程序并不是进行尝试的理由(除非您当前的代码库相对较小)。

Vector 类非常棒,但是您可以使用 flex3 完成您需要的所有操作。

Swiz AND the annoying car-horn? I absolutely love Swiz, but I assume that by 'gradual roll-out of cairngorm' you meant, 'long, slow and not fun roll-out of cairngorm.' :-)

Flex3 is very solid -- if you already have a code-base, there are few reasons to change over to flex4: pez said 'lightweight components', but the true load difference is probably negligible if not non-existant for the needs of most applications. (Either way, I assume he meant well-architected openFlux-like components.)

What kind of app are you building? An app with a bunch of form fields isn't a reason to make the plunge (unless your current code-base is relatively small).

The Vector class is great and all, but you can do everything you need with flex3.

黎歌 2024-09-01 03:41:39

下面是 Flex 4 中“十大”新功能的一个很好的列表的链接:

http://www.infoq.com/articles/top-10-flex4-changes

我个人最喜欢的一些:

  1. Spark 组件架构 - 轻量级容器、改进的布局、更好的性能
  2. 视图状态的改进 - 没有更多AddChild / SetProperty 废话
  3. 皮肤增强和 FXG / MXML 图形
  4. 更好的编译器性能
  5. 改进的文本支持

Here's a link to a pretty good list of the "top 10" new features in Flex 4:

http://www.infoq.com/articles/top-10-flex4-changes

Some of my personal favorites:

  1. Spark Component Architecture - lightweight containers, improved layout, better performance
  2. Improvements to View States - no more AddChild / SetProperty nonsense
  3. Skinning Enhancements and FXG / MXML graphics
  4. Better Compiler Performance
  5. Improved Text Support
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文