Hacker News new | ask | show | jobs
by jirkapinkas 2843 days ago
Unfortunately it will take several years until you will be able to modularize server Java application. Right now the ecosystem just isn’t ready.
1 comments

Nothing prevents you to deploy everything together.

We have done it multiple times.

How do you solve issue that in order to use jlink every dependency must have explicit module name? Also do you use Spring Boot with modules? (Last time I tried to make it work I failed miserably, but it was a long time ago ...).
I was mentioning just bundling JRE with the application.

As for Spring, I never used it in anger.

Our Java Web projects usually are built on top of JEE stacks or Jersey.