Meta
Blogroll
Navigation
Useful
Monthly Archives: July 2010
Grails Finance 0.3
So now that I have historical data in my database, it’s time to have a good look at it. One popular way is to represent the data in a chart. Creating graphs on your own from scratch is a lot [...]
Grails Finance 0.2
Last week I made a scaffolded Grails finance application. This week I will fill the database with historical price data from Google Finance.
Model Changes
I needed to change the model a bit. I changed the name of the DateTime field and [...]
Grails Finance 0.1
Grails is an automagical RAD web application framework in the style of Ruby on Rails. Grails uses Groovy as its main language. You could also substitute it with Java, but that would be less fun. As an example I made [...]
Short guide to Scala
Dedicated to Scala Johansson
What is Scala?
Scala is a scalable language based on Java. It adds functional programming features to the normal Java OO. One of the main advantages of Scala is that you can write shorter programs than in Java [...]
