Bluemix 和 Java Server Faces
Bluemix and Java Server Faces
我想知道是否有人在 Bluemix 中获得了 java 自由配置文件以使用 Java Server Faces。我一直有点怀疑,因为有人应该在 Cloud Foundry 应用程序中编写无状态代码。但后来我注意到会话缓存服务,也许这会有所帮助,因为从描述来看它似乎能够保持会话。
有人试过吗?
此致
W
Bluemix 通过 Liberty 运行时支持 JSF 2.0 和 2.2:https://www.ng.bluemix.net/docs/starters/liberty/index.html#libertyfeatures
我已经使用它没有任何问题。
同时,如果你想持久化 HTTP Session,你可以使用 Session Cache 服务:https://www.ng.bluemix.net/docs/services/SessionCache/index.html
或其他持久性系统,如 Redis(也可在 Bluemix 目录中获得)。
我想知道是否有人在 Bluemix 中获得了 java 自由配置文件以使用 Java Server Faces。我一直有点怀疑,因为有人应该在 Cloud Foundry 应用程序中编写无状态代码。但后来我注意到会话缓存服务,也许这会有所帮助,因为从描述来看它似乎能够保持会话。 有人试过吗?
此致
W
Bluemix 通过 Liberty 运行时支持 JSF 2.0 和 2.2:https://www.ng.bluemix.net/docs/starters/liberty/index.html#libertyfeatures 我已经使用它没有任何问题。
同时,如果你想持久化 HTTP Session,你可以使用 Session Cache 服务:https://www.ng.bluemix.net/docs/services/SessionCache/index.html 或其他持久性系统,如 Redis(也可在 Bluemix 目录中获得)。