如何将 Flex UI 连接到 Unix 后端服务器?
我正在开发一个具有以下基本需求的项目:
- 需要从 Java/Jsp 中的另一个 Web 应用程序在新选项卡中调用 Flex Web 应用程序
- 此 Flex UI 必须连接到 unix 后端,以在 UI 上显示后端操作
- unix 后端服务器有 telnet 操作和 SSO
这可能吗?如何?
获得 Java Api 的任何进一步帮助
将其用作 Adobe Air 将需要使用服务器仪式...我想在没有任何额外服务器的情况下完成它。只有 UI 和后端 Unix 服务器。
Im working on a project with the following basic needs:
- Need to invoke a Flex Webapp in a new Tab from another Webapp in Java/Jsp
- This Flex UI must be connected to a unix backend to show the backend operations on the UI
- The unix backend server has telnet operations and SSO
Is this possible? how?
Any further help on getting that Java Api
Using it as Adobe Air will require use of a server rite... I wanna do it without any extra server. Just the UI and the backend Unix server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要某种 Flex 可以通过网络调用的中间件解决方案(基于 Java 的 api)。或者使用 Flex 作为本地应用程序 (Adobe Air),它可以运行更多操作系统特定的命令
You'll need some kind of middleware solution (java based api) that flex can call over the web. Either that or use Flex as a local application (Adobe Air) which can run more OS specific commands