RSS feed
Subscribe to the blog's RSS feed here.JCranky’s Twitter
Tweets by jcranky- agile
- akka
- arduino
- book
- caelum
- case
- casual class
- class
- clone
- cloud
- cloud computing
- coffee
- collections
- css
- date
- digital tv
- dojo
- ejb
- event
- foreach
- function
- functional programming
- ginga
- globalcode
- good practices
- infoq
- j2ee
- java
- java posse
- javascript
- js
- jsf
- junit
- just java
- jxta
- language
- last
- list
- lojinha
- london
- match
- maven
- mercurial
- music
- mvn
- netbeans
- p2p
- pair programming
- pattern matching
- peer-to-peer
- podcast
- programming
- regex
- REST
- robotics
- roo
- s-99
- sbt
- scala
- scala 99 problems
- scalax
- simple build tool
- spring
- spring roo
- springsource
- sun
- tdc
- tdd
- test
- thedevelopersconference
- typesafe
- value
- web development
- xml
- xp
Monthly Archives: August 2009
Why not use java clone method
The Java Language is very nice. It has a lot of useful features and APIs. But it isn’t perfect. There are a lot of bad design decisions that, due to the decision of maintaining full backwards compatibility, stays as they … Continue reading
Import statements in Scala
One more baby step into Scala, in this second of a series of posts. Import statements. Scala’s import statements are very similar to Java’s, but with some small differences that allow you to write more concise code. Take a look … Continue reading
Scala First Impressions
Somewhere in the last few months, I decided to learn Scala. And master it. There are several reasons to do this, but a couple of them is enough for me: The desire to learn something new, different. Java is nice, … Continue reading