VOOZH about

URL: https://www.javacodegeeks.com/author/jonathan-locke

⇱ Jonathan Locke, Author at Java Code Geeks


  • Software Development👁 Image
    Jonathan LockeAugust 13th, 2022
    0 202

    The KivaKit Manifesto — A New Vision for Java

    The KivaKit project is more than a modular application framework for Java. It’s a new way to think about coding…

    Read More »
  • DevOps👁 Image
    Jonathan LockeFebruary 18th, 2022
    0 156

    KivaKit – Docker Build Environment

    KivaKit – Docker Build Environment    KivaKit 1.2.3 provides a Docker build environment that makes it easy to build KivaKit…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeJanuary 21st, 2022
    0 135

    Kernel – Message Formatting and Template Expansions

    Kernel – Message Formatting and Template Expansions    The module kivakit-kernel supports a simple variable substitution syntax. This syntax can…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeJanuary 14th, 2022
    0 135

    KivaKit and AWS Lambda

    KivaKit 1.2 adds seamless support for AWS Lambda. Lambdas for REST and GRPC can be added to a KivaKit Microservice…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeJanuary 13th, 2022
    0 138

    KivaKit Clustering

    KivaKit Clustering   KivaKit provides built-in support for clustering of microservices using Apache Zookeeper. It supplies a cluster model that…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeDecember 6th, 2021
    2 177

    KivaKit XML Streaming

    KivaKit XML Streaming   Since Java 1.6 in 2006, Java has had a built-in XML streaming API in the package…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeOctober 13th, 2021
    0 162

    KivaKit Microservices

    KivaKit Microservices   KivaKit is designed to make coding microservices faster and easier. In this blog post, we will examine…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeOctober 8th, 2021
    0 337

    Signaling and waiting for concurrent state changes

    Java’s concurrency library (java.util.concurrent) provides a mutual-exclusion (mutex) Lock called ReentrantLock. This lock maintains a queue of threads that are…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeOctober 2nd, 2021
    0 151

    Kivakit Build

    A poor man’s multiple-repository build system Refactoring feature branches across multiple repositories A common use case when working with multiple,…

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