U
U
UNy2019-04-01 21:10:13
Java
UNy, 2019-04-01 21:10:13

Is it worth learning old technologies?

I studied java se and further I want to study jdbc, hibernate and spring. Should I learn servlets, jsp and other old technologies before that? A bunch of configurations via xml is especially scary :) annotations look much friendlier for a beginner.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2019-04-01
@UNy

Servlets are not old technology. The latest version is just over a year old.

Z
Zakharov Alexander, 2019-04-01
@AlexZaharow

A lot of configurations through xml are especially scary
This is because you yourself did not write configurations))). XML/JSON, sometimes ini. There is essentially nothing else.

S
sergey, 2019-04-03
kuzmin @sergueik

Spring MVC is actually a front controller architecture and dispatchServlet inside
https://www.baeldung.com/spring-dispatcherservlet
XML config and annotaton based-config are by and large the same thing :-) you just need to get used to it a little

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question