VOOZH about

URL: https://www.javacodegeeks.com/author/ondrej-mihalyi

⇱ Ondrej Mihalyi, Author at Java Code Geeks


  • Software Development👁 Image
    Ondrej MihalyiJuly 5th, 2022
    0 314

    INTRODUCTION TO CONCURRENCY AND THREADS IN JAVA WEB APPS

    Threads, concurrency, or synchronization are not very easy to understand concepts. When some concurrency is involved in our applications it’s…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ondrej MihalyiNovember 29th, 2021
    0 420

    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 »
  • Enterprise Java👁 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 »
  • Enterprise Java👁 Image
    Ondrej MihalyiApril 14th, 2020
    0 187

    Possible ways to use Arquillian in Jakarta EE TCKs

    Recently, we had a discussion how to create a standalone Jakarta Batch test kit (TCK). For most of the committers,…

    Read More »
  • Core Java👁 Image
    Ondrej MihalyiMarch 10th, 2020
    3 1,812

    New features between Java 8 and Java 14

    Since version 9, Java has new features every 6 months and it’s very hard to keep track of these new…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ondrej MihalyiJune 27th, 2018
    0 177

    Speed Up Services With Reactive API in Java EE 8

    Services can often be optimized with asynchronous processing even without changing their behavior towards the outside world. The reason why…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ondrej MihalyiNovember 24th, 2017
    1 1,881

    Configure passwords in Payara Server and GlassFish

    Answeriing Stackoverflow questions provides a great feedback for finding out gaps in the official documentation of my favourite opensource tools.…

    Read More »
  • Core Java👁 Image
    Ondrej MihalyiAugust 25th, 2016
    0 86

    So, Oracle killed java.net

    Well, not yet…but they announced to shutdown java.net and kenai by May 2017. I have been interviewed about this for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ondrej MihalyiFebruary 24th, 2016
    0 191

    JPQL Enhancements in JPA 2.1 and Java EE 7 (part 1 – JOIN ON)

    Java EE 7 is around for a few years already, and provides several very useful and long-awaited features, like entity…

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