Posted in Ubuntu on January 20th, 2011 No Comments »
Short and to the point:
apt-get install python-software-properties
add-apt-repository “deb http://archive.canonical.com/ lucid partner”
sudo apt-get update
apt-get install sun-java6-jdk sun-java6-jre
java, ubuntu
Posted in IT Architecture on January 9th, 2011 No Comments »
I’m playing with Grails. It’s pretty impressive, although the potential for Hibernate abuse is alarming to me.
This alarm is not so much based on any broken feature of the implementation, but the exchanges I see on forums regarding Hibernate performance and scalability, with typical Hibernate answers like “these are not the droids you’re looking for“ and […]