Payara Podcast - Java User Group Spotlight – JUG Oberpfalz
Originally published on 01 May 2025
Last updated on 01 May 2025

For this episode, I had a really interesting chat with Richard Fichtner, the leader of JUG Oberpfalz. Some of you may recognise Richard from many Java industry events, as he’s a frequent conference speaker, but he’s also known as the face of the JCon Conference as one of the organisers of this very popular Java event.
Richard is a Java Champion with 20 years of experience in the software industry. He’s the CEO and Principal Software Architect at XDEV, he’s actively contributing to the open source community through projects like RapidClipse and advocating for best practices in Apache Maven.
During our conversation for Payara Podcast, we talked about the history of JCon and JUG Oberpfalz, with Richard sharing some interesting stories about running both small, rural-based JUG, and a large, very popular Java conference. We discussed challenges that organisers of Java communities often face and how you can overcome them by perseverance, learning from your mistakes and most importantly – working together as a community and learning from each other’s experiences.
Tune in to learn more about Java Community with this episode of the Java User Group Spotlight with JUG Oberpfalz.
The episode is available on Spotify and on YouTube.
- JUG Oberpfalz - https://www.meetup.com/jug-oberpfalz/
- JCon Europe - https://2025.europe.jcon.one/
Related Posts
Maven 4: Streamlining Enterprise Java Development with Jakarta EE, Spring Boot and Quarkus
Published on 08 May 2025
by Luqman Saeed
0 Comments
After two decades as Java's dominant build tool (no offense to Gradle), Maven is undergoing its most significant evolution. While the official Maven documentation outlines the technical changes in Maven 4, this blog post focuses specifically on ...
Simplifying Jakarta EE Development with JBang and Payara Micro
Published on 14 Apr 2025
by Luqman Saeed
0 Comments
What is JBang?
JBang is a tool that lets you run Java code with zero build setup. It handles dependencies, compilation, and execution with a single command - making Java as easy to run as a script. With JBang, you can: