Team Blog
  • TouK
  • Portfolio
  • Careers
  • Talks
  • Nussknacker
Team Blog
  • TouK
  • Portfolio
  • Careers
  • Talks
  • Nussknacker

Browsing Tag

java

81 posts
DDevelopment & Design
Read More
  • 6 minute read

The road to Kotlin Symbol Processing

  • byPiotr Jagielski
  • August 16, 2022
There’s a long back story to Java annotations. Introduced in 2004 for Java 5 and supported by the javac compiler since Java 6 in 2002, Read more
DDevelopment & Design

Testing Kotlin with Spock Part 3 – Interface default method

  • byDominik Przybysz
  • September 27, 2018
Kotlin allows you to put method implementation in an interface. The same mechanism can be found in Java interfaces as default methods (and also Groovy Read more
DDevelopment & Design

Testing Kotlin with Spock Part 2 – Enum with instance method

  • byDominik Przybysz
  • May 28, 2018
The enum class with instance method in Kotlin is quite similar to its Java version, but they are look a bit different in the bytecode. Let's see the difference by writing some tests using Spock.What do we want to test?Let's see the code that we want to... Read more
DDevelopment & Design

Spring Boot 2.0 HTTP request metrics with Micrometer

  • byMichał Bobowski
  • March 5, 2018
Introduction Brand new Spring Boot 2.0 has just been released and TouKs couldn’t wait to try it in the production. One of the newly added Read more
DDevelopment & Design

MapStruct mapper injection in OSGi Blueprint

  • byDominik Przybysz
  • January 18, 2018
What is MapStruct?According to MapStruct website:MapStruct is a code generator that greatly simplifies the implementation of mappings between Java bean types based on a convention over configuration approach. The generated mapping code uses plain metho... Read more
DDevelopment & Design

Vavr, Collections, and Java Stream API Collectors

  • byGrzegorz Piwowarek
  • August 23, 2017
Vavr is now a must-have for every modern Java 8+ project. It encourages writing code in a functional manner by providing a new persistent Collections Read more
DDevelopment & Design

Deploy WSDL file as OSGI Bundle in Apache Karaf

  • byDominik Przybysz
  • August 16, 2016
Introduction WSDL file describes webservices. Java classes are often generated from WSDL. For this purpose, we could use command line tools (e. g. wsdl2Java or Read more
DDevelopment & Design

Formatting Java Time with Spring Boot using JSON

  • byMichał Lewandowski
  • February 12, 2016
stf0-banner The aim of this post is to summarize and review ways of formatting Java Time objects using Spring Boot and Jackson library. This post is Read more
DDevelopment & Design

Do not use AllArgsConstructor in your public API

  • byDominik Przybysz
  • January 17, 2016
Introduction Do you think about compatibility of your public API when you modify classes from it? It is especially easy to miss out that something Read more
DDevelopment & Design

Primitives and its wrapped types compatibility

  • byDominik Przybysz
  • December 13, 2015
IntroductionHow often do you think about possible changes in your API? Do you consider that something required could become optional in future? How about compatibility of such change? One of this changes is going from primitive (e. g. int) to its wrapp... Read more
Team Blog
© TouK sp. z o.o. s.k.a. 2016-2023