VOOZH about

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

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


  • Software Development👁 Image
    Petri KainulainenJanuary 9th, 2014
    0 206

    Why Continuous Improvement Is Worth It?

    When we start a new software project, we are typically full of enthusiasm. The whole team thinks that this time…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenDecember 30th, 2013
    0 155

    Adding Social Sign In to a Spring MVC Web Application: Unit Testing

    Spring Social 1.0 has a spring-social-test module which provides support for testing Connect implementations and API bindings. This module was…

    Read More »
  • Software Development👁 Image
    Petri KainulainenNovember 25th, 2013
    7 168

    Turning Assertions Into a Domain-Specific Language

    Assertions are an essential part of our unit tests. And yet, it so easy to neglect them. That is a…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenOctober 30th, 2013
    1 238

    Adding Social Sign In to a Spring MVC Web Application: Registration and Login

    The first part of this tutorial described how we can configure Spring Social 1.1.0 and Spring Security 3.2.0 but it…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenOctober 8th, 2013
    15 277

    Adding Social Sign In to a Spring MVC Web Application: Configuration

    In the good old days users logged in by using the combination of username and password. Although nowadays some people…

    Read More »
  • Software Development👁 Image
    Petri KainulainenSeptember 17th, 2013
    5 115

    From Top to Bottom – TDD for Web Applications

    I am a “testing fanatic” but I don’t understand test-driven development. Or so I thought. I have read a few…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenAugust 23rd, 2013
    0 196

    Creating Code Coverage Reports for Unit And Integration Tests with The JaCoCo Maven Plugin

    When I started using Java 7, I noticed right away that the Cobertura Maven plugin doesn’t support it. This was…

    Read More »
  • Software Development👁 Image
    Petri KainulainenAugust 16th, 2013
    5 161

    The Dark Side of Best Practices

    Best practices are the backbone of software development (or so we are told). Every developer has his own opinions about…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenAugust 7th, 2013
    5 386

    Unit Testing of Spring MVC Controllers: REST API

    Spring MVC provides an easy way to create REST APIs. However, writing comprehensive and fast unit tests for these APIs…

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