Interesting Java-related links. September 9 – September 15 2013
http://www.jooq.org/ – how cool this library is! It allows you to create SQL queries on the fly and still having compile-time validations. And it knows about different RDBMS dialects. Can’t wait to put my hands on it on some real project. https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.3 – sweet stuff in the new PostgreSQL release: materialized views, lateral subqueries, faster pg_dump https://github.com/alexec/thread-jiggler – a small project to test multi-threaded code http://grails.org/doc/2.3.0/guide/introduction.html#whatsNew23 – a new release 2.3.0 of the beloved Grails framework is there http://www.oracle.com/technetwork/java/javase/7u40-relnotes-2004172.html, http://www.oracle.com/technetwork/java/javase/2col/7u40-bugfixes-2007733.html…
MS SQL, the most funny exception I have caught in my life :)
Hello everybody, I like to do some experiments sometime, today I have caught a super cool exception 🙂 Just try to imagine: you are doing tests with super real time system which is working under heavy load and inserting a lot of rows same time. All is fine, all is cool. One day you are getting in the log an exception and your system stops writing anything into the database: Arithmetic overflow error converting IDENTITY to data type int. Arithmetic…