Y
Hacker News
new
|
ask
|
show
|
jobs
by
imtringued
325 days ago
Spring and Quarkus are not Java EE.
2 comments
Xenoamorphous
325 days ago
Probably OP meant that they are ubiquitous in Enterprise settings, no that they're part of "EE Java".
link
mqus
325 days ago
Yeah, they are "jakarta EE" now. Or what do you mean?
link
fiddlerwoaroof
325 days ago
Spring has some compatibility shims for EE but my understanding is it’s always been its own thing and was originally formed in reaction to EE
link
ivan_gammel
325 days ago
Spring is not „jackarta EE“, it’s compatible with some of EE specs (a good thing), but otherwise it’s just a different framework.
link
antonvs
325 days ago
Spring is neither Java EE or Jakarta EE. It can integrate with those frameworks, but it's a completely independent system.
link