JSR 330: Dependency Injection for Java

learn more… | top users | synonyms

0
votes
0answers
43 views

How to use jsr 330 annotation in an “IoC container” independent manner?

Pardon my language if question is not clear. I want to use JSR 330 annotations. And I want to be able switch my DI provider. At present my application has to to know at some point that it has to use ...
0
votes
2answers
45 views

Error injecting a map using spring/JSR-330

I have 2 maven projects, a web-app, and a 'service' project. I am using spring to wire everything together. I would like to create a map in my application-context.xml, and have that injected into my ...
1
vote
3answers
542 views

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. Our beans and services are all declared with @Named ...
2
votes
1answer
139 views

JSR-330 support in Picocontainer : @Inject … @Named("xxx)

We have found code like private String string = "Not injected."; @Inject public void setString(@Named("s") String s) { this.string = s; } (utilitzing JSR-330 annotations) to be very useful to ...
0
votes
1answer
172 views

How to remove NullPointerException from JSR 330 Spring application

I am implementing Spring+JSF application following the guidlines of http://www.mkyong.com/jsf2/jsf-2-0-spring-integration-example/ but I am using the latest Spring version (i.e. 3.x, it already ...
0
votes
1answer
100 views

how to inject Test-Implementation during tests, Production-Implementation in the production mode - Spring, JSR-330

Lets assume that I have sequencer and the following Beans. Sequencer is responsible for taking the next value from a database sequence. OracleSequencer is used in the production mode, TestSequencer ...
1
vote
1answer
299 views

JSR Bean Validation and multiple groups, AND vs OR

Has anyone come across the need to have a constraint that is only applied when all group clauses are satisfied. In other words, for @NotNull(groups= {Group1.class, Group2.class}) private Integer ...
5
votes
1answer
475 views

Java: How to check if a method is overridden, using reflection

I need to do some processing to determine the dependencies of JSR-330 annotated classes, using reflection. I am fully aware of all JSR-330 compliant IoC containers, like Spring, Guice or ...
1
vote
1answer
241 views

How to tell JSF 2.0 in Glassfish to instantiate an CDI @Alternative to a <managed-bean>?

We have a JSF 2.0 application running under Glassfish 3.1.1 which has been moved forward from JSF 1. This mean that I have a faces-config.xml saying <managed-bean> ...
3
votes
1answer
358 views

Is there a JSR-330 equivalent of Spring's @Value annotation?

I'm trying to use JSR-330 annotations with Spring 3. Is there a JSR-330 equivalent of Spring's @Value annotation for inserting property values? e.g. can I use @Provider in a way that will instruct ...
0
votes
1answer
333 views

@Inject from javax.inject is not part of Java SE? [closed]

I came across a post referring @Inject annotation. It seems its a part of Java EE and not Java SE. I think that DI is very useful technique a should be available in Java SE as well. The JCP page for ...
1
vote
1answer
659 views

javax.inject.Qualifier Spring JavaConfig

I have the following code The 2 javax.Inject Qualifiers @Qualifier @Target(value={ElementType.FIELD,ElementType.TYPE,ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) public @interface ...
4
votes
1answer
405 views

Guice and JSR-330

JSR-330 specifies certain naming conventions in terms of packages, for example: javax.inject.Inject javax.inject.Scope Guice is the Reference Implementation of JSR-330. However, when using it, you ...
0
votes
1answer
145 views

When should I use binding annotations vs more-specific interfaces?

Question What criteria should be used when deciding between: specifying a dependency with an annotation, and specifying a dependency with a more specific interface Example Suppose I have: ...
0
votes
2answers
246 views

Is there a javax.inject.* equivalent to @Assisted

We're looking at using the JSR-330 javax.inject.* annotations instead of the com.google.inject.* equivalents. It looks like the JSR-330 standard does not include several features that I've come to ...
4
votes
1answer
1k views

Is it possible to replace Spring @Scope(“request”) with JSR-330 @Scope variant?

Or, can I bound a custom implementation of org.springframework.beans.factory.config.Scope interface with a specific @Scope-annotated annotation? For example, I have customized a new scope type: ...
4
votes
1answer
517 views

A question about qualifier in Spring DI

Normally, a qualified component will be injected to annotated fields with the same qualifier: @Component class Apple1 implements IApple {} @Component @Black class Apple2 implements IApple {} ...
3
votes
1answer
893 views

Does spring-context support JSR-330 Qualifier on bean instances?

Spring has its own Qualifier annotation, I think it's equivalent to the javax.inject.Named annotation, which in turn is a concrete qualifier in JSR-330. So, I'm wondering which version of Spring, if ...
14
votes
2answers
1k views

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 - which has prompted us to start migrating internally to JSR-330 in an ...
4
votes
2answers
2k views

Any online tutorial links for JSR 330: Dependency Injection for Java? [closed]

I am looking for some tutorials on JSR 330: Dependency Injection for Java. Google search didn't provide much information. Please point me to tutorials other than the spec/javadoc.
6
votes
1answer
4k views

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 with the first deliverable based on Guice 2 SVN. Now we need to ...
2
votes
1answer
450 views

Embedded web container supporting JSR-330 injection directly?

We have decided that all our modular code should use JSR-330 dependency injection and we have used Guice 2.1SVN or Java EE 6 CDI to do the actual injection in several projects and has worked very ...
9
votes
6answers
2k views

How to inject String constants easily with Weld?

We have a situation where we provide an external configuration in form of a Map to our running programs. I have found that JSR-330 Dependency Injection gives a much cleaner way to use that ...
2
votes
1answer
132 views

fail for null arguments with @Inject

I've started using Spring 3 Java Config with the JSR-330 @Inject annotations. Unlike the Spring @Autowire, Spring does not fail at startup if the @Inject parameters are null. Is there a way to do this ...
2
votes
3answers
637 views

JSR-330 support in Guice

The SVN version of Guice supports JSR-330 annotations ("JSR-330 Integration - This documents an experimental, unreleased feature available in Guice SVN only"). Google gives the advise: "For now, stick ...
40
votes
8answers
15k views

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 appears both teams reached an impasse. The crux of the issue is that JAX-RS ...
4
votes
2answers
2k views

JSR 330 and Guice interoperability

Does anybody have experience with JSR 330 vs Guice? From what I gather Guice is not an implementation of JSR 330 but if it is anything like Hibernate and JPA the implementation supports a bunch of ...