Adding Web Interfaces to Quarkus Services

So far, we have learned how to build a simple REST application with Quarkus and covered the actions that should be put in place to build, test, and deploy our application on a Kubernetes environment.

We could stop at this point and be happy with what we have achieved; however, there are still lots of milestones to reach. For example, we haven't used any web interfaces to access Quarkus services. As you will see in this chapter, Quarkus features some extensions that allow us to reuse standard enterprise APIs such as Servlets and web sockets. At the same time, you can use lighter JavaScript/HTML 5 frameworks as user interfaces for your services. We will explore both approaches in this chapter.

In this ...

Get Hands-On Cloud-Native Applications with Java and Quarkus now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.