VOOZH about

URL: https://www.javacodegeeks.com/author/alex-theedom/page/2

⇱ Alex Theedom, Author at Java Code Geeks - Page 2 of 6


  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomAugust 20th, 2020
    0 1,049

    RESTful API Design

    There are five principal aspects to a RESTful API specification that must be considered prior to coding an API specification.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomMay 14th, 2019
    0 141

    Jakarta EE: A Clean Slate

    The announcement that Jakarta EE cannot use the javax.* namespace is great news and provides Jakarta EE with a clean slate on which to…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomMay 3rd, 2018
    0 546

    Get to Know Custom De/Serializers: JSON Binding Overview Series

    The most advanced way to customize JSON Binding is with custom serializers and deserializers. JSON-B serializers and deserializers are the…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomMay 2nd, 2018
    0 300

    Get to Know Adapters: JSON Binding Overview Series

    An adapter configures custom object creation and serialization by implementing the JsonbAdapter interface. The methods adaptToJson() and adaptFromJson() are overwritten…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomApril 26th, 2018
    1 97

    Get to Know Custom Object Creation: JSON Binding Overview Series

    Let’s take a look at how JSON Binding handles custom object creation. Next article in this series covers customization of…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomApril 24th, 2018
    0 86

    Get to Know Customisation: JSON Binding Overview Series

    Let’s take a look at how the annotation model and runtime configuration work when customizing the JSON Binding serialization and…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomApril 20th, 2018
    0 112

    Get to Know JSON Binding: Overview Series

    The Java API for JSON Binding (JSON-B) 1.0 strengthens the Java EE platform’s overall support for the JSON data interchange…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomApril 17th, 2018
    0 133

    Get to Know JSON Merge Patch: JSON-P 1.1 Overview Series

    Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomApril 12th, 2018
    0 126

    Get to Know JSON Patch: JSON-P 1.1 Overview Series

    Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…

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