YouEat 1.4 is released and available on www.youeat.org.
Improvements:
- Added security on REST YouEat Services
- Improved REST interface
- Improvements on RistorantePositionService, now the distance is calculated using the Hibernate API
Technical Notes:
- upgraded to Spring 3.0.3
- upgraded to jackson 1.5.4
Links:
Today I published the YouEat maven site.
The site contains the JavaDoc of YouEat and some general information
TIP: to speed up the site generation you can add the configuration below for the maven-project-info-reports-plugin:
<dependencylocationsenabled>false</dependencylocationsenabled>
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