The concept of sending data between scenes in JavaFX

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

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

  • @fazn664
    @fazn664 Год назад +1

    Thank you man, you just saved me more hours of finding another solution for my problem!

    • @Randomcode_0
      @Randomcode_0  Год назад +2

      You're welcome! I'm glad I could save you from wasting too much time.

  • @teshko-su3ds
    @teshko-su3ds 2 года назад +1

    I had always have issue of communicating between windows. But this concept finds me well, Thank you!

  • @laponiec
    @laponiec Год назад +1

    Briliant, that's exactly what I needed. Thank you very much!

  • @stefangabor5985
    @stefangabor5985 Год назад +2

    That is just insane and that is not being able to share the information between the scenes other than saving it to the DB. Can you imagine the costs of that to a large ERP system?
    Oracle did a lousy job with it, considering that this was developed quite late.

  • @ammaarmelethil7396
    @ammaarmelethil7396 Год назад +1

    Thank you so much for this, you are a good man!!

  • @tsunami7422
    @tsunami7422 Год назад +1

    Hats off to you sir! Great video!

  • @bigchungusonline4773
    @bigchungusonline4773 11 месяцев назад

    Cant you just have a static varible, like an arraylist that stores it and then initialize it

    • @Randomcode_0
      @Randomcode_0  11 месяцев назад

      It depends on your use case, you might be right this is a bit overkill for this example. But this would be the same setup I would use with a database, where the singleton would handle the db connection.

    • @Randomcode_0
      @Randomcode_0  11 месяцев назад +1

      + I would in general only use plain static variables for constants and static methods for stateless helper methods.

  • @Shaney_
    @Shaney_ Год назад +1

    Preciate it bro

  • @adammohamedlouzani9193
    @adammohamedlouzani9193 6 месяцев назад

    GREEEEAAAAAT

  • @artyug4235
    @artyug4235 2 года назад +1

    thank you sir

  • @gerdsfargen6687
    @gerdsfargen6687 3 месяца назад

    constraint denial