Posts
All the articles I've posted.
-
It's Back
It's been a while, but the domain is live again! There was some unfortunate incident which wrecked the domain and left my previous blog unusable. After many months of procrastination, I've restored...
-
Scala: Move Forward
Soon Java 7 will be released. A bit delayed, yes, but it's here. Even so the question lingers: is it enough? I believe the answer nowadays is NO, but of course this is an open discussion in which e...
-
Java 7: What's New
Java 7 will be released soon, so it's time to check what's new. The official announcement is here. A list of the new additions to our beloved JVM follows:
-
GSOC 2010
During this time I did not update the blog, I was finishing my GSOC 2010 project. You can find more technical details here.
-
Java Vector is Obsolete
Today I was working with a unit test class for my Google Summer of Code project. Launching the test raised a concurrency exception due to me using ContiPerf to check the performance of some methods...