Weld

Porting the ViewScoped JSF annotation to CDI;

この 記事は、CDI (Contexts and Dependency Injection)のportable extension SPIを使ってViewScopedというスコープを追加する方法を説明しています。CDI仕様では次の4種類のスコープを提供しています。 @RequestScoped @SessionScoped @ApplicationScoped @…

Porting the ViewScoped JSF annotation to CDI

この 記事は、CDI (Contexts and Dependency Injection)のportable extension SPIを使ってViewScopedというスコープを追加する方法を説明しています。CDI仕様では次の4種類のスコープを提供しています。 @RequestScoped @SessionScoped @ApplicationScoped @…

CDI/Weld Resources

CDI (JSR 299: Contexts and Dependency Injection for the Java EE platform) CDI 1.0 Spec http://jcp.org/en/jsr/detail?id=299CDI 1.0 Javadoc http://docs.jboss.org/cdi/api/1.0/index.htmlCDI 1.1 Wishlist http://www.seamframework.org/Weld/CDIWis…