Marcel Kliemannel
  • Projects
  • Bookmarks
  • Projects
  • Bookmarks
Articles tagged with:

Quarkus

  • May 27, 2022 | 8 min. read

    Routes Forwarding for JavaScript Frontends in Quarkus

    JavaScript singe-page application can mimic sub pages via an internal routing mechanism. For this feature to still work on a page reload, a filter must be implemeneted in a Quarkus backend which redirects certain 404 errors to the index page.

    • Quarkus
  • December 19, 2021 | 21 min. read

    Migrating From Spring to Quarkus

    The best way to become familiar with Quarkus as a Spring developer is to look at what is required to migrate a Spring application to a Quarkus application. This way, we can build a deep understanding of the concepts and components of Quarkus.

    • Quarkus
  • November 18, 2021 | 10 min. read

    Bundling Quarkus With Web Frameworks Like Angular, React, Vue.js in Maven

    We are looking at a project architecture that combines the maven and npm toolchains to bundle a web framework frontend and a Quarkus backend into one distributable JAR.

    • Quarkus
  • November 2, 2021 | 12 min. read

    Centralized Error Response Handling and a Custom Error Page in Quarkus

    This article presents an implementation strategy to create a custom JSON, HTML, or text error page, via a centralized error response handling in an exception mapper or a response filter.

    • Quarkus
  • September 25, 2021 | 15 min. read

    Cross-Site Request Forgery (CSRF/XSRF) Protection in Quarkus

    Implementation strategies for the "synchronizer token", "cookie-to-header token" and "double submit cookie" pattern to prevent CSRF attacks in Quarkus.

    • Quarkus
  • September 18, 2021 | 5 min. read

    Custom MicroProfile Configuration Sources in Quarkus

    In this article we will look at the mechanisms provided by the MicroProfile Config API to define custom configurations source in Quarkus.

    • Quarkus
  • August 26, 2021 | 14 min. read

    Overview of Bean Scopes in Quarkus

    An in-depth description of all built-in bean scopes provided by Quarkus, the creation of custom scopes, and how to force the initialization of a bean.

    • Quarkus
to top
  • Projects
  • Bookmarks

The articles are licensed under Attribution-NoDerivatives 4.0 International. Icons by Iconmoon.

  • Privacy Policy

  • Contact