Quarkus Insights

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ค. 2024
  • Emil Lefkof (Melloware) joins us do discuss the latest with JSF in Quarkus.
  • บันเทิง

ความคิดเห็น • 4

  • @simonmartinelli
    @simonmartinelli 2 หลายเดือนก่อน +9

    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 2 หลายเดือนก่อน +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.

  • @jepsar
    @jepsar 2 หลายเดือนก่อน

    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.

  • @ChandlerBing11
    @ChandlerBing11 2 หลายเดือนก่อน

    Good to know this! Looking for some tutorials