Spring Tips: Spring for GraphQL: Data

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2024
  • Hi, Spring fans! In this installment, Spring Developer Advocate Josh Long (@starbuxman) , Spring for GraphQL lead Rossen Stoyanchev (@rstoya05), and GraphQL Java lead Andi Marek (@andimarek) look at how to use the rich integration between Spring for GraphQL and Spring Data to make short work of getting the most out of your aggregates and projections
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @JentaroYusong
    @JentaroYusong 2 ปีที่แล้ว +2

    Would love to see more details on this, for example using Projections. Thanks for this video series!

  • @OwenRubel
    @OwenRubel 2 ปีที่แล้ว +2

    but there is STILL the issue of using this for APIs: stitching these together requires calling each one separately with a separate request/response which creates alot of dropped threads which then need to wait 30-60 secs to be clean and will sit hogging resources. Those redirects also have to come back in to be stitched together. This is EXTREMELY SLOW, very vulnerable to MITM, and ignores security checks like OWASP API3:2019

  • @ArchonLicht
    @ArchonLicht 5 หลายเดือนก่อน

    Now how to merry this with Spring Security?

  • @mrrishiraj88
    @mrrishiraj88 2 ปีที่แล้ว

    Thanks

  • @kitkarson4226
    @kitkarson4226 2 ปีที่แล้ว

    What happened to your voice? Take care of yourself Josh.

  • @omarakki705
    @omarakki705 2 ปีที่แล้ว

    Thanks