WebBeans (JSR-299) Binding Navigation in IntelliJ IDEA 9 (Maia)
March 10th, 2009 by serega.vasilievIntelliJ IDEA 9 will bring you the full support for WebBeans (JSR-299). The work is already in progress and some useful features will be available in the upcoming EAP releases.
One of them is field injection analysis with navigation to injected WebBeans. Have a look at the example to see how it works.
Here’s where we are:

And this where we jump:


March 10th, 2009 at 10:28 am
This is fantastic!
When will an EAP be available?
March 11th, 2009 at 3:50 am
First IntelliJ IDEA 9 EAP is going public in Q2, 2009.
March 31st, 2009 at 6:28 pm
is this support also available for guice? maybe you will instantiate the guice injector in “tool” stage
January 23rd, 2010 at 3:52 am
Great! But this doesn’t work when I try to inject WebBean from another bean archive via @Produces facility. I get “unsatisfied dependency” warnings at the injection point and at the producer method declaration. But this feature works perfectly inside one bean archive.
January 26th, 2010 at 6:54 am
Hi Elik,
I’ve created an issue (http://youtrack.jetbrains.net/issue/IDEA-51786)
And fixed it :))
Please, try 9.0.2 eap builds (it is planned to be released this weak).
Serega