• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

design help

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
The help would be appreciated.
nash
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic