VOOZH about

URL: https://www.javacodegeeks.com/author/Jerome-Versrynge/page/2

⇱ Jerome Versrynge, Author at Java Code Geeks - Page 2 of 2


  • Software Development👁 Image
    Jerome VersryngeNovember 13th, 2012
    0 344

    Trunk, Branch, Tag And Related Concepts

    Trunk, Branch and Tag concepts are relevant to revision control (or version control) systems. These systems are typically implemented as repositories containing electronic…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jerome VersryngeNovember 11th, 2012
    2 671

    Spring MVC REST Calls With Ajax

    This post provides a simple example of REST calls to a Spring MVC web application. It is based on the Serving…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jerome VersryngeNovember 8th, 2012
    1 345

    Spring MVC Error Handling Example

    This post describes the different techniques to perform error handling in Spring MVC 3. The code is available on GitHub in…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jerome VersryngeNovember 2nd, 2012
    0 100

    Spring: Setting Logging Dependencies

    This post describes how to set-up logging dependencies in Spring. It is based on information available in a post by Dave…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jerome VersryngeOctober 30th, 2012
    1 197

    Spring MVC Form Validation (With Annotations)

    This post provides a simple example of a HTML form validation. It is based on the Spring MVC With Annotations example. The…

    Read More »
  • Software Development👁 Image
    Jerome VersryngeOctober 25th, 2012
    3 775

    Introduction To REST Concepts

    Introduction This post aims at demystifying the REST (Representational State Transfert) web design concepts. REST is based on a client…

    Read More »
  • Enterprise Java👁 Image
    Jerome VersryngeOctober 15th, 2012
    1 218

    Spring MVC Customized User Login Logout Implementation Example

    This post describes how to implement a customized user access to an Spring MVC web application (login logout). As a…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jerome VersryngeOctober 5th, 2012
    3 897

    JUnit Testing Spring Service and DAO (with In-Memory Database)

    This post describes how to implement JUnit tests for a Spring Web Application’s Services and DAO. It is built on…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jerome VersryngeOctober 5th, 2012
    0 644

    Spring MVC Controller JUnit Testing

    JUnit testing Spring MVC controllers is not an easy task. But recently, a new project (to be included in Spring…

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