我正在测试Java SE中的webservices,我发现@Resource确实有效,只是在Container中才是真的吗?还是与CDI?为什么它也适用于SE!?
@WebService
public class Teams {
@Resource
private WebServiceContext context;
}
我使用Endpoint.publish("http://localhost:9876/teams", new Teams());
答案 0 :(得分:0)
不正确。 Container将在任何EJB组件上注入资源实例。
http://docs.oracle.com/javaee/5/api/javax/annotation/Resource.html