Flash 远程处理和 Java
我想在由 Java 服务器支持的 Flash 应用程序中使用 Flash Remoting。我对将 Flash Remoting 与 Java 结合使用的选项很感兴趣。我了解 BlazeDS 但它似乎完全适合 Flex,而不是闪存(AS3)。我想像以前一样进行简单的 AMF 调用。
如果可以的话,我可以使用 BlazeDS,如果可以,任何人都可以给我指点一个好的教程。否则,还有其他好的解决方案吗?
I want to use Flash Remoting in my Flash app that is backed by a Java server. I'm interested in what my options are for using Flash Remoting with Java. I know about BlazeDS but it seems to be fully geared towards Flex, not Flash (AS3). I'd like to make simple AMF calls, as like in the old days.
If I can I use BlazeDS for this and if yes, can anyone point me to a good tutorial. Otherwise, are there any other good solutions available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
卢克,
您可以尝试从 James Ward 的这篇文章开始 http://www.infoq.com/articles/blazeds -intro 让您自己介绍所涉及的技术。
另外,我想考虑 ClearToolkit 框架( http://cleartoolkit.com/dokuwiki/doku.php)。该工具允许您在几分钟内创建原始的 Java+Flex 应用程序(dao、dto、configs)(教程 - 研讨会 http://www.cleartoolkit.com/documents/CDBGettingStartedWorkshop.pdf)。它是无障碍的,可以节省在管道 Flex 前端和 java+blazeDS 后端的时间。
此外,还有一个名为 GraniteDS 的 Flex 远程处理替代解决方案 ( http://www .graniteds.org/confluence/pages/viewpage.action?pageId=229378)
Luke,
You can try start with this article by James Ward http://www.infoq.com/articles/blazeds-intro to make yourself intro what technologies are involved.
Also, I would like to consider ClearToolkit framework ( http://cleartoolkit.com/dokuwiki/doku.php ). This tool allow you to create crud Java+Flex applications (dao, dto, configs) in few minutes ( tutorial - workshop http://www.cleartoolkit.com/documents/CDBGettingStartedWorkshop.pdf ). It's unobstructive and can save the time in plumbing flex frontend and java+blazeDS backend.
Also, there is alternative solution for Flex remoting called GraniteDS ( http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378 )
如果这是 Flex 或纯 AS3,在服务器端应该没有区别。在后者使用 Netconnection 类中,您可以找到 amfphp 的示例
除了 BlaseDs 之外还有 openamf
There should not be difference on server side if this is flex or pure AS3. In the latter use Netconnection class you find examples with amfphp
Beside BlaseDs there is openamf