gpt4 book ai didi

annotations - 使用@Remote(interface.class)

转载 作者:行者123 更新时间:2023-12-04 12:49:40 24 4
gpt4 key购买 nike

ejb 中@Remote(interface.class) 的使用有什么影响吗?

换句话说。这有什么区别:

@Remote(MyRemoteInterface.class)
@Stateless
public class MyBean implements MyRemoteInterface {

和这个:
@Stateless
public class MyBean implements MyRemoteInterface {

当界面如下所示:
@Remote
public interface MyRemoteInterface {

当通过远程接口(interface)使用 bean 时,这两种解决方案都可以在 JBoss 6.4 上正常工作。

最佳答案

没有区别,只是编写方式不同,请参阅 EJB 3.1 规范的 2.1.2:

The interface can be annotated on with @Local or @Remote on the interface class, or annotated with @Local (.class) or @Remote (.class) on the bean class

关于annotations - 使用@Remote(interface.class),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32226563/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com