
Horas:
Financiación:
Destinatarios:
Prazas
Datas, Horarios e Sesións
Data Inicio
Data Peche
Tipos Formación
Datas e horarios
Número Webinars
Enlace ao curso
Necesidades, prerrequisitos e inf. xeral
Necesidades a cubrir
Prerrequisitos
Carácter
Medios necesarios
Datos persoal Formador e Titor
Persoal formador
Empresa contratada
Titor
Descrición
All requests received by an application have to go through a receiving layer, where all the information (parameters, form) is collected before being processed. During the course, we will focus on implementing this layer using Spring MVC.
The course will be divided into two sections:
- The first one where we will define all Spring MVC concepts, and we will create a REST API to understand the different annotations and concepts quickly.
- A second phase, where view concepts and services suitable for returning web pages, will be discussed using Spring MVC and Thymeleaf.
Competencias a desenvolver
Create a request receiving layer using Spring MVC.
With Spring MVC, we will create the necessary layer to receive requests from a REST API, such as the ability to generate HTML views with the support of the Thymeleaf library.
Metodoloxía
The course will consist of a theoretical part interspersed with practical exercises, which will be proposed to the student so that they can solve them before doing them together. In this way, the student will be able to consolidate the theoretical concepts seen in each chapter.
Temario
1. Introduction to Spring Boot
- What is Spring Boot?
- Architecting a Spring Boot project
- Creating a first Spring Boot project
2. Annotations and REST services definition
- Annotation types of classes and methods
- URL and access definition
- HTTP request type control
- Supported formats
- Receiving parameters and message bodies.
3. Content Negotiation and Converters
- Spring MVC Content Negotiation
- Result converter
4. HTML Views with Spring MVC and Thymealeaf
- Introduction to Thymeleaf
- Assembling the web with Thymeleaf and Spring Boot