DEV Community

Discussion on: Architecturing Spring services

Collapse
 
brunooliveira profile image
Bruno Oliveira

I would recommend learning a framework for writing applications like SpringBoot and dedicate some focus to databases and especially database abstractions like Hibernate and JPA. In fact, if you learn these well, you'll be able to get very very far.

Collapse
 
dabjazz profile image
Yash_Jaiswal

Any prerequisites for spring??
I read some blogs and articles and it said
JSP, servlets, JDBC should be necessary along with maven/gradle

Thread Thread
 
brunooliveira profile image
Bruno Oliveira

Yes, Maven surely but that's for building a project that can be without Spring too. I suggest you just start and figure things along the way :)