Do you write Java using Eclipse? Do you care about code coverage but only look at it every now and then because Cobertura or whatever you use requires a full-on Ant/Maven 2 build and you don’t bother looking as often as you should? If so, check out EclEmma, which is easy, free and fabulous.
Having refactored our proxy support in Wicket’s Spring module into a new wicket-ioc module last night, I decided to see how hard it would be to add decent integration for Google’s Guice IoC framework.
Turns out, it’s not very hard at all, as I’ve just done it over my lunch-break. ;-)
There is now a wicket-guice project in Wicket trunk, which does the appropriate stuff. There is also some example code, which should soon show up as a live demo here on the Wicket examples web site.
Read More »
As posted on wicket-user, I’m trying to get a Wicket Users Group off the ground here in London. With the 1.3.0 release on the near horizon, Wicket is really beginning to gain some traction in the industry. Come along and see what all the fuss is about.
Trying to find information about Wicket? I’ve set up a new custom Wicket search engine courtesy of Google. Feel free to give it a twirl, and please ask me if you’d like any sites adding to it.
Matt Raible has a post asking people for various statistics about their web framework of choice. He’s asking for numbers for the following:
- How many tools (i.e. IDE plugins) are available for your web framework?
- How many jobs are available for your framework on Dice.com? What about Indeed.com?
- How many messages where [sic] posted to your user mailing list (or forum) in March 2007?
- How many books are available for your framework?
What on earth does he intend to do with them, I wonder? All of these numbers superficially look like they should be “more is better”. On second glance, they’re anything but:
- If you have lots of IDE tooling available, it probably means the configuration for the framework is overly complex and unmanageable without it.
- The framework with the largest number of jobs available is probably Struts 1. Enough said.
- People only post to user lists when they are stuck. If the framework is hard to use, there will be lots of e-mails. If it has a steep learning curve, and/or the documentation is poor, this will be particularly so. On the other hand, an active list might point to a large active user base. Who knows which is which from a raw figure? It might be better to find the number of posters, not the number of messages.
- If your framework is fairly stable, and someone has written a fabulous tome on it that is universally acknowledged as “the bible”, few people would bother writing another book for it. Niche books usually only get written if there is no book currently in that space or if the existing books are rubbish and the author(s) think they can do better. How many books are written is therefore a function of the number written on the subject before a good one arrives, and how stable your framework is. The first is a small random number, probably. The second number is “more is worse”, assuming you don’t like frameworks that change under you all the time.
So, I guess I’m curious what extrapolations Matt intends to make from these figures. ;-)