Supersonic, Subatomic Java with Quarkus. Burr Sutter, Red Hat

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 21

  • @carnelyve866
    @carnelyve866 5 років тому +17

    Amazing!!!! Killer framework for Java. Time to reconsider java again.

  • @nitinagrawal6637
    @nitinagrawal6637 4 роки тому +2

    It is a great presentation to get familiar with another compelling framework to compete SpringBoot

  • @Monu-modi
    @Monu-modi 2 роки тому

    Sir I love ur energy ur content delivery mode ...u r awesome super hope ...

  • @stefanholtker3944
    @stefanholtker3944 5 років тому +1

    Thank you for that nice presentation. I rly like the detail of history you put in the intro, helps me to understand the point of view.
    Hot reloading, *so hot right now !*, would be nice if there would be a feature that quarkus talks to the frontend and would auto reload it
    I will test quarkus for our env.

  • @sky-xk5be
    @sky-xk5be 5 років тому +3

    cold start is a very important problem when it comes to lambdas, I think its has good potential to compete with spring boot

  • @ryanfajatin5743
    @ryanfajatin5743 4 роки тому

    there is high availability in the cloud. you can restart quarkus nodes everyday without downtime

  • @t-live-code
    @t-live-code 5 років тому +3

    Cool, that all i looking for.

  • @casimirrex
    @casimirrex 4 роки тому +1

    Quarkus will it support only serverless architecture ?

    • @ReneEnriquez1987
      @ReneEnriquez1987 4 роки тому +1

      Not at all, it's focused on cloud-native apps in general. Microservices are very good supported as well.

  • @RafaelKaissi
    @RafaelKaissi 5 років тому +3

    👏👏👏👏

  • @nicholas1460
    @nicholas1460 5 років тому +4

    I think I "kind of" understand all this.

  • @kanaillaurent526
    @kanaillaurent526 5 років тому +3

    In my point of view Quarkus now is performent but it follows the same path of Spring: it hides the magic behind extensions and we poor developer will have to read how those extension works instead of dealing directly with the core behind the magic. I don't like spring because of that. Quarkus is doing the same unfortunately.

    • @FADHsquared
      @FADHsquared 2 роки тому

      If you don't like magic you should never have considered the boilerplate oriented language (Java) in the first place.

    • @kanaillaurent526
      @kanaillaurent526 2 роки тому

      @@FADHsquared maybe you are right but I was young and didn't choose. So what doesn't have magic? C? C++? Which one do you recommend me?

  • @luisdanielmesa
    @luisdanielmesa 5 років тому +1

    "As a Java programmer you're not used to edit, save, refresh" PFFFT LOL, this guy...
    I've been doing that for the last 10 years with Java... the technology is super-cool on its own, stop trying to make it look better, because you're achieving the opposite... it makes it look old to me. Also, "automagic" stuff is bad... it usually means there's bloat behind that "magic" (i.e. Spring).

    • @freejavabootcamp
      @freejavabootcamp 5 років тому

      I hate "automagic" too but based on the documentation I think Quarkus doesn't use spring under the hood. It uses vert.x which is built on top of netty and it also follows more of that vert.x toolkit approach than the framework approach of spring which will probably mean less bloat.

    • @boemioofworld
      @boemioofworld 5 років тому +2

      If you use JPA/Spring/CDI etc you are using "automagic" stuff - unless you are using pure Java you are using some sort of "magic"

    • @cloud4java
      @cloud4java 5 років тому

      @@boemioofworld yes, make sense

    • @FADHsquared
      @FADHsquared 2 роки тому

      Autowired is automagic. Quit Java if you don't want automagic. Anyways, Quarkus is only magic in dev mode. All that magic is done at compile time, and compile time only. When you run the app in prod, there is no more magic. That's why it's actually not bloated like Spring

  • @ReneEnriquez1987
    @ReneEnriquez1987 4 роки тому

    Feel free to skip the first 4 minutes, just blah blah blah