Monthly Archives: October 2015

Interesting Java-related links. Week 42-44

How do PreparedStatements work in MySQL – nice introduction into things I’ve never thought of. WrapAround pattern – good description of the useful pattern. It’s fun to see something similar in the codebase of your project and then to find … Continue reading

Posted in Development, Tips | Tagged , , | Leave a comment

Joker 2015. Взгляд разработчика

Итак, Joker 2015, как это было? Готовиться к этой конференции в Петербурге мы начали сильно заранее. Мы – это я и двое коллег с моего бывшего места работы. Билеты на самолет за три месяца до вылета оказались дешевле билетов на … Continue reading

Posted in Conference, Development, Education | Tagged , , , | 2 Comments

Hibernate optimization: Mapping two properties to the same field

Recently spent some time optimizing code in our application. One of the things I was trying to optimize is creating a pretty big graph of objects which has lots of fields. So lets say we have: class User { …… … Continue reading

Posted in Development, Tips | Tagged , , , | Leave a comment