Answer the question
In order to leave comments, you need to log in
What JDK do I need to write a server?
Always used only Java SE, but then a new task appeared, I need a server, and I'm a little confused about which
JDK I need, EE? SE?
Is SE included in EE?
Answer the question
In order to leave comments, you need to log in
jdk ee doesn't exist in nature, it's more of a technology stack. Just install maven, it will pull up what you need
EE. SE included. In addition, the reference application server is also included. But in general, as a rule, deployment goes under Jboss or just under a servlet container like tomcat or jetty. In this case, SE is enough, and additional dependencies through maven (gradle) will have to be pulled in both cases.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question