Adobe Flex 到 erlang 连接?
有人让 Adobe Flex 和 erlang 相互连接吗? 很多人在各种博客上讨论这个问题,但我还没有看到可行的解决方案。
Flex 和 erlang 将形成真正的最佳组合。
谢谢。
院长
Has anyone gotten Adobe Flex and erlang to connect to each other? A number of people talk about this on various blogs, but I haven't seen a working solution yet.
Flex and erlang would form a real best-of-breed combination.
Thanks.
Dean
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我还没有,但我考虑过一些潜在的选择:
I haven't but I have thought about a few potential options:
我不知道答案,它可能会滚动您自己的 AMF 传输或使用 http/rest 类型 API,但 Ted Patrick 的这篇博客文章可能会为您提供一个起点:
http://www.onflex.org/ted/2008/01/why-erlang.php
I don't know the answer, it is probably going to be rolling your own AMF transport or using http/rest type API's, but this blog post from Ted Patrick may give you a place to start:
http://www.onflex.org/ted/2008/01/why-erlang.php
我已经在 github 上发布了带有 Flex 远程处理模块和示例的 erlang-http 服务器。
然后将浏览器指向 http://localhost:8080
I have posted my erlang-http server with flex remoting module and examples on github.
Then point your browser to http://localhost:8080
Flex 前端和 RESTful 后端运行良好 - 使用套接字来运行远程处理。
可以在此处找到套接字示例。
Flex front-end and RESTful back-end works well - with a socket to run your remoting.
The socket example can be found here.
我认为 Vimagi 结合了 Flash/Flex? 与二郎。
I think Vimagi combines Flash/Flex? with Erlang.