I'm developing a J2EE project with NetBeans. When I created the project I didn't check the "Enable Contexts and Dependency Injection" option.
Is it possibile to change the option after the project creation? Where?
Thank you!
|
I'm developing a J2EE project with NetBeans. When I created the project I didn't check the "Enable Contexts and Dependency Injection" option. Is it possibile to change the option after the project creation? Where? Thank you!
| |||
|
feedback
|
|
Steps -
That's it. It creates the beans.xml file and it's enough to tell Java EE-compliant server that your project is a module containing CDI beans. I found this -
from here. | |||||
|
feedback
|