Category Archives: Cloud

NoSQL at Twitter presentation

Man these guys are smart.  http://www.slideshare.net/kevinweil/nosql-at-twitter-nosql-eu-2010 Talks about Twitters many different approaches to storage (Hadoop, Cassandra, FlockDB) and the tools used in querying of that data to answer questions (Pig)

Posted in Cloud, Database, Spring | Tagged , , , , | Leave a comment

Building Java Applications with Windows Azure

Looking for a place to host my own home grown apps, I came across an interesting presentation about using Windows Azure cloud to run Tomcat and a JVM in the Microsoft cloud solution. See Building Java Applications with Windows Azure … Continue reading

Posted in .NET, Cloud, Java, Software Development, Windows | Leave a comment

Chuffed

I just deployed my first Grails app running with PostgreSQL on MorphExchange. Following their Java Dev Cookbook was quite easy though I found I had to do the following: Under log4j configuration add a property logs.home = ”./logs” (here) Don’t … Continue reading

Posted in Cloud, Grails, Groovy, Java, Platforms | 1 Comment