Stas's blog
Thursday, January 21, 2010
Compile recursively with javac
›
To my shame I have never used javac directly for compiling source files, always it was something like "ant". And today it was the ...
11 comments:
Sunday, December 20, 2009
List of Open source trading software
›
For everybody who is interested in topic. List of links below should help to make initial evaluation of available open-source java trading s...
9 comments:
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