The Ultimate Guide for Developing a Full Stack Java Web Application with Spring

Simon Saliba
Level Up Coding
Published in
7 min readMar 29, 2021

--

In this article, we will go through the development of a full stack java web application using the Spring framework: a very simple online bookstore. First of all, we will set up our development environment. Next, we will build our data model which is going to be used by Spring to generate our database. After that, we will implement a controller to retrieve our data from the database, and finally we will use Thymeleaf to format the data, and the built-in Tomcat server to serve the data to the client.

--

--

Software Engineer, Entrepreneur and Writer. MSc. @ Mines Paris. Passionate about web development and security. Sometimes try to maintain healthy habits.