Categories
Development

Hibernate Query details

For the upcoming release of Hibernate 3, which by the way has hit Beta 1, the query parser has been rewritten. The refactoring was done because the old code were getting messy, and to support new features in a cleaner way. The first article with details about the new parser can be found here.

Categories
Personal

Happy new years

Well. A year is over. A new one begins. I’m sure it will all be different in the year to come. 😉

It was my first year of blogging, and according to my stat system (active from May) these are the numbers:

  • Unique visitors: 18000
  • Visits: 31000
  • Visits through search engines: 11000
  • Links from other pages: 12000

I’m doing a lot of linking, and some content once in a while. It’s nice to see that people actually read what i write. 🙂 Top stories:

Alright. That’s it. The numbers are of course a bit off, no loganalyser could ever be right. But it’s cool seeing the numbers month by month. Happy someone likes what I gather up. 🙂 Happy new years!

Categories
Development

Design for concurrency

There’s a good and extensive article here about processor performance development, and why concurrency will be increasingly important in the future.

Via Rickard Öberg.