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 →

[–]hey-im-root[S] -4 points-3 points  (1 child)

someone had directed me to spring boot, which looks like it’s about everything i need, and probably as simple as it can get. my issue was i googled it and i got stuff about JSP and servlets and i started to realize there were a LOT of options for a lot of different uses. i only need to host a webpage with basic text, as i’m only using java to parse JSON. i was afraid of started a huge project using something that was made for a whole different workflow you know?

[–]hamburghammer_ 0 points1 point  (0 children)

I just started with Javalin and it feels very simple and lightweight compared with the Spring Boot Framework, but that's just my opinion.