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
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.
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.