Już za miesiąc GeeCON w KrakowieGeeCON in Kraków, only one month left

Rejestracja trwa. W tym roku ta – jedna z najważniejszych w Polsce – konferencja javowa świętuje swoje piąte urodziny. Część naszego zespołu wybiera się do Krakowa w dniach 15-17 maja. A Wy?Registration is going on. One of the most important in Poland Java conference celebrates 5th birthday this year. A part of TouK team will be there 15-17 May, will you?

Rejestracja trwa. W tym roku ta – jedna z najważniejszych w Polsce – konferencja javowa świętuje swoje piąte urodziny. Część naszego zespołu wybiera się do Krakowa 15-17 maja. A Wy? GeeCON 2013

Registration is going on. One of the most important in Poland Java conference celebrates 5th birthday this year. A part of TouK team will be there 15-17 May, will you?


GeeCON 2013

You May Also Like

Writing JAXB in Groovy

Suppose you want write a jaxb class in groovy. Why? Because you do not have to write these all getters, setters and other methods. You only have to write your fields down.@XmlRootElement@HashCodeAndEquals@ToStringclass Person { String firstName String ...

Drawing arrows in JavaFX

Some time in the past, I was wondering what's the easiest solution for drawing arrowconnections between shapes. The problem boils down to computing boundary point for given shape, which intersects with connecting line. The solution is not so difficult ...Some time in the past, I was wondering what's the easiest solution for drawing arrowconnections between shapes. The problem boils down to computing boundary point for given shape, which intersects with connecting line. The solution is not so difficult ...