Jump to content

I recently learned how to use Java, and as a project I am interested in creating a simple backend for a webapp with java to be hosted on heroku. I am planning on the webpages being written in HTML, or possibly React.js. I have started off using Java servlets and Tomcat and am wondering whether there is a better solution.

Link to comment
https://linustechtips.com/topic/1214375-java-framework-recommendations/
Share on other sites

Link to post
Share on other sites

1 hour ago, Billy Pilgrim said:

Is there an advantage to using this over other variants of spring?

What "variants" are you talking about? Pretty much anything that starts with "Spring" is a component of Spring Boot that offers specific functionality that you can integrate into your application, if you need it.

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

1 hour ago, Eigenvektor said:

What "variants" are you talking about? Pretty much anything that starts with "Spring" is a component of Spring Boot that offers specific functionality that you can integrate into your application, if you need it.

He probably meant the Spring Framework and Spring Boot

 

3 hours ago, elpiop said:

spring boot

Definitely this one :)

Link to post
Share on other sites

1 hour ago, Billy Pilgrim said:

Do either of you have any recommendations for a tutorial or setup guide?

They have a number of good ones on their website: https://spring.io/guides

 

They are mostly sorted by topic, so search for whatever you want to do and there's good chance they have a guide for it.

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

2 hours ago, Billy Pilgrim said:

Do either of you have any recommendations for a tutorial or setup guide?

I personally suggest this course

https://www.udemy.com/course/spring-hibernate-tutorial/

 

Easily one of the most chill and knowledgeable instructors I've seen

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×