MSc in Mathematics (Università degli Studi di Milano)
This course explains advanced techniques for object oriented programming and software design.
News
Date | Info |
---|---|
24/06/2014 |
Office hours canceled Regular office hour are canceled until next semester; students can arrange an appointment via e-mail. |
16/05/2014 |
Home page of the TGIF workshops Information about the TGIF meetings can be found on the page of the initiative. |
13/01/2014 |
Computer programming 3 project The project textis available. Students should send via e-mail their source code and take an appointment. |
29/10/2013 |
Schedule change for the Computer programming 3 course The 6/11 class of the Computer programming 3 course is canceled due to the Division Career day. |
14/10/2013 |
Schedule change for the Computer programming 3 course The 19/11 class of the Computer programming 3 course will be held in aula 5. |
Language
Lectures are in italian.
Course schedule
Lectures will take place at the Mathematics department, according to the following tentative schedule:
Day | Hour | Place |
---|---|---|
Tuesday | 13:30 - 15:30 | aula 9 |
Wednesday | 8:30 - 11:30 | aula 2 |
Any change to the schedule will be announced in class and published in paragraph News of this page.
Office hours
By appointment, room 5015 of the Computer Science Department.
It is possible contact the teacher by e-mail, taking care to read in advance the guide prepared by Prof. Sebastiano Vigna and clearly specifying in the message the course name and the academic year. In particular, students are encouraged to always use their academic address (i.e. based on the domain studenti.unimi.it
) signing with name and student ID number and recalling that the response time may vary depending on the teacher commitments.
Course material
The part on design patterns is based on the book: Partha Kuchana, Software Architecture Design Patterns in Java, Auerbach Publications (ISBN: 0849321425). The online book of James W. Cooper, The Design Patterns Java Companion, is also available.
The part on the Java Collections Framework is based on the tutorial from Sun.
The part on introspection is based on the tutorial from Sun.
The part on concurrent programming is based on the tutorial from Sun.
The part on SWT is based on the tutorials about basic widgets and layout managers from the University of Manitoba.
The part on MVC is based on the initial part of Building Graphical User Interfaces with the MVC Pattern, although the code shown in class implements the same examples using different techniques and exploiting the SWT library. The used widgets are explained in the tutorial about advanced widgets from the University of Manitoba.
The part on serialization is based on the tutorial by Todd Greanier.
The part of generics is based on the basic and advanced tutorials from Sun.
The part on networks programming is based on the first three sections of the tutorial from Sun.
The part on HTML document analysis is based on the tutorial from Sun.
The part on regular expression is based on the tutorial from Sun.
Syllabus
The course explains the topics listed in the lecture calendar, covering the textbook contents in chapters 2, 10-20, 22-26, 29-36, as well as in the tutorials listed in section Course material.
Prereqs
- Computer programming 2 (essential)
- Computer programming 1 (essential)
Lectures calendar
Exam modalities
The exam consists in the implementation of an individual project, to be presented by appointment.