Ways to Actively Update Java from MySQL
Posted
by 8EM
on Stack Overflow
See other posts from Stack Overflow
or by 8EM
Published on 2010-03-31T14:57:40Z
Indexed on
2010/03/31
15:03 UTC
Read the original article
Hit count: 219
What is the best way to update a Java or GWT program from MySQL. For example, a MySQL database which holds Weather information... updating whenever the weather changes a degree. How would I update a Java / GWT field with each update. Would I use a thread to query every few seconds??
© Stack Overflow or respective owner