A safer bet maybe one of the JSR 330 complaint offerings, albeit more
complex like the Guice.
On 05/02/2025 11:13, Lukasz Lenart wrote:
śr., 5 lut 2025 o 10:13 Greg Huber napisał(a):
Struts has its own DI using @Inject annotation
This could be a bonus as it not "another" dependency on the fr
śr., 5 lut 2025 o 10:13 Greg Huber napisał(a):
> > Struts has its own DI using @Inject annotation
>
> This could be a bonus as it not "another" dependency on the framework.
>
> Over time, the fewer dependencies the better.
That's true, but the existing @Inject conflicts with JavaEE @Inject,
also
Struts has its own DI using @Inject annotation
This could be a bonus as it not "another" dependency on the framework.
Over time, the fewer dependencies the better.
On 05/02/2025 08:59, Lukasz Lenart wrote:
Hi,
Struts has its own DI using @Inject annotation (it isn't related to
Java one) and