Re: Replace @Inject

Greg Huber <[email protected]> Wed, 5 Feb 2025 09:13:13 +0000
Newsgroups gmane.comp.jakarta.struts.devel
Message-ID <[email protected]>
> 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 I wonder my it's a good idea to replace it with some
> other DI, yet Guice is too heavy as for me and I found this tiny lib
>
> https://github.com/tomitribe/pixie
>
> The only problem is the missing licence, so right now it cannot be
> used by Struts.
>
>
> Cheers
> Ɓukasz
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>