Adobe Flex 与 Java 通信的最佳方式是什么?

发布于 2024-07-14 08:50:26 字数 327 浏览 7 评论 0原文

我目前正在为学校开发一个项目,该项目将是一个网络应用程序,其中 GUI 将在 Adob​​e Flex 中编程,后端将用 java 编程,可能作为在 Tomcat 中运行的 servlet...

我主要从事后端工作,和我团队中的另一个人一起负责 Flex 的工作。

他坚信,要与 Java 代码进行通信,他需要克服各种困难。 我的印象是您可能只需查询 servlet 并将响应呈现到应用程序中?

我还没有真正找到任何关于 Flex 的好的文档(也没那么努力),我只是想知道这是否像他所描述的那样令人畏惧。

任何资源/评论将不胜感激。

谢谢!

I am currently working on a project for school which will be a webapp where the gui will be programmed in Adobe Flex and the backend will be programmed in java, probably as servlets running in Tomcat...

I am working primarily on the backend things, with another guy in my group heading up the Flex stuff.

He is convinced that to communicate with the Java code he'll need to jump through all sorts of hoops. I was under the impression that you could probably just query the servlet and render the response into the application?

I haven't really been able to find any good documentation on Flex (Haven't look that hard either), I just wondered if this is as daunting as he is making it out to be.

Any resources / comments would be greatly appreciated.

Thanks!

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

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

发布评论

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

评论(4

妄司 2024-07-21 08:50:26

Blaze 数据服务是最佳选择。 您在 web.xml 中注册一个“MessageBroker”servlet,它充当其他服务的前端控制器。

http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/< /a>

http://livedocs.adobe.com/blazeds/1/blazeds_devguide/

http://livedocs.adobe.com/blazeds/1/javadoc/

Blaze Data Services is the way to go. You register a "MessageBroker" servlet in web.xml which acts as a front controller to your other services.

http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/

http://livedocs.adobe.com/blazeds/1/blazeds_devguide/

http://livedocs.adobe.com/blazeds/1/javadoc/

生来就爱笑 2024-07-21 08:50:26

正如cliff.meyers 所说,BlazeDS 绝对是您想要的 Java 后端。 它与 Flex 集成得非常好。

就 Flex 文档而言,Adobe 有大量免费在线视频教程官方 Flex 语言参考也会很有帮助。

As cliff.meyers stated, BlazeDS is definitely what you want for a Java backend. It integrates very nicely with Flex.

As far as Flex documentation goes, Adobe has a ton of free video tutorials online, and the official Flex language reference will be helpful, too.

悲喜皆因你 2024-07-21 08:50:26

还有一个交钥匙发行版,其中包含示例 war 文件,您可以将其部署到 Web 服务器以了解 Blaze 的一些功能。

There is also a turn key distro that contain a samples war file that you can deploy to a web server to get a feel for some of Blaze's capabilities.

最近可好 2024-07-21 08:50:26

您可以使用 Red5,它是 Adob​​e FMS 的 100% Java 替代品。

You can use Red5, a 100% Java alternative to Adobe's FMS.

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