![]() |
![]() |
Use this method if you want to use dependency injection to separate the creation of new instances of Java types from the use of those Java types in the code. Dependency injection allows for more easily testable code, while also improving the ability to manage applications.
Use this method if you want to use lifecycle scopes to better manage your application code. Lifecycle scopes only apply to managed beans.
Use this method if you want to write decorators and interceptors for your JAX-RS resource types.
![]() |
![]() |