I have a table in database and I want mysql signal to my java code as soon as something adds to database. How can I make mysql understood to do that?
I do not really know where to start?
I have a table in database and I want mysql signal to my java code as soon as something adds to database. How can I make mysql understood to do that?
I do not really know where to start?
no, this isn't what you want.
apps shouldn't be sharing a database this way.
a better design would be to put a data service in front of it to manage data access.