Stas's blog
Sunday, February 22, 2009
Memory mapped files in Java? Easy!?
›
Heh. Not so easy :) In NIO there is ability to work with memory mapped files, which is provided via java.nio.MappedByteBuffer. I was really ...
1 comment:
Sunday, February 1, 2009
Java Exceptions usage
›
I'm working on project which definitely requires Exception re-architecture and I had a quick discussion about that topic with my colleag...
2 comments:
Friday, August 15, 2008
Hibernate read-only cache strategy bug?
›
Hibernate has several cache stratagies, and one of them is ReadOnly. It looks like ReadOnly should be one which provides the best performanc...
4 comments:
‹
Home
View web version