Archive for July, 2008
After my unpleasant experience with setting up Git, I’ve had some time to play around with Git and use it in a project. Git is really nice for a DVCS. What I like was the git status view, especially with colors turned on. Grouping added and modified files is much nicer than the Subversion style […]
I want to meet Cameron Purdy ;-) Who do you want to meet?
10 Comments Published July 30th, 2008 in Cameron Purdy, Cedric Beust, Crazy Bob, Java, RickardPartially because of the good discussions on TSS about Coherence and the knowledge he has, but mostly because of this recent presentation. It’s about “The Top 10 Ways to Botch Enterprise Java Application Scalability and Reliability”. I’ve enjoyed the video very much and laughed several times so loud my colleague looked up. Cameron made a […]
Funny, I wrote that more than a year ago.
Using Google Guice Providers to Solve Law of Demeter Problems
2 Comments Published July 24th, 2008 in Google Guice, IoC, Java, TestingA post on the Google testing blog made me think. Their post presents an example of a class
class Mechanic {
Engine engine;
Mechanic(Context context) {
this.engine = context.getEngine();
}
}
which depends on an object Context in the constructor, when indeed it only depends on Engine, a violation the law of demeter. This often […]
Unscientific Jetty versus Glassfish for REST
7 Comments Published July 20th, 2008 in Glassfish, Jersey, REST, jetty, jmeterThis post was too unscientific and was updated. Jetty is an excellent container and the container of choice whenever I do something with servlets. Ever since we’ve developed SnipSnap some years ago I love Jetty. Glassfish has some very promising features like the admin console and I´m eager to try Glassfish in a project sometimes […]
Current code coverage tools (for maven)?
7 Comments Published July 17th, 2008 in Code Coverage, MavenWhat to use for code coverage? Clover seems the only option but costs (which I will probably buy when my project makes some money). Emma and Cobertura seem to be dead, IDEA code coverage doesn’t work - obviously - with maven. Any ideas?
I’m too stupid for git. I’ve run several SVN servers over the years but a Sunday afternoon isn’t enough for me to get git working.
Debian stable has git 1.4, for git init one needs 1.5. Some major reconfigurations later (think Debian backports) and updates and updates I had 1.5 working
Lots of “fatal” errors during […]
Carl did a short interview with some software engineering guys and me in February, the results are up now:
“Java Experts: Server Side is Where Java Shines”.
Compared to the others my answers are rather short. That’s what people sometimes complain, my answers and mails are too short ;-)
Take for example this recent post on hacker news with the title “Amazon and Google Discover Erlang (IMDB is switching from Perl to Erlang)”. There in the comments someone gives a source for the IMDB claim: “IMDb on Java/Erlang (a job posting)”. Going to the job listing results in
We are currently working in Perl […]