开发者

@EJB annotation

开发者 https://www.devze.com 2023-03-09 02:53 出处:网络
@EJB SomeEJBLocal audit ; I am wondering if this Annotati开发者_运维百科on @EJB works on all App Servers ?(Assuming that the App Servers do Implement J2EE spec)
@EJB SomeEJBLocal audit ;

I am wondering if this Annotati开发者_运维百科on @EJB works on all App Servers ? (Assuming that the App Servers do Implement J2EE spec) or does it work only on GlassFish AppServer ?


@EJB is part of the JavaEE 5 spec. Any JavaEE-5-compliant application server will support it, no exceptions.

0

精彩评论

暂无评论...
验证码 换一张
取 消