Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
spagnuolocarmine committed Oct 23, 2024
1 parent 69bdccd commit 53738a1
Showing 1 changed file with 23 additions and 33 deletions.
56 changes: 23 additions & 33 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

|πŸ—“οΈ | Lezione | Materiale| Riferimenti |
|---------|----------|--------|-----------|
|23/09/2024 | Presentazione Corso + Introduzione Programmazione Distribuita (Prof. Scarano)| | πŸ“•Cap. 1 |
|26/09/2024 | Programmazione Distribuita (Prof. Scarano) 1| | πŸ“•Cap. 1 |
|27/09/2024| Programmazione Distribuita (Prof. Scarano) 2| | πŸ“•Cap. 1 |
|23/09/2024 | Presentazione Corso + Introduzione Programmazione Distribuita (Prof. Scarano)| | πŸ“• Cap. 1 |
|26/09/2024 | Programmazione Distribuita (Prof. Scarano) 1| | πŸ“• Cap. 1 |
|27/09/2024| Programmazione Distribuita (Prof. Scarano) 2| | πŸ“• Cap. 1 |
|30/09/2024 (pari-dispari)| Java Thread 1 | | πŸ“‹ [Official Java Essential Concurrency](https://docs.oracle.com/javase/tutorial/essential/concurrency) </br></br> 🌐 Insights: O'Reilly Java Threads (google it)|
|03/10/2024 | Java Thread 2 | πŸ’Ύ [Alphonse and Gaston Java Thread](https://www.jdoodle.com/ia/1jpx) </br></br> βš™οΈ [Installazione ambiente di sviluppo (solo prima sezione)](05-javaee-lab.html#installazione-ambiente-di-sviluppo) | πŸ“‹ [Official Java Essential Concurrency](https://docs.oracle.com/javase/tutorial/essential/concurrency) |
|04/10/2024 | Laboratorio Thread | [Esercitazione Java Thread](01-threads.md) | [Official Java Essential Concurrency](https://docs.oracle.com/javase/tutorial/essential/concurrency) |
Expand All @@ -28,36 +28,26 @@
|18/10/2024 | Contexts and Dependency Injection (CDI) | [CDI Part 1](04-cdi.md) | πŸ“— Cap. 2|
|21/10/2024 | Laboratorio Starting with J2EE | [J2EE Lab](05-javaee-lab.md) | |
|24/10/2024 | CDI Interceptor | [CDI Part 2](04-cdi.md) | πŸ“— Cap. 2 |
|25/10/2024 | Java Persistence API (JPA) | [ JPA - Part 2](05-jpa.md) [Laboratorio JPA](06-jpa-lab.md) | πŸ“— Cap. 4-5 |
<span style="color: gray;">

## A.A. 2023/2024

| | | | |
|---------|----------|--------|----------
|XX/XX/20XX | Java Persistence API (JPA) | [ JPA - Part 2](05-jpa.md) [Laboratorio JPA](06-jpa-lab.md) | πŸ“— Cap. 4-5 |
|XX/XX/20XX | Enterprise JavaBeans (EJB) - Part 1 | [ EJB - Part 1](06-ejb.md) | πŸ“— Cap. 7-9 |
|XX/XX/20XX | EJB - Part 2 βž• Laboratorio EJB (Esercizio 0)|[ EJB - Part 2](06-ejb.md) [EJB - Lab](07-ejb-lab.md) |πŸ“— Cap. 7-9 |
|XX/XX/20XX | Java Message Service (JMS) - Part 1 βž• πŸ“ Quiz Parte A | [ JMS - Part 1](07-jms.md) | πŸ“— Cap. 13 |
|XX/XX/20XX | JMS - Part 2 | [ JMS - Part 2](07-jms.md) | πŸ“— Cap. 13 |
| |*_Fine Parte B_*| | |
|XX/XX/20XX | Laboratorio EJB βž• JMS | [EJB - Lab](07-ejb-lab.md) [JMS - Lab](08-jms-lab.md) | |
|XX/XX/20XX | Java Web Services (WS) Parte 1 | [Java Web Services (WS) Parte 1](08-ws.md) | πŸ“— Cap. 14 |
|XX/XX/20XX | Java WS Parte 2 | [Java WS Parte 2](08-ws.md) | πŸ“— Cap. 14 |
| |*_Fine Parte C_*| | |
|XX/XX/20XX | Laboratorio Java WS βž• πŸ“ Quiz Parte B | [Laboratorio Java WS](09-ws-lab.md) | |
|XX/XX/20XX | Introduzione al Cloud Computing| | [Materiale cloud computing](https://github.com/spagnuolocarmine/programmazione-distribuita/raw/main/data/cloud_2023.pdf) |
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
|XX/XX/20XX | From J2EE to Spring Framework (Teoria) | | [Introduzione a Spring Framework](https://github.com/spagnuolocarmine/programmazione-distribuita/raw/main/data/introduction_to_spring_citro_2023.pdf) |
|XX/XX/20XX | From J2EE to Spring Framework (Pratica) | | [Spring Framework In Action](https://github.com/tizianocitro/pdtify) |
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
|XX/XX/20XX | πŸ“ Parte C | | |

</span>
|25/10/2024 | Java Persistence API (JPA) | [ JPA - Part 1](05-jpa.md) | πŸ“— Cap. 4-5 |
|28/10/2024 | Java Persistence API (JPA) | [ JPA - Part 2](05-jpa.md) [Laboratorio JPA](06-jpa-lab.md) | πŸ“— Cap. 4-5 |
|31/10/2024 | Enterprise JavaBeans (EJB) - Part 1 | [ EJB - Part 1](06-ejb.md) | πŸ“— Cap. 7-9 |
|04/11/2024 | EJB - Part 2 βž• Laboratorio EJB (Esercizio 0)|[ EJB - Part 2](06-ejb.md) [EJB - Lab](07-ejb-lab.md) |πŸ“— Cap. 7-9 |
|07/11/2024 | Java Message Service (JMS) - Part 1 | [ JMS - Part 1](07-jms.md) | πŸ“— Cap. 13 |
|08/11/2024 | JMS - Part 2 | [ JMS - Part 2](07-jms.md) | πŸ“— Cap. 13 |
|11/11/2024 | Laboratorio EJB βž• πŸ“ Quiz Parte A | | πŸ“• |
|14/11/2024 | Laboratorio EJB βž• JMS | [EJB - Lab](07-ejb-lab.md) [JMS - Lab](08-jms-lab.md) | |
| **_Fine Parte B_** |||
|15/11/2024 | Java Web Services (WS) Parte 1 | [Java Web Services (WS) Parte 1](08-ws.md) | πŸ“— Cap. 14 |
|18/11/2024 | Java WS Parte 2 | [Java WS Parte 2](08-ws.md) | πŸ“— Cap. 14 |
|21/11/2024 | Laboratorio Java WS βž• Laboratorio J2EE Step-by-step| [Laboratorio Java WS](09-ws-lab.md) | |
|22/11/2024 | Introduzione al Cloud Computing| | [Materiale cloud computing](https://github.com/spagnuolocarmine/programmazione-distribuita/raw/main/data/cloud_2023.pdf) |
|25/11/2024 | Laboratorio J2EE Step-by-step βž• πŸ“ Quiz Parte B | | |
|28/11/2024 | From J2EE to Spring Framework (Teoria) | | [Introduzione a Spring Framework](https://github.com/spagnuolocarmine/programmazione-distribuita/raw/main/data/introduction_to_spring_citro_2023.pdf) |
|29/11/2024 | From J2EE to Spring Framework (Pratica) | | [Spring Framework In Action](https://github.com/tizianocitro/pdtify) |
|02/12/2024 | Laboratorio J2EE Simulazione | | |
|05/12/2024 | Laboratorio J2EE Simulazione | | |
|06/12/2024 | πŸ“ Prova Parte C | | |

<!-- XX/XX/20XX | [Introduzione a Java Enterprise Edition](01-intro) |
XX/XX/20XX | [Context Dependency Injection (Introduzione - Esempio di CDI Bean)](02-cdi) |
| **Week**| **2**|
Expand Down

0 comments on commit 53738a1

Please sign in to comment.