martedì 19 giugno 2012

Solution of Ex10

Available for download a possible solution of the last set of exercises about servlet, JSP and JDBC.

venerdì 15 giugno 2012

Exercises on servlet, JSP and JDBC

Available the last set of exercises about servlet, JSP and database manipulation. I will post a possible solution in the a few days.

lunedì 11 giugno 2012

mercoledì 6 giugno 2012

Solution of Ex09

Available for download the solution of Ex09 containing pages using jQuery and simple servlets.

venerdì 1 giugno 2012

Tesine

Disponibili tre spunti per possibili tesine. I tre documenti vanno intesi come punti di partenza che dovete sviluppare liberamente, particolarmente per quando le funzionalità client-side (quelle server-side sono abbastanza definite).

  1. blog: semplice, si può sviluppare anche singolarmente.
  2. twitter: leggermente più complesso del precedente perche' prevede la gestione di follower e following e la generazione della pagina iniziale coi tweet di tutti (o alcuni...) i following. Meglio svilupparlo in due persone.
  3. image sharing: leggermente più complesso dei precedenti in quando prevede gestione di gruppi di amici e gestione di immagini. Meglio svilupparlo in due o tre persone.
Per avere assegnata una tesina inviatemi per email una proposta dettagliata, basata sugli spunti precedenti, o anche su una vostra idea "social" che vorreste sviluppare e aspettate un mio riscontro.

New exercises and solution of Ex08

Available for download new exercises on jQuery and very simple servlet and a possible solution of Ex08.

Servlet

Available for download the slides (in italian) and the examples shown in class. The "official" slides in English and more samples will be available next week.
Be sure to have your Eclipse IDE and Tomcat application server correctly configured and running and create a few dynamic web project to practice based on the simple examples shown in class.