Skip to content

Commit 53738a1

Browse files
misc
1 parent 69bdccd commit 53738a1

File tree

1 file changed

+23
-33
lines changed

1 file changed

+23
-33
lines changed

β€Žsrc/README.md

+23-33
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
|πŸ—“οΈ | Lezione | Materiale| Riferimenti |
1515
|---------|----------|--------|-----------|
16-
|23/09/2024 | Presentazione Corso + Introduzione Programmazione Distribuita (Prof. Scarano)| | πŸ“•Cap. 1 |
17-
|26/09/2024 | Programmazione Distribuita (Prof. Scarano) 1| | πŸ“•Cap. 1 |
18-
|27/09/2024| Programmazione Distribuita (Prof. Scarano) 2| | πŸ“•Cap. 1 |
16+
|23/09/2024 | Presentazione Corso + Introduzione Programmazione Distribuita (Prof. Scarano)| | πŸ“• Cap. 1 |
17+
|26/09/2024 | Programmazione Distribuita (Prof. Scarano) 1| | πŸ“• Cap. 1 |
18+
|27/09/2024| Programmazione Distribuita (Prof. Scarano) 2| | πŸ“• Cap. 1 |
1919
|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)|
2020
|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) |
2121
|04/10/2024 | Laboratorio Thread | [Esercitazione Java Thread](01-threads.md) | [Official Java Essential Concurrency](https://docs.oracle.com/javase/tutorial/essential/concurrency) |
@@ -28,36 +28,26 @@
2828
|18/10/2024 | Contexts and Dependency Injection (CDI) | [CDI Part 1](04-cdi.md) | πŸ“— Cap. 2|
2929
|21/10/2024 | Laboratorio Starting with J2EE | [J2EE Lab](05-javaee-lab.md) | |
3030
|24/10/2024 | CDI Interceptor | [CDI Part 2](04-cdi.md) | πŸ“— Cap. 2 |
31-
|25/10/2024 | Java Persistence API (JPA) | [ JPA - Part 2](05-jpa.md) [Laboratorio JPA](06-jpa-lab.md) | πŸ“— Cap. 4-5 |
32-
<span style="color: gray;">
33-
34-
## A.A. 2023/2024
35-
36-
| | | | |
37-
|---------|----------|--------|----------
38-
|XX/XX/20XX | Java Persistence API (JPA) | [ JPA - Part 2](05-jpa.md) [Laboratorio JPA](06-jpa-lab.md) | πŸ“— Cap. 4-5 |
39-
|XX/XX/20XX | Enterprise JavaBeans (EJB) - Part 1 | [ EJB - Part 1](06-ejb.md) | πŸ“— Cap. 7-9 |
40-
|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 |
41-
|XX/XX/20XX | Java Message Service (JMS) - Part 1 βž• πŸ“ Quiz Parte A | [ JMS - Part 1](07-jms.md) | πŸ“— Cap. 13 |
42-
|XX/XX/20XX | JMS - Part 2 | [ JMS - Part 2](07-jms.md) | πŸ“— Cap. 13 |
43-
| |*_Fine Parte B_*| | |
44-
|XX/XX/20XX | Laboratorio EJB βž• JMS | [EJB - Lab](07-ejb-lab.md) [JMS - Lab](08-jms-lab.md) | |
45-
|XX/XX/20XX | Java Web Services (WS) Parte 1 | [Java Web Services (WS) Parte 1](08-ws.md) | πŸ“— Cap. 14 |
46-
|XX/XX/20XX | Java WS Parte 2 | [Java WS Parte 2](08-ws.md) | πŸ“— Cap. 14 |
47-
| |*_Fine Parte C_*| | |
48-
|XX/XX/20XX | Laboratorio Java WS βž• πŸ“ Quiz Parte B | [Laboratorio Java WS](09-ws-lab.md) | |
49-
|XX/XX/20XX | Introduzione al Cloud Computing| | [Materiale cloud computing](https://github.com/spagnuolocarmine/programmazione-distribuita/raw/main/data/cloud_2023.pdf) |
50-
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
51-
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
52-
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
53-
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
54-
|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) |
55-
|XX/XX/20XX | From J2EE to Spring Framework (Pratica) | | [Spring Framework In Action](https://github.com/tizianocitro/pdtify) |
56-
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
57-
|XX/XX/20XX | Laboratorio J2EE Step-by-step | | |
58-
|XX/XX/20XX | πŸ“ Parte C | | |
59-
60-
</span>
31+
|25/10/2024 | Java Persistence API (JPA) | [ JPA - Part 1](05-jpa.md) | πŸ“— Cap. 4-5 |
32+
|28/10/2024 | Java Persistence API (JPA) | [ JPA - Part 2](05-jpa.md) [Laboratorio JPA](06-jpa-lab.md) | πŸ“— Cap. 4-5 |
33+
|31/10/2024 | Enterprise JavaBeans (EJB) - Part 1 | [ EJB - Part 1](06-ejb.md) | πŸ“— Cap. 7-9 |
34+
|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 |
35+
|07/11/2024 | Java Message Service (JMS) - Part 1 | [ JMS - Part 1](07-jms.md) | πŸ“— Cap. 13 |
36+
|08/11/2024 | JMS - Part 2 | [ JMS - Part 2](07-jms.md) | πŸ“— Cap. 13 |
37+
|11/11/2024 | Laboratorio EJB βž• πŸ“ Quiz Parte A | | πŸ“• |
38+
|14/11/2024 | Laboratorio EJB βž• JMS | [EJB - Lab](07-ejb-lab.md) [JMS - Lab](08-jms-lab.md) | |
39+
| **_Fine Parte B_** |||
40+
|15/11/2024 | Java Web Services (WS) Parte 1 | [Java Web Services (WS) Parte 1](08-ws.md) | πŸ“— Cap. 14 |
41+
|18/11/2024 | Java WS Parte 2 | [Java WS Parte 2](08-ws.md) | πŸ“— Cap. 14 |
42+
|21/11/2024 | Laboratorio Java WS βž• Laboratorio J2EE Step-by-step| [Laboratorio Java WS](09-ws-lab.md) | |
43+
|22/11/2024 | Introduzione al Cloud Computing| | [Materiale cloud computing](https://github.com/spagnuolocarmine/programmazione-distribuita/raw/main/data/cloud_2023.pdf) |
44+
|25/11/2024 | Laboratorio J2EE Step-by-step βž• πŸ“ Quiz Parte B | | |
45+
|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) |
46+
|29/11/2024 | From J2EE to Spring Framework (Pratica) | | [Spring Framework In Action](https://github.com/tizianocitro/pdtify) |
47+
|02/12/2024 | Laboratorio J2EE Simulazione | | |
48+
|05/12/2024 | Laboratorio J2EE Simulazione | | |
49+
|06/12/2024 | πŸ“ Prova Parte C | | |
50+
6151
<!-- XX/XX/20XX | [Introduzione a Java Enterprise Edition](01-intro) |
6252
XX/XX/20XX | [Context Dependency Injection (Introduzione - Esempio di CDI Bean)](02-cdi) |
6353
| **Week**| **2**|

0 commit comments

Comments
Β (0)