Quarkus Insights

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 4

  • @simonmartinelli
    @simonmartinelli 5 месяцев назад +8

    Despite all the myths around it, JSF is still a great technology, and with Quarkus, it is even better. Thanks for the insights and the demo!

  • @DmitryShultz
    @DmitryShultz 5 месяцев назад +1

    Quarkus + Primefaces is a very productive stack. Besides awesome dev mode Primefaces also comes out of the box with mobile support (UI looks good on different screens/devices), Primeflex and powerful/great looking theming.

  • @ChandlerBing11
    @ChandlerBing11 5 месяцев назад

    Good to know this! Looking for some tutorials

  • @jepsar
    @jepsar 5 месяцев назад

    Regarding the lazy REST model, basically we implemented a generic lazy data model. Main thing we had to do is combine all the parameters in the load method into a class which we post to a REST service. There we create criteria queries based on the posted data. A little bit of extra work, but we can use it in all of our projects and makes the services usable in multiple projects.