Redcode
Home

Patent infrigement (part 2)

By royvanrijn On November 24, 2010 · 18 Comments · In Java Programming, Patent infrigement

After a lot of comments on my blog asking about the code I decided to try getting it released one more time. Thus I mailed Digital Landmark Services again, telling them this is just a hobby project, and will (in its current form) never be a replacement for Shazam. Also, I explained a lot of [...]

Continue Reading →

Handling ‘Frame switching’

By royvanrijn On September 23, 2010 · 2 Comments · In Scrum

A couple of days ago I noticed this tweet:

berenguel: What is your view on ‘frame switching’?How do you manage (forced) interruptions of your workflow?How do you get the interruptor to give up?

This is something I’m currently not experiencing, but I have been fighting this in the [...]

Continue Reading →

Bug Fix Day!

By royvanrijn On September 22, 2010 · Leave a Comment · In Scrum

After a couple of iterations our software started to show some wear and tear. With all fat-GUI clients you always have some behaviour that isn’t exacly what you want, there are always glitches. More and more (Scrum) iterations followed and more and more glitches started accumulating in the application. These glitches are sometimes hard to [...]

Continue Reading →

(Annotated) Field injection vs Constructor injection

By royvanrijn On September 21, 2010 · 4 Comments · In Java Programming

A couple of people replied to my last article about constructor vs setter injection that they prefer a third option, field injection. This is a slight variant of setter injection in which we magically let the setter dissapear.

So, another blogpost here!

Continue Reading →

Setter vs Constructor injection

By royvanrijn On September 20, 2010 · 4 Comments · In Java Programming

Recently I’ve had a discussion with a collegue about Setter vs Constructor injection. For those who don’t know what I’m talking about a quick example:

Setter injection:

public class SomeClass { private SomeDependency someDependency; public SomeClass() { //Empty constructor } public void setSomeDependency(SomeDependency someDependency) { this.someDependency = someDependency; } }

Constructor injection:

public class SomeClass [...]

Continue Reading →
← Previous Entries Next Entries →
  • Latest tweet

    • Unique, there is only one traffic jam in the Netherlands currently! The only problem? It is almost 1000km long.
  • Links

    • AZsPCs
    • koth.org
    • Retro Programming
  • Archives

  • That's me!

Platform by PageLines