VOOZH about

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

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


  • 👁 java-interview-questions-answers
    Michael ScharhagDecember 7th, 2021
    0 222

    HTTP – Content negotiation

    With HTTP, resources are identified using URIs. And a uniquely identified resource might support multiple resource representations. A representation is…

    Read More »
  • 👁 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 »
  • 👁 java-interview-questions-answers
    Ondrej MihalyiNovember 29th, 2021
    0 427

    Get logged-in user info in Jakarta EE – the simplest way

    The security before Java EE 8 / Jakarta EE 8 used to be a bit complicated and confusing. Every specification…

    Read More »
  • 👁 Image
    StacktraceguruNovember 26th, 2021
    0 14,617

    Mockito when-then vs do-when

    Writing unit test is very important for better software quality. For unit tests Mockito is one of the most common…

    Read More »
  • 👁 java-interview-questions-answers
    Ondrej MihalyiNovember 16th, 2021
    0 375

    How to properly inject CDI beans into JAX-RS sub-resources

    Jakarta REST (JAX-RS) defines it’s own dependency injection using the @Context annotation. REST resources also support CDI injection if you enable CDI on the…

    Read More »
  • 👁 spring-interview-questions-answers
    Emmanouil GkatziourasNovember 14th, 2021
    0 1,159

    Add Grpc to your Spring Application

    On the previous example we had a Java application spinning up an http server and upon this Java process operating…

    Read More »
  • 👁 java-interview-questions-answers
    Sebastian DaschnerNovember 11th, 2021
    0 364

    Using JaCoCo to measure system test coverage

    Measuring test coverage of your production code can quickly become a heated topic, especially with regards to which percentage is…

    Read More »
  • 👁 Image
    Ramit DhamijaOctober 20th, 2021
    0 269

    All You Need To Know About Exception Handling In Selenium

    In the world of technology, exceptions are said to be as old as programming itself. Occurrence of an exception during…

    Read More »
  • 👁 spring-interview-questions-answers
    Emmanouil GkatziourasOctober 18th, 2021
    0 438

    Executing Blocking calls on a Reactor based Application

    Project Reactor is a fully non-blocking foundation with back-pressure support included. Although most libraries out there support asynchronous methods thus…

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