Archive for November, 2005

Nov 30 2005

Firefox 1.5 is released

Published by Anders under General

Yep. It’s here. Don’t really remember what’s new either, just got to have it. Get it here.

One response so far

Nov 29 2005

Java consolidation

Published by Anders under Java

As I mentioned yesterday Struts and WebWork is merging. Dion Almaer also has a post about what’s happening in the java space. Especially Clarity looks interesting.

One response so far

Nov 28 2005

Struts and WebWork merges

Published by Anders under Java

Struts and WebWork has decided to join forces. Read about it here. Excellent, this will create a very strong contender in the Java webframework space.

One response so far

Nov 24 2005

Understanding cache

Published by Anders under Java

As a reminder of what I wrote about caching in Hibernate, Matt Raible has been banging his head against the wall with cache issues. Understand your cache.

No responses yet

Nov 22 2005

Hibernate Caching

Published by Anders under Java

Caching is an essential component in any ORM solution. Without it it is impossible to obtain a decent performance, and without a proper understanding of the mechanisms at work you will get bad performance.
Some products like TopLink will behave extremely weird with improper usage of the cache, and leave you crying. Do [...]

3 responses so far

Nov 22 2005

TC4/TC5 – Character Encoding

Published by Øyvind under General

Tomcat 4 and Tomcat 5 handles character encoding of the document body and the URI in diferent ways. One of the main differences is that in TC5 HTTPServletRequest.setCharacterEncoding(…), by default, only applies to the body and not the URI. In other words, use POST instead of GET if you want .setCharacterEncoding(…) to apply to [...]

No responses yet

Nov 20 2005

SOA Antipatterns

Published by Anders under Java

IBM DeveloperWorks has a good article with common SOA antipatterns here. I’m no big fan of SOA, but that doesn’t mean it doesn’t have a use. It’s just that the hype has to pass and everyone has to realize it’s not something you have to use everywhere. How long did it take with EJBs? [...]

No responses yet

Nov 18 2005

Spring transaction details

Published by Anders under Java

There’s a good in-depth article on Spring transaction handling here.

No responses yet

Nov 17 2005

Webstats

Published by Anders under Web

I’ve been using awstats for a while and I was satsisfied with it. One of the biggest problems is really that it shows all traffic. I’m not really interested in seeing all the traffic generated by all the bots. Enter Google Analytics. It takes some time to get data in there I guess, but I [...]

No responses yet

Nov 17 2005

Resize partitions with Linux

Published by Anders under General

Sweet. Here’s an article on how to use Linux to resize existing partitions.

No responses yet

Older Entries »