Skip to main content

Home/ CDI Extensions/ Group items tagged inject

Rss Feed Group items tagged

Adam Warski

Assisted Inject - 4 views

  •  
    Implementation of Assisted Inject, similar to the one in Guice: http://code.google.com/p/google-guice/wiki/AssistedInject
Pete Muir

Injectable Properties - 3 views

  •  
    Gavin's blog shows how to provide injection of values from properties files
Dan Allen

Typesafe injection of dynamic OSGi services in hybrid Java EE applications - 1 views

  •  
    Siva introduces how a GlassFish 3.1 CDI Portable Extension (part of the default GlassFish distro) offers a type-safe @Inject'ion of OSGi dynamic services without having to manually look-up or bind to it. The @OSGiService CDI qualifier offered here supports a number of attributes for dynamic binding, OSGi discovery criteria, and binding timeout.
Pete Muir

Seam 3 - Servlet Module - 1 views

  •  
    Provide utilities and functionality to complement the Servlet API such as injection of request, response and session objects.
Pete Muir

Seam 3 - JMS Module - 0 views

  •  
    Seam extends the CDI programming model into the messaging world by allowing you to inject JMS resources into your beans. Further, Seam bridges the CDI event bus over JMS; this gives you the benefits of CDI-style type-safety for inter-application communication.
Pete Muir

Seam 3 - Faces Module - 1 views

  •  
    Focused on enhancements for the Java Server Faces (JSF) web framework, extended integration between JSF and CDI, and integration between JSF and other Seam 3 modules. Included in this module is the ability to interoperate with Seam's i18n support, debugging output for JSF, context implementations for JSF's flash scope (@FlashScoped) and view scope (@ViewScoped), @Inject into JSF system event listeners, converters and validators, support for nested conversations, view metadata components such as viewAction and restrictView, etc.
Adam Warski

Object Services, or bridging anemic and rich models, in CDI/Weld - 1 views

  •  
    An extension which allows you to "add" methods to a hierarchy of classes and invoke them in a polymorphic way. The classes containing the new methods can leverage CDI injection etc.
Gunnar Morling

A portable extension for JSR 223 scripting engines - 3 views

  •  
    A portable extension providing some qualifier annotations which allow to retrieve JSR 223 ("Scripting for the JavaTM Platform") script engines via dependency injection.
Dirk Mahler

TestBeans - 0 views

  •  
    TestBeans aims to integrate JUnit 4.9 and later with Contexts and Dependency Injection (JSR-299) using the reference implementation JBoss Weld or Apache OpenWebBeans. It provides three new annotations which allow binding beans (e.g. resources) to test-related contexts: @SuiteScoped, @ClassScoped and @MethodScoped. This allows you testing your bean archives in Java SE environments.
1 - 9 of 9
Showing 20 items per page