-
Software Development
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
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
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
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
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
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
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
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
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