VOOZH about

URL: https://www.javacodegeeks.com/author/Maciej-Walkowiak

⇱ Maciej Walkowiak, Author at Java Code Geeks


  • Software Development👁 Image
    Maciej WalkowiakJanuary 28th, 2014
    6 304

    Code faster with Intellij IDEA live templates

    Intellij IDEA – in my opinion the most productive IDE for Java – comes with bunch of features helping getting…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Maciej WalkowiakJanuary 21st, 2014
    1 156

    Spring Boot – foundation for modern Java application

    Spring Boot is relatively new project from Spring.io. Its aim is to simplify creating new Spring Framework based projects and…

    Read More »
  • Enterprise Java👁 Image
    Maciej WalkowiakDecember 1st, 2013
    0 187

    Integration tests with Maven 3, Failsafe and Cargo plugin

    Unit testing is available in Maven out of the box. Because of that very often its used for integration tests…

    Read More »
  • Enterprise Java👁 Image
    Maciej WalkowiakNovember 30th, 2013
    0 1,013

    JBoss Drools unit testing with junit-drools

    Recently I’ve been working with a project heavily using JBoss Drools. I am not Drools expert – I am not…

    Read More »
  • Enterprise Java👁 Image
    Maciej WalkowiakNovember 29th, 2013
    2 1,626

    Spring Data MongoDB cascade save on DBRef objects

    Spring Data MongoDB by default does not support cascade operations on referenced objects with @DBRef annotations as reference says: The…

    Read More »
  • Enterprise Java👁 Image
    Maciej WalkowiakNovember 28th, 2013
    2 1,452

    Auditing Entities in Spring Data MongoDB

    Spring Data MongoDB 1.2.0 silently introduced new feature: support for basic auditing. Because you will not find too much about…

    Read More »
  • Enterprise Java👁 Image
    Maciej WalkowiakMay 28th, 2013
    1 548

    Auditing entities in Spring Data MongoDB

    Spring Data MongoDB 1.2.0 silently introduced new feature: support for basic auditing. Because you will not find too much about…

    Read More »
  • Enterprise Java👁 Image
    Maciej WalkowiakAugust 9th, 2012
    0 158

    Java code generation with JAnnocessor

    In this article I will show you how to generate code with JAnnocessor framework created by Nikolche Mihajlovski. First time…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Maciej WalkowiakJuly 28th, 2012
    1 177

    Java talking to iOS: Java objects to Apple plist serialization

    I am happy to announce my first open source project java-plist-serializer that can help you with integrating Java and especially…

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