红联Linux门户
Linux帮助

JBoss EAP 6.1.0发布,企业应用平台

发布时间:2013-05-22 21:20:53来源:红联作者:empast
全新版本 JBoss EAP 6.1 发布了,包含大量的 bug 修复和新特性:

JBoss Web 的全局值
JBoss Enterprise Application Platform 5 offered the capability to configure a global valve for the web container. In 6.0 it was only possible to configure a valve on a single application basis. For JBoss Enterprise Application Platform 6.1 the global valve capability has been restored.
改进 EJB 客户端的初始化上下文选项
JBoss Enterprise Application Platform 6.1 provides a method to configure an InitialContext with a Map and create an EjbClientContext scoped to this particular InitialContext. The method also enables this configuration without dependencies on JBoss specific classes.
传递附加信息给授权模块
In JBoss Enterprise Application Platform 6.0 it was not possible to pass additional information to the authorization module, as Java EE Interceptors were not called until after the container interceptors, including the login module, were called. JBoss Enterprise Application Platform 6.1 has added the capability to inject Java EE Interceptors into the container interceptor chain.
安全上下文传播和用户切换
JBoss Enterprise Application Platform 6.1 is providing Quickstarts to demonstrate to following capabilities:
ejb-security-interceptors - Demonstrates how interceptors can be used to switch the identity for EJB calls on a call by call basis.
ejb-security-interceptors - Demonstrates how Interceptors can now be injected into the server's interceptor chain to propagate security contexts from one EJB to another, and switch users of an EJB.
增强系统属性替代
JBoss Enterprise Application Platform 6.0.0 included property substitution as a capability of the attributes of the configuration, but the number of properties that were supported was limited. For JBoss Enterprise Application Platform 6.1 the number of attributes enabled for substitution has increased.
Hibernate 确定性列名
In earlier versions Hibernate was not using a deterministic algorithm to generate column aliases, limiting the benefit derived from the database cache. Aliases are now consistently named.

完整的描述请看 https://docs.jboss.org/author/display/AS72/Container+interceptors

来自:开源中国社区
文章评论

共有 0 条评论