讓我們想象一下我想要一個not.my.Clock通過我的應用程序: public final class Clock {
... // business
}
我可以寫: @Singleton
public class ClockProvider implements Supplier<Clock> {
private Clock clock;
@PostCon
我有以下REST端點: @Stateless
@Path("test")
public class TestResource {
@POST
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
public TestDTO test(TestDTO dt
首先,有相關崗位: GlassFish Server update center installation times out Java EE 7 updatetool installation fails 我從這裏得到了我的Java EE 7 SDK(更新3):http://www.oracle.com/technetwork/java/javaee/downloads/index.html 我