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 ... Read more

Scalar – będziemy tam z ofertą pracy dla Was

Już w najbliższą sobotę – Scalar – bezpłatna konferencja dla wszystkich zainteresowanych Scalą. TouK ma przyjemność być jednym ze sponsorów wydarzenia. Podczas przerw będziemy rozglądać się za młodszym developerem Scali, więc jeśli jesteś zainteresowany pracą, wypatruj ludzi z TouK. This Saturday – Scalar – a free conference for funs and enthusiast of Scala. TouK has a pleasure to co-sponsor the event. During breaks we'll also look out for a junior Scala developers, so if you're interested, look out for TouK people. Read more

Custom SonarQube rules for Unit Tests

It's a tutorial about creating new rules for SonarQube analysis to be applied to Unit Tests. It is not trivial and involves a few tricky database steps, so I want to share my tutorial about it.It's a tutorial about creating new rules for SonarQube analysis to be applied to Unit Tests. It is not trivial and involves a few tricky database steps, so I want to share my tutorial about it. Read more