YouEat techs

YouEat is an open source application. You can check the code at http://code.google.com/p/youeat/.

YouEat is a Java application built only with open-source software:

  • Apache Wicket, for the web interface
  • Spring Framework is the glue for all the components
  • Hibernate is the JPA implementation
  • Apache Lucene to implement the internal search engine
  • Apache Maven is the dev manager
  • JUnit is test suite
  • PostgreSQL is the database engine

My idea is create an easy to read application… therefore any feedback is well accepted ;-)

Pedalando per l’Italia

Da Repubblica.it di oggi, rischio di mortalità in Italia:

in bici: 2,18
in auto: è pari a 0,78,
per i camion è 0,67,
per i ciclomotori 1,06
e per le moto 1,96

Una bel invito a tornare in Italia, considerando che ho appena acquistato la mia prima bici da corsa!

JackWicket improvements

ImprovementsI changed a lot on the core of jackwicket.
Pricincipally I moved from the jcr-spring-modules to the new org.springframework.se-jcr.

I also removed the DAO infrastucre and I simplified the implemetation of the service layer. To rebuild the Service Layer I used basically the JcrMappingTemplate, but in order to have a Generic interface I extended this class with JcrMappingTemplateGeneric that offers a type safe implementation of the super class.

You can find some samples in the implementation of the  service layer in JackWicket.

Project website
Demo
Continuous integration (not available)
Code Quality(not available)

P.S.
Thanks Salvo for the technical advice :)

E io resto qui sullo stradone…

Sta per iniziare il Giro, e visto dall’estero e’ ancora più bello.

Oggi su corriere.it una bella chiacchierata tra Cazzullo e Conte sulle note di Bartali.

Sulle note di un Bartali riarrangiato  da Conte proprio per il suo ultimo tour. Ricordo come se fossi ieri il 6 settembre scorso alla Salle Pleyel di Parigi, dove Conte inaugurava il suo tour e presento’ quest’ultima versione metafisica (chiedere a Luca per l’azzeccata definizione) di Bartali. Grazie signor Conte per quelle belle note in terre di Francia… tra i francesi che si incazzano…
per le successive belle note in terra di Olanda ho avuto modo di ringraziarla di persona :)

E naturalmente forza Basso e abbasso Armstrong!

JackWicket

I published a website and a demo with my last personal work that I called Jackwicket.
In this project I put together Apache Wicket and Apache Jackrabbit OCM.
My target was create easyly and quickly powerful interactive webapps, and I think that Wicket and Jackrabbit  are very good technologies to achieve this target.

You can find more info below:

Demo

Project website

I will be very happy to know your opinion and to receive suggestions or contributions.