Answer the question
In order to leave comments, you need to log in
Which server to choose for web application development on Spring?
I plan to start developing a Web application using SpringFramework , but first I would like to decide on the server that is currently the best.
From the normal ones, as I understand it , these are Glassfish , WildFly , Tomcat
.
Which of these or other servers is best to take for work?
Preferably with a large Russian-speaking community, also, if possible, give links to forums where Java EE / Spring programmers hang out)
Answer the question
In order to leave comments, you need to log in
There is no better.
Write in such a way that you can painlessly change the application server if necessary.
To begin with, understand whether you need a full-fledged application server (why?) or a servlet container is enough (most likely enough).
I would write under Tomcat. Or, in general, I would take spring-boot with a built-in container, jetty / tomcat.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question