VOOZH about

URL: https://www.javacodegeeks.com/author/michael-scharhag/page/4

⇱ Michael Scharhag, Author at Java Code Geeks - Page 4 of 11


  • Core Java👁 Image
    Michael ScharhagAugust 13th, 2020
    0 227

    Quick tip: ISO 8601 durations in Java

    Many developers know about the interchange formats for dates and times defined by ISO 8601. (For example 2007-08-31T16:47+00:00 which represents…

    Read More »
  • Kotlin👁 Image
    Michael ScharhagAugust 13th, 2020
    0 1,048

    Getting started with Ktor

    Ktor (pronounced kay-tor) is an open source Kotlin framework for building asynchronous web applications. This post shows how to create…

    Read More »
  • Enterprise Java👁 Image
    Michael ScharhagAugust 11th, 2020
    0 832

    Integrating JSON Schema validation in Spring using a custom HandlerMethodArgumentResolver

    In previous posts we learned about JSON Schema and how we can validate a JSON document against a JSON Schema…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagAugust 10th, 2020
    0 189

    REST: Managing One-To-Many relations

    In a previous post we looked at many-to-many relations. This time we will see how to model one-to-many relations in…

    Read More »
  • Enterprise Java👁 Image
    Michael ScharhagAugust 10th, 2020
    2 3,950

    JSON Schema validation in Java

    In this post we will see how to validate a JSON document against a JSON Schema in Java. We will…

    Read More »
  • Enterprise Java👁 Image
    Michael ScharhagAugust 9th, 2020
    0 383

    Validating and documenting JSON with JSON Schema

    JSON Schema is a way to describe a JSON document. You can think of XML Schema for JSON. It allows…

    Read More »
  • Software Development👁 Image
    Michael ScharhagAugust 8th, 2020
    0 716

    Common HTTP Status codes

    What is a HTTP status code? HTTP status codes are part of the status-line of a HTTP response. These 3-digit…

    Read More »
  • Kotlin👁 Image
    Michael ScharhagJuly 9th, 2020
    0 270

    Kotlin / IntelliJ quick hint: Operator navigation

    This is just a quick hint if you are programming Kotlin with IntelliJ: In IntelliJ you can ctrl-click on operators…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagJuly 6th, 2020
    0 670

    REST: Creating resources

    Resource creation is a common REST API operation. In this post we will see how single resource can be created.…

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