T
T
Tyrion Lannister2017-06-04 15:02:22
Java
Tyrion Lannister, 2017-06-04 15:02:22

What are the equivalents of django in Java?

The Spring MVC framework is currently the most popular, but it seems very unusual to me.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Nizhny Novgorod, 2017-06-04
@baYonet_cpp

Hi
I'm currently learning Java after Python (Django + Tornado). I can say right away that if you need something of the Django level in Java, then you do not need Java. The strength of Java is precisely that you get complete control over what you have at each stage of your web application implementation, and for this you have to pay a lot of work and a certain complexity of the Java toolkit.
If you need the control and power of Java, then you need JavaEE / Spring, if you don't need it, then use Django and don't worry.

S
Sergey Gornostaev, 2017-06-04
@sergey-gornostaev

There is nothing similar for Java. But there is a similar framework for a closely related language running on the JVM - Grails .

O
OnYourLips, 2017-06-04
@OnYourLips

Play will be an alternative, at least from the same niche (startup projects).
This direction in Java is not popular.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question