How to create an HTTP Server with Netty

Netty is a framework which you can add to your developer’s stack to create event based non blocking applications. You can easily adapt it to handle a variety of Protocols. In this tutorial we will show how to create and run a simple HTTP Server with Netty.

Read more

Byteman advanced tutorial

Welcome to the advanced tutorial on Byteman, a Java bytecode manipulation tool!  Byteman is a powerful tool that allows you to inject code into your Java application at runtime. This can be useful for a wide range of tasks, including debugging, testing, and performance monitoring.

In this tutorial, we will cover some of the more advanced features of Byteman, such as how to intercept a JMS message received by an MDB so that we can perform some extra actions on it, without changing the actual MDB code.

Read more

What’s new with Quarkus 2.0 and how to get started quickly

Quarkus 2.0 has been released! In this article, we will cover the highlights of the new major version and the requirements to get started or migrate to this exciting new version. Quarkus 2.0 aims to bring ease of development at an even higher level. There are several improvements in the tooling area and the major … Read more