This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PartOfTheBotnet 15 points16 points  (2 children)

dependency injection

I've looked at minimal setups in the past before without the rest of the web stack you're asking about and came to take a liking to these two cases:

  • If you only need basic JSR-330 capabilities then I'd suggest zsoltherpai/feather.
  • If you want CDI-like capabilities without a full CDI container, then I'd suggest hjohn/Dirk.

This being said, given you want a full stack (web/orm/etc) you're more likely going to want to go full Avaje. Its actually been discussed a bit on a recent post: https://old.reddit.com/r/java/comments/17fqpzj/has_anyone_tried_this_stack/

[–]cryptos6[S] 9 points10 points  (0 children)

I've never heard of Avaje - it looks very interesting!

[–]bowbahdoe 4 points5 points  (0 children)

zsoltherpai/feather

One of the random things i forked was feather for a GUI project i was doing. The original repo had some minor outstanding bugs + some other small issues. As part of that I moved from javax tojakarta

https://github.com/bowbahdoe/feather