Learn how to create a production-ready, simple web application from scratch
About This Video
Create a Spring application from scratch
Add a RESTful API and a rich web interface
Store data in a relational DB with transactions
Configure and operate a Spring Boot application
In Detail
The Spring Framework is the leading alternative to Oracle's Java EE offering. Spring Boot is the best option to start developing Spring applications with less code and a …
Spring Boot- Getting Started
Video description
Learn how to create a production-ready, simple web application from scratch
About This Video
Create a Spring application from scratch
Add a RESTful API and a rich web interface
Store data in a relational DB with transactions
Configure and operate a Spring Boot application
In Detail
The Spring Framework is the leading alternative to Oracle's Java EE offering. Spring Boot is the best option to start developing Spring applications with less code and a better development and operations experience.
This lesson is aimed at providing someone having a Java background with the necessary expertise to write a web-based application from scratch that stores data in a relational database and offers a REST-based API and a HTML interface.
We start by creating a new project and exploring the already provided test support. We then move on to add our first Web MVC controller and of course we add tests for this as well. With that knowledge we start to write our sample application and start with a REST-based API. Then, we add data storage via JPA and Spring's JdbcTemplate.
Further on, we create an HTML interface with thymeleaf and add input validation to both APIs. Spring security is the next topic we explore to secure our application from malicious users. At the end we are going to learn how to configure our application, monitor it, and check out some advanced topics regarding Spring configuration classes and the Spring Expression Language (SpEL).
After completing this course, you will be able to write a maintainable application from scratch that can be deployed and operated with ease.
Audience
This course can be beneficial for novice Spring developers, web developers and Spring enthusiast. This will help them dive-in and understand core basics concepts of Spring Boot.
Chapter 5 : Creating an HTML-based Interface with Thymeleaf
Adding Thymeleaf
Adding some more fields to the Bookmark class
Adding bookmark details page
Bookmark list
Deleting a bookmark
Adding a bookmark edit form
Chapter 6 : Validating input
Adding validation dependencies
Enabling validation on the model
Activating validation in the REST API
Adding an add form
Adding validation to the HTML UI
Chapter 7 : Securing the App
Adding Spring Security dependencies
Adding the login form
Adding roles and authorization
Adding Spring Security to the HTML UI
Chapter 8 : Preparing the Application for the Release
Spring profiles
Configuration property classes
Spring Boot Actuator
Spring Boot Actuator - II
Chapter 9 : Peeking under the Hood
Advanced Spring configuration
Spring expression language
Spring expression language – II
Spring bean scopes
Spring bean scopes – II
Common configuration options
Common configuration options – II
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept