VOOZH about

URL: https://www.javacodegeeks.com/tag/kivakit

⇱ KivaKit Archives - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeJanuary 21st, 2022
    0 138

    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 178

    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 163

    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 340

    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 152

    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 »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeOctober 1st, 2021
    0 125

    KivaKit deployments

    KivaKit applications can be configured using the settings api, but there is an easier way to configure an application for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jonathan LockeSeptember 23rd, 2021
    0 108

    KivaKit resources

    A resource is a stream of data that can be opened, read from or written to, and then closed. KivaKit…

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