#Prerequisites to spring frame work.

4 messages · Page 1 of 1 (latest)

crystal terrace
#

What are the prerequisites to start learning Spring framework especially for modern dev. I don't want to waste time learning old technologies like JSP, 🙌 I'm just trying to understand what are really important topics and what topics can be excluded for a rapid learning and building the actual projects.

hot isleBOT
#

This post has been reserved for your question.

Hey @crystal terrace! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

wet cradle
#

First of all, knowing Java.
I would also recommend using Spring Boot when working with Spring.
Knowing a project/dependency management tool (Maven or Gradle) is also useful for Spring.
Since you'd probably want to build webservices/webapps, you probably want to know how that stuff works in general.
If you want to use Spring's support for databases (Spring JPA, Spring JDBC or maybe even Spring NoSQL), you probably want to learn howw databases work first.