Re: Replace @Inject

2025-02-06 Thread Greg Huber
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

Re: Replace @Inject

2025-02-05 Thread Lukasz Lenart
ś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

Re: Replace @Inject

2025-02-05 Thread Greg Huber
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