VOOZH about

URL: https://www.javacodegeeks.com/category/java/enterprise-java/page/60

⇱ Enterprise Java Archives - Page 60 of 454 - Java Code Geeks


  • 👁 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 »
  • 👁 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 »
  • 👁 Image
    Biju KunjummenOctober 4th, 2021
    0 596

    Cloud Build and Gradle/Maven Caching

    One of the pain points in all the development projects that I have worked on has been setting up/getting an…

    Read More »
  • 👁 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 »
  • 👁 java-interview-questions-answers
    Jonathan LockeOctober 1st, 2021
    0 122

    KivaKit deployments

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

    Read More »
  • 👁 java-interview-questions-answers
    Michael ScharhagOctober 1st, 2021
    0 1,362

    From layers to onions and hexagons

    In this post we will explore the transition from a classic layered software architecture to a hexagonal architecture. The hexagonal…

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

    KivaKit resources

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

    Read More »
  • 👁 java-interview-questions-answers
    Jonathan LockeSeptember 22nd, 2021
    0 112

    KivaKit command line parsing

    The kivakit-commandline module provides the switch and argument parsing used by kivakit-application. Let’s take a look at how this works.…

    Read More »
  • 👁 spring-interview-questions-answers
    Emmanouil GkatziourasSeptember 21st, 2021
    0 841

    Receive Pub/Sub messages to your Spring Application

    Pub/Sub is a messaging solution provided by GCP Before we dive into the actual configuration we need to be aware…

    Read More »
  • First
  • ...
  • 40
  • 50
  • «
  • 59
  • 60
  • 61
  • »
  • 70
  • 80
  • ...
  • Last
Back to top button
Close