VOOZH about

URL: https://www.javacodegeeks.com/author/rafal-borowiec/page/9

⇱ Rafal Borowiec, Author at Java Code Geeks - Page 9 of 11


  • Core Java👁 Image
    Rafal BorowiecJune 18th, 2014
    1 1,175

    Test Data Builders and Object Mother: another look

    Constructing objects in tests is usually a painstaking work and usually it produces a lot of repeatable and hard to…

    Read More »
  • Core Java👁 Image
    Rafal BorowiecJune 12th, 2014
    0 319

    Listing a ZIP file contents with Stream API in Java 8

    In Java 8 java.util.zip.ZipFile was equipped with a stream method that allows navigating over a ZIP file entries very easily.…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecJune 4th, 2014
    0 620

    Spring 4: @DateTimeFormat with Java 8 Date-Time API

    @DateTimeFormat annotation that was introduced in Spring 3.0 as a part of Formatter SPI can be used to to parse…

    Read More »
  • Core Java👁 Image
    Rafal BorowiecMay 28th, 2014
    0 512

    Parsing a file with Stream API in Java 8

    Streams are everywhere in Java 8. Just look around and for sure you will find them. It also applies to…

    Read More »
  • Core Java👁 Image
    Rafal BorowiecMay 27th, 2014
    0 101

    Spice up your test code with custom assertions

    Inspired by the @tkaczanowski talk during GeeCON conference I decided to have a closer look at custom assertions with AssertJ…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecMay 16th, 2014
    1 1,247

    HOW-TO: Quartz Scheduler with Clustering in JEE application with MySQL

    Quartz Scheduler is one of the most popular scheduling library in Java world. I had worked with Quartz mostly in…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecMay 8th, 2014
    0 736

    Spring MVC and Thymeleaf: how to acess data from templates

    In a typical Spring MVC application, @Controller classes are responsible for preparing a model map with data and selecting a…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecApril 21st, 2014
    1 616

    HOW-TO: Spring Boot and Thymeleaf with Maven

    Spring Boot is a great piece of software allowing you to bootstrap Spring application within a few seconds. And it…

    Read More »
  • Core Java👁 Image
    Rafal BorowiecApril 13th, 2014
    0 167

    Yet another way to handle exceptions in JUnit: catch-exception

    There are many ways of handling exceptions in JUnit (3 ways of handling exceptions in JUnit. Which one to choose?,…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
Back to top button
Close