Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Red Hat Sessions at Devoxx 2017

<p>&nbsp;</p> <quillbot-extension-portal></quillbot-extension-portal>

November 16, 2017
Gunnar Morling
Related topics:
JavaKubernetes
Related products:
Red Hat OpenShift

    The 2017 edition of the legendary Devoxx conference is over, and as always, it has been a fantastic week.

    Hosted in Antwerp, Belgium, and sold out months in advance, it's one of the top events of the Java community. Five days fully packed with workshops, regular conference sessions, BOFs, ignite sessions and even quickie talks during the lunch breaks - there was something for everyone.

    The super-comfortable cinema seats at the Devoxx venue are legendary, but also if you couldn't attend, you wouldn't miss a thing as the sessions were live streamed. But it gets even better: all the recordings are freely available on YouTube already.

    Red Hat was present with more than ten speakers, so Devoxx was a great opportunity for us to show the latest projects. Our sessions covered the full range of software development, from presenting a new garbage collector, over Java coding patterns and updates on popular libraries such as Hibernate, up to several talks related to microservices, including how to test, secure and deploy them on Kubernetes and OpenShift.

    For your convenience, here's a compilation of the talks hosted or co-presented by engineers from Red Hat. Let's begin with Aleksey Shipilev's session on Shenandoah, which is a new ultra-low pause time garbage collector for large heaps:

    https://www.youtube.com/watch?v=VCeHkcwfF9Q

    Mario Fusco was talking about lazy patterns and data structures as enabled by Java 8 lambdas:

    https://www.youtube.com/watch?v=84MfG4tp30s

    Library and API Updates

    In terms of library and API updates, there was a fantastic overview on the current state of the Hibernate eco-system done by Sanne Grinovero, including the latest news on Hibernate ORM (the most popular Java object-relational mapping tool), Hibernate Search (integration of full-text search), Hibernate OGM (object mapping for NoSQL stores) and more:

    https://www.youtube.com/watch?v=mJDqxfXyNdM

    Used by a huge number of projects for authoring their reference guide, how-tos etc., Asciidoctor is the go-to solution when it comes to documentation. Alex Soto gave an update on that great tool, including recent additions, extensions and an outlook to future plans:

    https://www.youtube.com/watch?v=T7RVT2_ntRU

    I had the opportunity to present the work of the Bean Validation 2.0 expert group (JSR 380). In a 15 min quickie talk, I showed the new validation features such as constraints on container elements, including a short demo using JavaFX:

    https://www.youtube.com/watch?v=GdKuxmtA65I

    Bean Validation 2.0 is part of Java EE 8, and you may have heard about the recent announcements of open sourcing the Java EE platform and moving it over to the Eclipse Foundation. Dimitris Andreadis, engineering manager for WildFly and JBoss EAP, took part in a panel discussion around these developments:

    https://www.youtube.com/watch?v=HRNskFH1MoU

    Microservice development, testing and deployment

    Microservices and the different aspects of their lifecycle as well as related patterns were a leading theme for many talks. The never resting Edson Yanaga did an excellent presentation on data patterns for microservices, a topic that often doesn't get the attention, which it deserves:

    https://www.youtube.com/watch?v=eyf2Fs7GBo0

    Debezium is a rather new open-source project by Red Hat enabling some of the patterns described in Edson's talk. It captures the changes in your database and pushes events with the change data into Apache Kafka. In this talk I first discuss the concept of change data capturing (CDC) in general and then show how CDC can be implemented using Debezium:

    https://www.youtube.com/watch?v=IOZ2Um6e430

    Often times, we're not so lucky to start from scratch with a new architecture, but instead need to evolve existing systems. In this deep-dive live coding session by Edson you can find out how to slice your monolith using Domain Driven Design:

    https://www.youtube.com/watch?v=TYgHtZhS1jI

    Of course, microservices require proper testing, too. This is where this session by Alex and Andy Gumbrecht (from Tomitribe) comes in:

    https://www.youtube.com/watch?v=mH9TEXhmmwc

    And Alex didn't stop there. In another talk, he's explaining how to deal with API changes in microservice architectures and how to prevent accidentally breaking downstream applications using the consumer-driven contract pattern:

    https://www.youtube.com/watch?v=ZyZP9EpTr30

    Identity and Access Management is a facet of software development often perceived as complex and difficult. But this doesn't really have to be. Find out how to secure microservices using Keycloak in this coding session by Sebastien Blanc:

    https://www.youtube.com/watch?v=3I4TXPxCCVE

    Kubernetes and OpenShift

    For deploying microservices, lightweight containers saw a huge rise in popularity over the recent years. Kubernetes and Red Hat's OpenShift container platform help with orchestrating the containers required by distributed microservice architectures.

    In this quickie talk, Bilgin Ibryam demonstrates how Kubernetes complements Java with new primitives and abstractions for creating distributed applications:

    https://www.youtube.com/watch?v=ERSGc8OzJmw

    And in another talk, Bilgin discusses principles and guidelines that containerized applications should adhere to in order to become cloud-native citizens:

    https://www.youtube.com/watch?v=4n9N3lvqySk

    Finally, Marek Jelen gave an overview on OpenShift, and what its advantages are for software engineers. Of course, there's a live demo in it, too:

    https://www.youtube.com/watch?v=7aAKeCfdrNI

    And that concludes the tour through our talks at Devoxx 2017.

    The conference has been a fantastic occasion to get in touch with the users of our projects, learn about their requirements, answer questions and exchange ideas, catch up with colleagues, meet old (and new) friends from the Java community and learn from each other.

    Looking forward to seeing you again in 2018 in Antwerp or another Devoxx conference around the globe!

    Last updated: March 23, 2023

    Recent Posts

    • MCP servers vs. skills: Choosing the right context for your AI

    • How to route external and local LLMs with Models-as-a-Service

    • Protect data offloaded to GPU-accelerated environments with OpenShift sandboxed containers

    • Case study: Measuring energy efficiency on the x64 platform

    • How to prevent AI inference stack silent failures

    What’s up next?

     

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.