Top "Jsr330" questions

JSR 330: Dependency Injection for Java

Practical advice on using Jersey and Guice for RESTful service

From what I can find online, the state of the art for Guice + Jersey integration has stagnated since 2008 when it …

java guice jersey jax-rs jsr330
@Named annotation in Spring MVC

Per Spring 3 document, The IoC container, the @Named annotation is a standard equivalent to the @Component annotation. Since @Repository, @Service, …

java spring-mvc annotations jsr330
Dependency injection with Spring (JSR 330 annotations) in WebSphere 7 is not working

I have an enterprise application built with Java 6, Spring Framework 3.1.2 and Mule-ESB 3.3.0, among other libraries not related to this question. …

spring dependency-injection websphere code-injection jsr330
How do I configure JSR-330 @Provider and @Inject @Named("foo") String **programmatically** in Spring?

We have decided to use Dependency Injection with JSR-330 annotations for our future modularization efforts, and have been very pleased …

java spring jsr330
What are the best debugging tricks with Weld/CDI?

One of the beauties with Java EE 6 is the new dependency injection framework - CDI with the Weld reference implementation …

java java-ee-6 cdi jboss-weld jsr330