Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2TDSPS - 2024 Java Advanced

Entrega CP4

Julia Mariano - RM552713

Leonardo Gaspar Saheb - RM553383

Week 1

  • Apresentação da disciplina.
  • Introdução ao Spring MVC.

Excalidraw

Live link

Static Json file

Leituras complementares

Week 2

  • Desenho e definição do projeto.
  • Spring MVC - Controllers.

Desafio

Implementar a tela 4. Ilustração abaixo:

Excalidraw

Live link

Static Json file

Leituras complementares

Week 3

  • Views and Thymeleaf.

Relembrar

  • Adicionar xmlns:th="http://www.thymeleaf.org" na tag html. Exemplo:
    <!doctype html>  
    <html xmlns:th="http://www.thymeleaf.org">
  • Retornar um texto da controller th:text="${variavelNaController}"
  • Formularios devem conter:
    • Tag de abertura do form:
      • action="#"
      • th:action="@{pathController}"
      • th:object="${objectName}"
      • method="post">
    • Tag input field:
      • name="attributeName"
      • th:value="*{cpf}"

Leituras complementares

About

cp 4 - spring mvc - rm552713 - rm553383

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages