弹性+火焰+远程处理
我最近开始从事一个项目,该项目要求我具备 Flex 和 BlazeDS 以及 AMF 等远程技术的专业知识...我一直是一名 java 程序员,但我对 Flex 和 java 如何协同工作没有任何了解。 我尝试在我的机器@home 上设置带有 blazeDS 交钥匙工程和示例项目的项目。但无法开始。我使用的是 eclipse indigo + Flex 3 SDK。它们不兼容。
我不确定如何让事情顺利进行。
如果有好的教程,请告诉我。/我可以参考的任何材料来熟悉 Flex。
谢谢。
I recently started working on a project which requires me to have an expertise with Flex and BlazeDS with remoting technologies like AMF...I have been a java programmer all this while and I do not have any understanding of how Flex and java work together.
I have tried setting up project on my machine @ home w blazeDS turnkey and a sample project . but could not get started. I was using eclipse indigo + Flex 3 SDK.they are not compatible.
I am not sure on how to make things work.
Please let me know if there are good tutorials./ any material I could refer to get acquainted w flex.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有提供大量建议,我已经使用 Java 完成了一些 Flex,但没有使用 BlazeDS,我只是在 Java 端创建了 Web 服务并将它们绑定到 Flex 客户端。这可能不是最有效的做事方式,但如果您有选择,您可能会考虑将其作为 Blaze 的替代方案。
有关 Flex/Java 的一般信息,James Ward 非常值得关注,这里是他的博客:
http: //www.jamesward.com/flex-and-java-resources
O' Reilly 的书“Enterprise Development with Flex”可能涵盖了您所需要的内容,但我还没有读过这本书,所以我不能推荐它方式或其他。
关于 eclipse Indigo 与 Flex,如果您在使用此组合时遇到问题,那么也许只需忘记 eclipse 插件并下载 Flashbuilder 作为独立应用程序即可。这意味着您将安装两个 eclipse 副本(您从 Adobe 获得的副本,其中预集成了 Flex 插件,以及您自己安装的用于非 Flex 开发的 eclipse)。这有点浪费,但可能比试图找出 Flex 和 Indigo 之间问题的根源更有效。
I don't have a huge amount of advice to offer, I've done some flex with Java but not BlazeDS, I just created web services on the Java side and bound them to the Flex client. This is probably not the most efficient way to do things but you might consider it as it alternative to Blaze if you have the choice.
For general information on Flex/Java, James Ward is well worth following, here's his blog:
http://www.jamesward.com/flex-and-java-resources
The O' Reilly book "Enterprise Development with Flex" might cover what you need but I haven't read this so I can't recommend it one way or the other.
Regarding eclipse Indigo with Flex, if you're having problems with this combination then maybe just forget about the eclipse plugin and download Flashbuilder as a standalone application. This means that you'll have two copies of eclipse installed (the one you got from Adobe with the Flex plugin pre-integrated and your own eclipse install for non Flex development). It's a bit wasteful but probably more efficient than trying to pin down the source of the problems between Flex and Indigo.