Problems with syntetic code benchmarks like sonar (with coberture) often link to problematic project configuration. It took me at least few moths to find source Read more
Author: Michał Trzaskowski
TouK on WGK 2011 – update
I National Conference on Computer Games Development in Gdańsk is officially over. Three days with polish game dev, technical lectures and challenging 8 hour game Read more
TouK on WGK 2011
TouK is one of the lecturers on this year WGK (I National Conference on Computer Games Development). The conference is to take place on Gdańsk Read more
JAXB and unmappable character for encoding UTF-8
Using locale specific characters in schema or wsdl (i.e. for documentation purpose) is still quite problematic. Especially if you are using JAXB to generate wsdl2java Read more
GWT / GXT compilation slow and freezes my Windows ?
Recently I was able to run some basic GWT / GXT compilation tests to compare time efficiency between some old and new machines using Microsoft Read more
GWTaculous – visual effects on the loose !
GWTaculous is open source visual effects library for application created in or based on GWT. It is based on other open source library –
Windows 7 – problem with login to your web application
Have you ever experienced problem with login to your web application that uses JCIFS NtlmHttpFilter ? Does the problem occurs on new Windows platforms (Windows Read more
Playing with maven release plugin
Using maven release plugin can save you a lot of time, especially if you still manually mange your project versioning. But sometimes it can be Read more