MSc in Mathematics (Università degli Studi di Milano)
This course explains advanced techniques for object oriented programming and software design.
News
Date | Info |
---|---|
05/06/2012 |
Office hours canceled Regular office hour are canceled until next semester; students can arrange an appointment via e-mail. |
22/03/2012 |
Office hour suspension Because of the next meeting of the Division council and the Easter holidays, the office hours up to 13/4 will take place by appointment. |
19/03/2012 |
Office hours canceled Office hour on Mar 21 are canceled; students can arrange an appointment via e-mail. |
21/02/2012 |
Office hours canceled Office hour between Feb 29 and Mar 7 (included) are canceled; students can arrange an appointment via e-mail. |
20/02/2012 |
Office hour for the spring semester Office hour for the spring semester will be on Tuesday, 14:30 to 16:00. |
30/01/2012 |
Computer programming 3 project The project textis available. Students should send via e-mail their source code and take an appointment. |
18/01/2012 |
Office hours canceled Office hours of 19/01 are canceled; students can arrange an appointment via e-mail. |
11/01/2012 |
Office hour change Office hour for this week will be on Friday 13 at 10:30. |
22/12/2011 |
Office hours change Today office hours will be held at 16:30. |
03/10/2011 |
Office hours canceled Office hours of 6/10 are canceled; students can arrange an appointment via e-mail. |
Language
Lectures are in italian.
Course schedule
Lectures will take place at the Mathematics department, according to the following schedule:
Day | Hour | Place |
---|---|---|
Tuesday | 13:30 - 15:30 | aula 4 |
Thursday | 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 from Sun.
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.
Lectures calendar
Exam modalities
The exam consists in the implementation of an individual project, to be presented by appointment.