flex 3 和访问远程 java 对象

发布于 2024-07-10 19:40:00 字数 254 浏览 2 评论 0原文

我刚刚开始学习 Flex,我想了解 Flex 如何进行远程处理? 据我所知,Flex 提供了一个 LifeCycle 数据服务战争,它位于您的服务器上并拦截您的远程调用,这接近吗?

我担心,如果我使用此选项,1. 我将不得不向我的服务器添加额外的战争 - 生命周期数据服务战争,2. 我将必须为我在每个 cpu 上使用的每个实例支付许可证费用。

是否有一个更简单的[免费]选项,我可以用它来从我的 flex mxml 中调用我的远程 java 对象?

im just starting to learn flex and im trying to understand how Flex does remoting? From what i have read it looks like Flex provides a LifeCycle data services war which sits on your server and intercepts your remote calls , is this close?

Im concerned that if i use this option that 1. Ill have to add an extra war to my server - the lifecycle data service war and 2. That i will have to pay for a license for each instance i use on each cpu.

Is there an easier [free] option out there which i can use to call my remote java objects from within my flex mxml?

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

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

发布评论

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

评论(2

梦情居士 2024-07-17 19:40:00

Blaze DS 基于与 LiveCycle Data Services 相同的 API/代码库,并且完全免费且开源:

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

还有许多其他可用选项,包括:

  • Granite DS
  • WebOrb
  • FluorineFX(适用于 .NET)

还有以下解决方案PHP、Python 和 Ruby,虽然我现在记不起它们的名字了。

Blaze DS is based off the same APIs / code base as LiveCycle Data Services and is completely free and open source:

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

There are a number of other options available including:

  • Granite DS
  • WebOrb
  • FluorineFX (for .NET)

There are also solutions for PHP, Python and Ruby, although I can't recall their names right now.

风吹过旳痕迹 2024-07-17 19:40:00

最简单的选择是从服务器发送 xml 并在 Flex 中使用它。
但是,如果您想使用 java 对象,您可以选择 BlazeD。 它将要求您放置额外的 jar 文件(不存在任何问题)此外还有其他选项可用 WebOrb for java nr meraapi

Easiest option is to send xml from the server and to use it in Flex.
However if you want to use java Objects you can go for BlazeDs. It would require you to put an extra jar files (an no incensing) Also there are other options available as WebOrb for java nr meraapi.

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