VOOZH about

URL: https://www.javacodegeeks.com/author/petri-kainulainen/page/2

⇱ Petri Kainulainen, Author at Java Code Geeks - Page 2 of 9


  • Core Java👁 Image
    Petri KainulainenJanuary 16th, 2015
    0 295

    Getting Started with Gradle: Creating a Multi-Project Build

    Although we can create a working application by using only one module, sometimes it is wiser to divide our application…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenDecember 16th, 2014
    0 173

    Creating a REST API with Spring Boot and MongoDB

    This year I greeted Christmas in a different fashion: I was a part of the Java Advent Calendar. Let’s boot…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenDecember 10th, 2014
    2 144

    Spring Data JPA Tutorial: Getting the Required Dependencies

    Before we can create an application that uses Spring Data JPA, we need to get the required dependencies. This blog…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenDecember 3rd, 2014
    0 209

    Spring Data JPA Tutorial: Introduction

    Creating repositories that use the Java Persistence API is a cumbersome process that takes a lot of time and requires…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenNovember 5th, 2014
    0 580

    Spring from the Trenches: Resetting Auto Increment Columns Before Each Test Method

    When we are writing integration tests for a function that saves information to the database, we have to verify that…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenNovember 2nd, 2014
    0 230

    Spring from the Trenches: Using Null Values in DbUnit Datasets

    If we are writing integration tests for an application that uses Spring Framework, we can integrate DbUnit with the Spring…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Petri KainulainenOctober 23rd, 2014
    2 173

    Understanding Spring Web Application Architecture: The Classic Way

    Every developer must understand two things:                     Architecture design is necessary.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenOctober 13th, 2014
    0 180

    Using Asciidoctor with Spring: Rendering Asciidoc Documents with Spring MVC

    Asciidoc is a text based document format, and that is why it is very useful if we want to commit…

    Read More »
  • Core Java👁 Image
    Petri KainulainenSeptember 12th, 2014
    0 294

    Getting Started with Gradle: Creating a Binary Distribution

    After we have created a useful application, the odds are that we want to share it with other people. One…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close