ejb-jar.xml标签文档

huangapple go评论70阅读模式
英文:

ejb-jar.xml Tags Documentation

问题

我想给一个EJB添加一个拦截器类。
根据我的理解,我需要在ejb-jar.xml文件中添加一些标签,以拦截所有传入的请求。
是否有任何文档可以为我提供ejb-jar.xml文件中可添加的不同标签的完整列表?

英文:

I am looking to add an interceptor class to an EJB.
According to my understanding I need to add a few tags to my ejb-jar.xml file to intercept all incoming requests.
Is there any documentation out there that can give me a full list of different tags I can put in the ejb-jar.xml file?

答案1

得分: 0

Java EE: Java EE部署描述符的XML模式是权威资源,列出了多个Java EE版本的XML模式。

有关与Java EE 8一起使用的ejb-jar.xml的特定模式,请参阅ejb-jar_3_2.xsd

英文:

Java EE: XML Schemas for Java EE Deployment Descriptors is the canonical resource, which lists XML schema for multiple Java EE versions.

See ejb-jar_3_2.xsd for specific schema of ejb-jar.xml used with Java EE 8.

huangapple
  • 本文由 发表于 2020年9月3日 02:43:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/63711775.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定