Posts tagged with Java


Java

Mapping with Dozer

Dozer is a simple bean mapping framework, which allows you to convert an object of a specific type, to an object of another type.

Java

Testing your Spring Boot application with Selenium

Functional testing never has been easier with Spring Boot and FluentLenium, a wrapper framework for Selenium, using a fluent API.