我们可以将 Flex 3.0 用于 ASP 2.0

发布于 2024-08-03 05:32:50 字数 284 浏览 2 评论 0原文

我是一名 Java 开发人员,拥有经典 ASP 2.0 的知识和经验。

在我们的组织中,我们有一些大约 6 年前构建的经典 ASP 2.0 产品。 我们想要有新的功能和功能Flex 3.0(利用丰富的 UI)内置模块与现有经典 ASP 2.0 应用程序。这样我们就不会将整个现有产品重新设计到 Flex 中。

所以我的基本疑问是我们可以在 ASP 2.0 中使用 Flex 3.0,如果可以的话如何使用。我们需要什么插件才能使其工作,任何带有示例的文档都会有最大的帮助。

谢谢&问候, 赛·基什纳。

I am a Java developer with knowledge and experience in classic ASP 2.0.

In our organization we have couple of products in Classic ASP 2.0 built some 6 years ago.
We want to have new functions & modules built in Flex 3.0 (making use of rich UI) with in the existing classic ASP 2.0 Application. such that we dont reenginre the entire existing product into Flex.

SO my basic query is can we use Flex 3.0 in ASP 2.0, if so how. What plugins do we need to make it work, any document with example would be utmost help.

Thanks & Regards,
Sai Kirshna.

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

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

发布评论

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

评论(2

终止放荡 2024-08-10 05:32:50

您可以检查 Adob​​e: http://learn.adobe.com /wiki/display/Flex/Flex+and+ASP.NET

如果你将 ASP 视为服务器端,将 Flex 视为客户端,那么你只需要弄清楚 api 是什么即可。 Flex 有多种方法从服务器获取数据。我使用 HTTP 从服务器获取 JSON 数据。

如果您仍想使用 ASP 的客户端部分,那么您可能想使用 flashExternalInterface 来传递数据。这允许您在浏览器 JavaScript 和 Flash 对象之间来回传递数据。

您缺乏细节,因此您必须阅读一些内容,但我已经概述了两种可用的基本策略(从服务器获取数据,从客户端获取数据)。到目前为止不需要插件。


编辑:这里有一些额外的链接,看看它们是否有帮助:

Flexcontainer 项目 - “Bi-完全支持 ASP.NET 和 Flex 之间的定向消息传递”。我从来没有尝试过这个。它只是在搜索中出现的。

外部接口示例。这是你最好的选择。这就是我前面提到的Flex和浏览器之间的通信。我没有任何简单的代码示例供您参考。

You could check Adobe: http://learn.adobe.com/wiki/display/Flex/Flex+and+ASP.NET

If you treat ASP as the server-side and Flex as the client-side, then you just need to sort out what the api will be. Flex has a number of ways to get data from the server. I use HTTP to get JSON data from the server.

If you want to still use the client-pieces of ASP, then you probably want to pass data around using the flash ExternalInterface. This allows you to pass data back and forth between the browser JavaScript and the Flash Object.

You're short on details, so you'll have to do some reading, but I've outlined the two basic strategies available (fetch data from server, fetch data from client). No plugins necessary so far.


EDIT: Here's some additional links to see if they help:

Flexcontainer project -- "Bi-directional messaging between ASP.NET and Flex is fully supported". I never tried this. It just came up in a search.

ExternalInterface example. This is your best bet. This is the communication between Flex and the browser I mentioned earlier. I don't have any simple code examples for you.

慕巷 2024-08-10 05:32:50

我知道这并不能完全让您回到经典的 ASP 2.0,但是 WebOrb 的 .Net 风格可以用来将 Flex 连接到 .Net 后端,这可能会很有帮助。

http://www.themidnightcoders.com/products/weborb-for- .net/overview.html

I know this does not exactly get you back to classic ASP 2.0 but there is a .Net flavor of WebOrb which can be used to connect Flex to a .Net back-end might be helpful enough.

http://www.themidnightcoders.com/products/weborb-for-net/overview.html

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