C
C
Chvalov2017-08-15 13:51:29
Java
Chvalov, 2017-08-15 13:51:29

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

1 answer(s)
P
protven, 2017-08-15
@protven

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 question

Ask a Question

731 491 924 answers to any question