• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Anyone can is accessing the db.db through a DataServer in local mode?

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my spec, there is no specific requriements to locate the db file from the GUI. Did I miss it or you guys all have it in your spec ?
I am trying to locate the db.db file and initialize it with my DataServer, bind it to the registry and keep it running.
In the remote mode, I use rmi, in the local mode, the server act as a singleton agent and return the initiailized Data object.
Any one have successfully implemented it this way ?
I received an error for some reason when i try to return the Data object with an static method getDBReference() in the local mode. The object returned is not null, but cannot be used with the methods in the interface, Any thoughts ?
Thanks in advance
Karl
 
get schwifty. tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic