Is it possible to use CDI as dependendcy injection container for VRaptor framework?
Asked
Active
Viewed 339 times
2
-
what happened when you tried? – Mitch Wheat Feb 05 '13 at 13:59
-
you means using CDI as the container provider or using CDI injection as beans for the vraptor provider? – Guilherme Silveira Feb 05 '13 at 14:04
-
using CDI injection as beans for the vraptor provider i guess :P – Chico Sokol Feb 05 '13 at 14:06
2 Answers
4
Apparently not. But VRaptor 4 will support.
More info: http://www.slideshare.net/caelumdev/vraptor-cdiideias

Giovani Guizzo
- 527
- 3
- 13
0
Yes, now it's possible. You can use vraptor-plugin-cdi.

Frederico Maia
- 111
- 4
-
nice! but actually I was loooking for something more integrated with vraptor (this plugin allow to inject dependencies only in component factories). some people are trying to do achieve this full integration here: [link](https://github.com/asouza/vraptor) – Chico Sokol Apr 02 '13 at 14:21
-