VOOZH about

URL: https://www.javacodegeeks.com/author/Marcin-Zajaczkowski/page/2

⇱ Marcin Zajaczkowski, Author at Java Code Geeks - Page 2 of 3


  • Core Java👁 Image
    Marcin ZajaczkowskiSeptember 13th, 2017
    1 199

    Modern TDD-oriented Java 8 JUnit test template for Idea (with Mockito and AssertJ)

    Tune up your JUnit test class template for Idea with the BDD-like syntax, Java 8 and the Mockito-AssertJ duo. Topics…

    Read More »
  • Core Java👁 Image
    Marcin ZajaczkowskiMay 17th, 2017
    0 580

    Importance of given-when-then in unit tests and TDD

    Recently, I’ve been writing rather about more advanced concepts related to automatic testing (mostly related to Spock). However, conducting my…

    Read More »
  • Core Java👁 Image
    Marcin ZajaczkowskiJune 8th, 2016
    0 141

    Gradle tricks – display buildscript dependencies

    The simply way how buildscript dependencies (e.g. plugins) can be displayed and analyzed in Gradle Introduction This is the third…

    Read More »
  • Core Java👁 Image
    Marcin ZajaczkowskiApril 28th, 2016
    0 74

    Better dealing with “Could not find property X on plugin Y” in Gradle 2.13

    Missing username, password or token to a service you may have never heard of? It usually happens when you try…

    Read More »
  • Core Java👁 Image
    Marcin ZajaczkowskiMarch 1st, 2016
    0 307

    Parallel execution of blocking tasks with RxJava and Completable

    ” How parallel execution of blocking “side-effect only” (aka void) tasks became easier with Completable abstraction introduced in RxJava 1.1.1.…

    Read More »
  • Core Java👁 Image
    Marcin ZajaczkowskiDecember 8th, 2015
    1 200

    Using Mockito without static imports with Java 8

    How to simplify Mockito usage by removing static imports in Java 8 based projects. Rationale Mockito API is based on…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Marcin ZajaczkowskiOctober 7th, 2015
    0 230

    Simpler handling of asynchronous transaction bound events in Spring 4.2

    Introduction As you probably already know (e.g. from my previous blog post) it is no longer needed to create a…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Marcin ZajaczkowskiOctober 1st, 2015
    1 131

    Annotation-driven event listeners in Spring 4.2

    Introduction Exchanging events within the application has become indispensable part of many applications and thankfully Spring provides a complete infrastructure…

    Read More »
  • Enterprise Java👁 Image
    Marcin ZajaczkowskiSeptember 10th, 2015
    1 297

    Deploy to Maven Central using API key (aka auth token)

    How to communicate with Maven Central/Nexus without using the password kept locally unencrypted (especially with Gradle, but not limited to…

    Read More »
  • «
  • 1
  • 2
  • 3
  • »
Back to top button
Close