From the course: Learning Quarkus

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Command mode Quarkus

Command mode Quarkus

From the course: Learning Quarkus

Start my 1-month free trial

Command mode Quarkus

- [Instructor] One of the easiest ways to build an application using Quarkus is through the Command Line. This is not a throwaway prospect either Command Line applications are used for things like batching, cron operations in real world applications. In fact, I write more cron operations than anything else on a standard week. So let's talk a little bit about what a Command Mode application is. So essentially, you get all of the power of Quarkus, and all of its CDI and everything else that comes with it. All of this comes at the Command Line. Now, again, this is great for cron applications or batch jobs, especially in a Kubernetes environment, where those batch jobs run and run in their own container. Again, it works very, very well with Kubernetes. If you're already doing Java based applications, because again, you're getting the power of Quarkus, which includes smaller memory footprint, faster startup time, all was in a…

Contents