L
L
LpsoldierMike2015-02-08 23:48:14
Java
LpsoldierMike, 2015-02-08 23:48:14

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

2 answer(s)
O
Oleg Gamega, 2015-02-08
@gadfi

jdk ee doesn't exist in nature, it's more of a technology stack. Just install maven, it will pull up what you need

V
Vladimir Abramov, 2015-02-08
@kivsiak

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 question

Ask a Question

731 491 924 answers to any question