How can I make my Java desktop application to run on different computers in a network locally and updating same mysql database?
Posted
by
JaMpa
on Programmers
See other posts from Programmers
or by JaMpa
Published on 2014-08-19T07:18:31Z
Indexed on
2014/08/19
10:30 UTC
Read the original article
Hit count: 144
I have developed Java desktop application for registration of students in the computer laboratories in our college, but what I need is to make this application whenever it runs on any computer (Windows XP machines) on the laboratory each and every data filled by the college students goes to the same MySql database (through WAMP server) running on the server machine (Win Server 2003).
Also, I need this application to run during booting of windows computers in the laboratory for the purpose when any student tries to switch on any PC in the comp lab before interfacing the desktop icons should sign in through user name and password when he has already registered or signing up in order for getting the access.
© Programmers or respective owner