Flex、JS 库(例如 JQuery、YUI、Prototype)或 Silverlight、JavaFx ? ? ?我们应该去做什么?

发布于 2024-08-17 05:58:30 字数 99 浏览 2 评论 0原文

如果有人想开始开发具有真正酷且可靠的 UI、良好的吞吐量、可维护性、可扩展性的新 Web 应用程序,哪一个可以成为赢家? 另外,如果我们以新的外观和感觉迁移旧网站,哪一个可以成为赢家?

If any one want to start developing new web application with real cool and reliable UI, good throughput, maintainability, scalability which one can be the winner ?
Also which one can be the winner in case we are migrating age old sites with new look and feel?

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

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

发布评论

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

评论(4

原野 2024-08-24 05:58:30

最低的共同点仍然是 HTML + Javascript,但设计为无需 Javascript 即可工作。在某些情况下可能需要富媒体插件,但我会保留它们在这些情况下的使用。

The lowest common denominator is still HTML + Javascript, but designed to work without Javascript. There are a few things where a rich media plugin might be necessary, but I'd reserve their use for those cases.

命硬 2024-08-24 05:58:30

这取决于您正在构建什么。对于可扩展性和吞吐量而言,Flex 可能是一个不错的选择,因为更多的事情发生在客户端上(减少了服务器调用的数量),并且 AMF 协议使得通过线路发送数据变得超快。查看我的人口普查 RIA 测试,将 AMF 与其他选项进行比较。另请查看 Tour de Flex,了解可用于组装应用程序的数千个 Flex 组件中的一些组件。

It depends on what you are building. For scalability and throughput Flex can be a great option because more happens on the client (reducing the number of server calls) and the AMF protocol makes sending data across the wire super fast. Check out my Census RIA Test to compare AMF with other options. Also check out Tour de Flex to see some of the thousands of Flex components that you can use to assemble your app.

血之狂魔 2024-08-24 05:58:30

如上所述,这取决于情况。

但还需要考虑其他一些因素:您打算使用它的环境是什么?是为了个人发展吗?如果是这样,您可能需要考虑免费/低成本的开发选项。是给公司用的吗?在这种情况下,您(或其他人)可能会关心可支持性、公司技能组合、环境等。

我怀疑你不会得到这个问题的答案。也许需要更好地了解您想要什么?

即便如此,它也可能归结为个人喜好。 Stackoverflow 非常面向 jQuery(明显比任何其他 JavaScript 框架更面向),因此预计会有偏见。

As intimated above, it depends.

Some other factors to consider though: What is the environment within which you intend to use it? Is it for personal development? If so you may want to look at free/low cost development options. Is it for a company? In which case you (or others) may be concerned with supportability, corporate skills-mix, environments, etc,etc.

I suspect you'll not get an answer to the question as it stands. Maybe a better idea of what you are wanting is needed?

An even then, it'll probably boil down to personal preference. Stackoverflow is very jQuery oriented (significantly more so than any other JavaScript framework), so expect bias towards this.

深陷 2024-08-24 05:58:30

jQuery!通过动画和 AJAX 使网站变得栩栩如生,主题滚轮允许您对其进行换肤以适合您的网站!

我们在工作中使用 jQuery,而当涉及到 js 包装器时,我们只使用 jQuery。主要是因为它是跨平台的。

jQuery! Brings a website to life with animations and AJAX, and the themeroller allows you to skin it to suite your site!

We use jQuery at work and nothing else when it comes to js wrappers.. mainly because it's cross-platform.

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