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.
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.
Thank you man, you just saved me more hours of finding another solution for my problem!
You're welcome! I'm glad I could save you from wasting too much time.
I had always have issue of communicating between windows. But this concept finds me well, Thank you!
glad you found it useful!
Briliant, that's exactly what I needed. Thank you very much!
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.
Thank you so much for this, you are a good man!!
Glad I could help.
Hats off to you sir! Great video!
Thank you kindly!
Cant you just have a static varible, like an arraylist that stores it and then initialize it
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.
+ I would in general only use plain static variables for constants and static methods for stateless helper methods.
Preciate it bro
GREEEEAAAAAT
thank you sir
All the best
constraint denial
Noted!