Spring Boot Kotlin - API pagination with JPA

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

КОМЕНТАРІ • 7

  • @claudiugurita5005
    @claudiugurita5005 3 місяці тому

    Thank you!

  • @MarcelloLins
    @MarcelloLins Рік тому

    This is incredibly helpful. I've been doing some research on how to build something similar for SQLDelight and this video got me inspired to give it a try. Thank you!

  • @prakharsingh7649
    @prakharsingh7649 Рік тому

    i have been lookin for exactly this type of implementation for pagination ..........Thanks a lot !

  • @jcolindres001
    @jcolindres001 Рік тому

    Hello,
    Excellent training / material.
    I have two questions:
    1. What is the best choice (Kotlin + Ktor OR Kotlin + Spring boot) and why?
    2. What would be the best choice for a Kotlin - front end? is there anyone in Kotlin?
    Thanks,
    JA

    • @vladsavecoding4111
      @vladsavecoding4111  Рік тому

      Thanks. I haven't tried Ktor. Looking at their documentation, it seems a cleaner design but also a smaller framework. It doesn't have an ORM integrated, all the features in spring-security (oaurh2 server etc). Of course you can add them with libraries but the integration will take effort. In conclusion I would try Ktor for a small web project but for sometime complex I would still prefer Spring Boot. Regarding Kotlin frontend, I never tried any of the libraries, sorry