VOOZH about

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

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


  • Groovy👁 spring-interview-questions-answers
    Rafal BorowiecMay 31st, 2015
    0 174

    Groovier Spring Boot Integration Testing

    Recently I had a chance to use Groovy’s groovy.json.JsonSlurper in a soapUI REST project. The usage scenario in soapUI (in…

    Read More »
  • Core Java👁 Image
    Rafal BorowiecApril 24th, 2015
    0 220

    JUnit: Testing Exceptions with Java 8 and AssertJ 3.0.0

    AssertJ 3.0.0 release for Java 8 makes testing exceptions much easier than before. In one of my previous blog post…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecApril 24th, 2015
    1 623

    JAX-RS 2.x vs Spring MVC: Returning an XML representation of a list of objects

    JSON is King as it goes to all kinds of REST* APIs, but still you may need to expose multiple…

    Read More »
  • DevOps👁 Image
    Rafal BorowiecApril 22nd, 2015
    2 3,201

    Jenkins HOW-TO: build a project from multiple (Git) repositories

    Recently I have been working on a project that has two main modules: Backend and Frontend. The Backend is a…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecMarch 15th, 2015
    1 3,766

    Spring Boot Integration Testing with Selenium

    Web integration tests allow integration testing of Spring Boot application without any mocking. By using @WebIntegrationTest and @SpringApplicationConfiguration we can…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecFebruary 25th, 2015
    0 91

    Quick Start: Spring Boot and WildfFly 8.2 on OpenShift

    A really “Quick Start” with Spring Boot, WildFly and OpenShift as opposed to my last, more descriptive article. Prerequisite Before…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecFebruary 24th, 2015
    0 196

    Openshift: Build Spring Boot application on Wildfly 8.2.0 with Java 8

    OpenShift DIY cartridge is a great way to test unsupported languages on OpenShift. But it is not scalable (you can…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Rafal BorowiecFebruary 13th, 2015
    0 146

    OpenShift DIY: Build Spring Boot / Undertow application with Gradle

    Gradle 1.6 was the last supported Gradle version to run on OpenShift due to this bug. But as of Gradle…

    Read More »
  • Core Java👁 Image
    Rafal BorowiecJanuary 14th, 2015
    1 2,189

    Testing with files and directories in JUnit with @Rule

    Testing with Files and directories in JUnit is easy thanks to TemporaryFolder @Rule. In JUnit rules (@Rule) can be used…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
  • 10
  • ...
  • Last
Back to top button
Close