|
|
1
1
是的,恐怕处理一切都不一样! 您应该只使用BLAZEDS来(或)将您的Java对象连接到AMF。Once that's done, hand off to something else to do your business logic. This means you can add different entry points just by providing the API for your business logic. 从身份验证/登录类型的资料中,您应该使用 spring security 处理这个问题,而不是自己写。这将使这种类型的逻辑与您的业务逻辑和传输机制分离,并且无论您如何访问应用程序,都可以重用。 对于会话,这取决于存储的内容,但使用flexsession通常不是一个好计划。 |