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
May 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: java
How to write a desktop / standalone application in Scala?
An student asked this question to me a while ago, and I figured it might be valid for other people starting with Scala as well. So I’ll try to give general directions in this post. The idea is not to … Continue reading
Defensive object copies in java and how scala avoids it
In one word: immutability. But read on for the whole history =) In another, old post, I wrote about the usage a primitive long value instead of Date objects in attributes. This kind of thing is usually called defensive copy, … Continue reading
Posted in java, scala
Tagged case class, clone, copy, defensive copies, effective java, immutability, java, new operator, scala, toString
1 Comment
TDC 2012 and Scala
From 4th to 8th July this year we will have the TDC conference in São Paulo. Although we are already very close to the event date, the call for papers is still open, so please submit something. Of special interested … Continue reading
Slides from my Akka presentation at Just Java 2012
I just uploaded the slides from the Akka presentation I did at Just Java 2012. You can find them here. The slides are in portuguese because the audience were brazilians, of course 😉 By the way, the conference was really … Continue reading
Akka at Just Java 2012 in São Paulo
This weekend, 18th and 19th of May, will hold the Just Java 2012 conference down here in São Paulo, Brazil. If you are in the area, please drop by. This year, I’ll give a presentation about Akka 2.0 – mainly … Continue reading
The Developers Conference 2011
From July 6 to 10 happened The Developers Conference 2011 down here in São Paulo. The other editions were really good and, better, this one topped all of them. It was a really fun and productive event. I had the … Continue reading
Posted in java
Tagged agile, java, javascript, python, ruby, scala, tdc, tdc 2011, thedevelopersconference
3 Comments
About nulls and System Properties in Scala
In Scala, it is usually a good idea to avoid nulls in your code. Instead of that, it is recommended that you use the Option class. This is how it works: if the value you are working with is null, … Continue reading
Migrating a java project to scala
Hi everybody! This time I wanted to bring something different about scala – so I decided to migrate a java project to this language. The chosen one is an open source test framework for the Web Objects framework (sorry for … Continue reading
Just Java 2011
Hi! Its been a long time since I last posted about an event. So, to recover from the sadness, lets talk about Just Java 2011, a Java event that happened this last weekend here in São Paulo. The event consisted … Continue reading