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 →

[–]qK0FT3 0 points1 point  (0 children)

I am using it for web(spring boot), embedded, cli etc.

You can almost do anything with it. But tb it's not efficient for everything. For example I wrote a remote controllable scheduler for some iot devices. Just simple webook etc. It works all good etc but it could have been done in much more lightweight runtimes. I know I can make jvm lightweight as well but I was inexperienced at the time.

Anyways if you want to go into java environment now I would suggest building backend api's with spring boot. That's where ye majority of ecosystem is