如何启用 BlazeDS 的 RDS 支持?
我在我的应用程序中使用 BlazeDS 3。 BlazeDS 库的依赖项是从公共 Maven 存储库下载的。 但是,由于缺少一些库,我无法在服务器上启用 RDS 支持。 有谁知道这个类位于哪里: flex.rds.server.servlet.FrontEndServlet 在 Blazes 分布中?
I'm using BlazeDS 3 in my application. The dependencies for the BlazeDS libraries are downloaded from a public maven repository. However I can't enable the RDS support on the server because of some missing library. Does anyone know where this class is located:
flex.rds.server.servlet.FrontEndServlet
in the blazeds distribution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个错误,几个月前报告已修复...有关错误详细信息 - 检查 在这里。 当然,这是在夜间构建中,而不是在正式版本中。
您会注意到,在错误文本中,他们引用了 ChangeList Number-229457 中的修复。
This was a bug, reported fixed a couple of months ago ... For bug details - check here. Of course, this is in the nightly builds, not in the official release.
You'll notice in the bug text they refer to the fix being in ChangeList Number-229457.
您需要使用 blazeDS 4 来获得 RDS 支持。 您所指的班级
flex.rds.server.servlet.FrontEndServlet
存在于随 BlazeDS 4 一起提供的flex-rds-server.jar
中You need to use blazeDS 4 to get RDS support. The class that you are referring to
flex.rds.server.servlet.FrontEndServlet
is present inflex-rds-server.jar
which is provided along with BlazeDS 4