hi all, Hope this is the right place for this.This is regarding a design of a problem/task.Hope I could get sufficient help. I have a program DatabaseConnection.java(here DatabaseConnection is a singleton) and one other program CourseJFrame.java.I Have the code too. This is what needs to be accomplished...... "The DatabaseConnection singleton would run on a server close to the database and the client CourseJPanel/CourseJFrame instances would connect to that server using Java security packages." I have no clue as to how this is to be accomplished.I am fighting with this for a while now,may be simple.Kindly do let me know how to go about this.