Stas's blog
Wednesday, October 21, 2009
Hibernate + Spring in Standalone application
›
Just a quick reminder howto use Hibernate + Spring in standalone application. First comes hibernate session factory. I prefer to use separat...
5 comments:
Thursday, August 20, 2009
How to make IntelliJ Idea usable on linux
›
Which Idea on Linux there are two big problems - memory (which I failed to resolve :)) and overall performance. When I've just installed...
3 comments:
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