A apresentação está carregando. Por favor, espere

A apresentação está carregando. Por favor, espere

April 05 Prof. Ismael H. F. Santos - 1 Módulo V- Modelo MVC-Web Prof. Ismael H F Santos.

Apresentações semelhantes


Apresentação em tema: "April 05 Prof. Ismael H. F. Santos - 1 Módulo V- Modelo MVC-Web Prof. Ismael H F Santos."— Transcrição da apresentação:

1 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 1 Módulo V- Modelo MVC-Web Prof. Ismael H F Santos

2 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 2 Ementa Modulo V – MVC para Web Modelos MVC (Model View Controller) e MVC2

3 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 3 Linguagem de Programação JAVA Ismael H. F. Santos, Apostila UniverCidade, 2002 The Java Tutorial: A practical guide for programmers Tutorial on-line: http://java.sun.com/docs/books/tutorialhttp://java.sun.com/docs/books/tutorial Java in a Nutshell David Flanagan, O´Reilly & Associates Just Java 2 Mark C. Chan, Steven W. Griffith e Anthony F. Iasi, Makron Books. Java 1.2 Laura Lemay & Rogers Cadenhead, Editora Campos Bibliografia

4 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 4 Livros Core Java 2, Cay S. Horstmann, Gary Cornell Volume 1 (Fundamentos) Volume 2 (Características Avançadas) Java: Como Programar, Deitel & Deitel Thinking in Patterns with JAVA, Bruce Eckel Gratuito. http://www.mindview.net/Books/TIJ/http://www.mindview.net/Books/TIJ/

5 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 5 Modelos MVC e MVC2 POO-Java

6 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 6 Arquitetura MVC Divide a aplicação em tres partes fundamentais Model – Representa os dados da aplicação e as regras de negócio (business logic) View – Representa a informação recebida e enviada ao usuário Controller – Recebe as informações da entrada e controla o fluxo da aplicação Surgiu nos anos 80 com a linguagem SmallTalk

7 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 7 Implementação do MVC

8 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 8 JSP Model I - Centrado em páginas

9 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 9 JSP Model II - Centrado em servlet

10 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 10 Como implementar ?

11 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 11 Pattern Command (GoF)

12 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 12 Pattern Command (GoF)

13 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 13 FrontController + Command

14 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 14 Exemplo de Implementação – hellojsp_2

15 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 15 Mapemamentos de comandos ou ações

16 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 16 Comandos ou acoes (Service to Worker)

17 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 17 Data Access Objects (DAO)

18 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 18 Controlador (FrontController)

19 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 19 ValueBean ViewHelper (Model)

20 April 05 Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 20 Pagina JSP (View) com custom tags


Carregar ppt "April 05 Prof. Ismael H. F. Santos - 1 Módulo V- Modelo MVC-Web Prof. Ismael H F Santos."

Apresentações semelhantes


Anúncios Google