Skip to main content

4 posts tagged with "Apache"

Apache tag description

View All Tags

Java Talks, Go Listens: My First Apache Pulsar App

· 7 min read
Daniel Dias
Daniel Dias
Software Engineer at Itaú Unibanco | Java | Golang | Apache TomEE Committer

java-pulsar-golang-banner

In this post, we will use Apache Pulsar to build a simple workflow: a Java Producer will send messages to a topic, and a Go Consumer will read and process those messages.

This hands-on approach will help you understand the basics of how Pulsar works and how to integrate it into multi-language applications.

Using Apache OpenWebBeans in Java SE

· 3 min read
Daniel Dias
Daniel Dias
Software Engineer at Itaú Unibanco | Java | Golang | Apache TomEE Committer

This post have objective to show how configure the Apache OpenWebBeans in our Java SE applications . So, this post will be short : )

This is my first article in English, Please, enjoy the subject . And sorry by the grammatical mistakes.

Knowing Apache Deltaspike Injecting Resources

· 3 min read
Daniel Dias
Daniel Dias
Software Engineer at Itaú Unibanco | Java | Golang | Apache TomEE Committer

In this post, we’ll look at another feature within DeltaSpike’s CORE module, called Injecting Resources.

This is a short post, just to demonstrate how it works.

Injecting Resources

One of the features I find really cool in DeltaSpike is that it provides simple APIs for basic resource loading and reading of properties files.

At least for me, this is quite useful. Let’s see how it works.