Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Quarkus Cookbook - Prereqs for book

 
Ranch Hand
Posts: 49
Firefox Browser Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Alex and Jason,

Congrats on the new book. What do you need to know before diving into your book? I'm familiar with Java, but have not used Quarkus or Kubernetes. Thanks.
 
Author
Posts: 134
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Really depends on what you're trying to do

Quarkus was made to make microservices very easy. When we're talking about microservices often REST web services are involved and they're deployed onto a cloud provider like AWS, Google Cloud, Microsoft Azure, etc. Quarkus also targets Kubernetes by creating native applications through GraalVM.

All of that aside, you don't have to use any of that if you don't want to. Quarkus will still work just fine on the regular JVM, and you can still write typical Java web based applications with it. I'd recommend understanding web services, ideally REST, and CDI to get started.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic