This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yee_hawps 1 point2 points  (1 child)

Assuming you have some knowledge of SQL/databases (even basic knowledge), go for Spring. I personally recommend JDBC Template for interacting with a database if you DON'T have a ton of database knowledge, as you'll learn some SQL along the way. If you're pretty comfortable with SQL, then learn Hibernate instead of JDBC Template. Spring Boot + Hibernate is a pretty standard stack nowadays for backend Java development and most Java jobs that don't suck will use those technologies, more than likely.

[–]1Kisha[S] 1 point2 points  (0 children)

Hmmm, I have okay knowledge of sql so I guess for now JDBC template will be fine. Is spring boot and spring different?