If you are searching a tool to Auto-magically add lyrics to your songs fo Mac
you have to use Get Lyrical.
YouEat 1.6 released
YouEat 1.6 is released and available on www.youeat.org.
Improvements:
- Added FaceBook Authentication Filter for Mobile devices authentication
- Improved REST interface
- Added gender field for user
Technical Notes:
- upgraded to Spring 3.0.4
- upgraded to jackson 1.6.0
- upgraded to Wicket 1.4.10
Links:
YouEat 1.4 released
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:
Disabling startup of a service in Ubuntu
Sometimes is not easy to solve easy problems.
Today, after some research, I found how disable service in Ubuntu… It’s better to fix that, instead to lose more time in a near future.
To disable a service in Ubuntu it’s necessary remove the symlinks from all the runlevel-specific directories, /etc/rc*.d. The command to do that is update-rc.d.
Esample:
ubuntu# update-rc.d -f openvpn remove
YouEat 1.3 released
YouEat 1.3 is released and available on www.youeat.org.
Improvements:
- Added email field for restaurant.
- Added notifications message for Facebook users
Technical Notes:
- upgraded to wicket 1.4.9
- upgraded to jackson 1.5.3
Links:
Toggle display of hidden files in Finder with keyboard shortcut
I found this good solution to show hidden files in Finder.
Toggle display of hidden files in Finder with keyboard shortcut [Update 2]
Thanks to madgunde.
YouEat: maven site released
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>
Continuous integration and code quality management on YouEat
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
JackWicket improvements
I 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