Dear friends,
I have developed a Java Desktop Application which is having the Swing based GUI Pages as (Frontend) and MYSQL Database as (Backend). My Application retriews the Data from Database and display on the Screen, I can also Update,Delete,Modify all the SQL Operation through Screen.
I have Installed this Application on One machine which act as a Server and Given the shortcut of .EXE file to Different User within an Intranet to access the Application.
But I just want to know the Architecture Of My Application Can I called it "Client Server based Application"or What I can Called its Architecture.