I'm doing a project with four desktop applications in Swing
that connect to a database ( Mysql
) that I have on a server.
Being three desktop applications where you would have to put the spool configuration. The applications what else they will do is select
to a database and insert
to another table.
I need some information about how to spool connections to the database. I have made four desktop applications that have to do select
, insert
and update
and to not have problems with the connection state reviewing that should be done a spool but would not know how would be the best way to not have Problems when working the four desktop applications at the same time. I understand that it would be best not to have connection problems to perform a spool but being desktop applications made with Swing
I do not know how I could configure it.