VOOZH about

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

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


  • Software Development👁 Image
    Petri KainulainenJuly 19th, 2013
    13 141

    We Should Not Make (or Enforce) Decisions We Cannot Justify

    Software development is a strange industry. New technologies emerge in a fast pace and old technologies become obsolete. The ability…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenJuly 15th, 2013
    4 300

    Spring Data JPA Tutorial Part One: Configuration

    Spring Data JPA is a project which aims both to simplify the creation of JPA based repositories and to reduce…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenJuly 15th, 2013
    0 291

    Unit Testing of Spring MVC Controllers: “Normal” Controllers

    The first part of this tutorial described how we can configure our unit tests which use the Spring MVC Test…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenJuly 5th, 2013
    1 267

    Unit Testing of Spring MVC Controllers: Configuration

    Writing unit tests for Spring MVC controllers has traditionally been both simple and problematic. Although it is pretty simple to…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenJuly 3rd, 2013
    0 129

    Spring from the Trenches: Using Environment Specific Cron Expressions with the @Scheduled Annotation

    The @Scheduled annotation offers an easy way to create scheduled tasks in Spring powered applications. We can use it to…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenJune 24th, 2013
    6 183

    The Biggest Flaw of Spring Web Applications

    The developers who are using Spring Framework in their applications are good to talk about the benefits of dependency injection.…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenJune 4th, 2013
    0 147

    Spring Data Solr Tutorial: Adding Custom Methods to All Repositories

    If we are using Spring Data Solr in a real life software project, the odds are that sooner or later…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenMay 31st, 2013
    0 139

    Spring Data Solr Tutorial: Pagination

    In the earlier parts of my Spring Data Solr tutorial, we have implemented a simple search function which is used…

    Read More »
  • Software Development👁 Image
    Petri KainulainenMay 31st, 2013
    1 124

    Code Reviews with Five Whys

    We are told that we should organize code reviews because code reviews good for our code base. We have followed…

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