Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 40 additions & 3 deletions archetypes/talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,65 @@ event_type: talk
event_date: <EVENT_DATE>18:00:00+02:00
event_start: <EVENT_DATE>T18:30:00+02:00
event_host: XXXXXXXXXXXX
event_lang: de
event_lang: de/en/??
event_seats: XXXXXXXX
event_speaker:
- XXXXXXXX
- YYYYYYYY

meetup_signup_url: http://meetup.com/jug-bb/<XXXXXXXXX>
---

The Java User Group Berlin-Brandenburg and our partner XXXXX invite you to the talk **YYYYY** by YYYY on **month the 13th, YYYY.

oder
Am **<DATUM>**, lädt die Java User Group Berlin-Brandenburg und <PARTNER> zum Vortrag **{{ replace .Name "-" " " | title }}** mit <SPEAKER:IN> ein.

<!--more-->
## The Talk

oder

## Der Vortrag

**Titel**(_Speaker:in_):
**Titel** (_Speaker:in_):

abstract

## The Speaker

oder

## Der Redner / Die Rednerin

{{< speaker initials="SM" >}}
bio
{{< /speaker >}}


## Der Treffpunkt

oder

## The Location

{{< location >}}
Firma
Adresse
Google-Maps-Adresse
Google-Maps-Adresse
{{< /location >}}

## The Program

{{< agenda >}}
- 18:30 Doors open
- 19:00 Start of the talk
{{< /agenda >}}

Afterwards, there will be time for networking and a chat.

ODER

## Der Ablauf

{{< agenda >}}
Expand All @@ -44,6 +74,13 @@ Google-Maps-Adresse

Anschließend gibt es die Möglichkeit für Networking und Plausch.

## The Registration

We would appreciate it if you could pre-register for the event via the [JUG Berlin-Brandenburg Meetup Group](https://www.meetup.com/jug-bb/), but registration is not mandatory.
We look forward to seeing everyone.

oder

## Die Anmeldung

Über eine Voranmeldung zu der Veranstaltung über die [Meetup-Gruppe der JUG Berlin-Brandenburg](http://meetup.com/jug-bb/) würden wir uns freuen, jedoch ist die Anmeldung nicht zwingend erforderlich. Wir freuen uns auf jeden Teilnehmer.
2 changes: 1 addition & 1 deletion content/blog/2025/forget-efficiency.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ https://www.google.com/maps/search/codecentric+AG+K%C3%B6penickerstr.+31+Berlin
- 19:00 Start of the talk
{{< /agenda >}}

Afterwards there will be time for networking and a chat.
Afterwards, there will be time for networking and a chat.

## The Registration

Expand Down
59 changes: 59 additions & 0 deletions content/blog/2026/jobrunner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: "A Java 8 lambda and JobRunr is all you need for distributed (batch) processing!"
date: 2026-08-29T14:19:29+02:00
author: Oliver B. Fischer
event_type: talk
event_date: 2026-10-07T18:00:00+02:00
event_start: 2026-10-07T18:30:00+02:00
event_host: codecentric
event_lang: en
event_seats: 60
event_speaker:
- Ronald Dehuysser

meetup_signup_url: https://www.meetup.com/de-DE/jug-bb/events/316325588/
---

The Java User Group Berlin-Brandenburg and our partner [codecentric](https://www.codecentric.de/) invite you to the talk **A Java 8 lambda and JobRunr is all you need for distributed (batch) processing!** by Ronald Dehuysser on **October the 7th, 2026**.

<!--more-->
## The Talk

**A Java 8 lambda and JobRunr is all you need for distributed (batch) processing!** (Ronald Dehuysser):

Are you struggling with CPU-intensive tasks, high I/O work, or do you need to schedule background jobs without blocking the rest of your system? I often see teams building a scheduling solution themselves, severely underestimating the complexity of running jobs asynchronously. A costly endeavour, especially with a simple, free and open-source solution readily available.

During this entertaining session, I will introduce you to JobRunr: the ultimate open-source library for background processing in Java, recommended by ThoughtWorks. By transforming Java lambdas into distributed background tasks, JobRunr allows you to run any job at any time and on any JVM. We'll delve into its diverse features such as job persistence, automatic retries, scalability (hello k8s), and the integrated dashboard to provide you with a good grasp of the possibilities. Oh, and did you know it also works on GraalVM? The attendees will learn how bytecode in Java works.

After this session, you’ll have a good idea of what JobRunr is, how it does its magic, and how it will allow you to focus on delivering value to your end users instead of implementing scheduling over and over again.

## The Speaker

{{< speaker initials="RD" >}}
**Ronald Dehuysser** is a software architect from Belgium and creator of JobRunr.
Seamlessly integrating with Spring Boot, Micronaut, and Quarkus, JobRunr is Ronald's solution for efficient distributed background job processing.

When he's not working on open-source software, he is probably either rock climbing or sipping a fine Belgian Duvel beer.
{{< /speaker >}}

## The Location

{{< location >}}
codecentric AG
Köpenicker Str 31, 10179 Berlin
https://maps.app.goo.gl/3Wthrtk1rxvjdzDj6
{{< /location >}}

## The Program

{{< agenda >}}
- 18:30 Doors open
- 19:00 Start of the talk
{{< /agenda >}}

Afterwards, there will be time for networking and a chat.

## The Registration

We would appreciate it if you could pre-register for the event via the [JUG Berlin-Brandenburg Meetup Group](https://www.meetup.com/jug-bb/), but registration is not mandatory.
We look forward to seeing everyone.