Java Backend | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Java Backend

Hello everybody. i need your help. What exactly do i need to know to learn java backend ???

9th Nov 2020, 5:49 PM
Saidov Og'abek
Saidov Og'abek - avatar
2 Answers
+ 2
You need to learn a lot. To begin building small web applications- * Servlets * JSP * JDBC is kind of enough for practice. But they are somewhat considered old school because most of them have moved to Spring framework now which has introduced concepts like DI(Dependency Injection) and IoC(Inversion of Control). Before moving to Spring, you might want to have a look at some API's such as- * JAXB * JAX-RS * JAX-WS * JMS * JNDI etc. Then you can learn Spring. * Spring Core * Spring MVC * Spring REST * Spring Data * Spring Boot (makes life easy) This could be overwhelming at first but slowly you could learn it given that you really want to do it. A similar thread. https://www.sololearn.com/Discuss/551450/?ref=app
9th Nov 2020, 7:42 PM
Avinesh
Avinesh - avatar
0
Thank you for your answer
10th Nov 2020, 3:17 AM
Saidov Og'abek
Saidov Og'abek - avatar