• 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

requirements for submission

 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) Is it a neccessary for the assignment to be able to change the database(from local to remote or vice-versa) on the fly?
2) Does the db.db go with the client.jar or does it go with the server.jar?
Regards,
Prakash
 
Ranch Hand
Posts: 2937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

1) Is it a neccessary for the assignment to be able to change the database(from local to remote or vice-versa) on the fly?


No, it's not neccessary, -- the instructions are very explicit on that.


2) Does the db.db go with the client.jar or does it go with the server.jar?


The db.db will have to be extracted anyway, and since it is used in both local and remote modes, the logical place to put it would be the root of the submitted assignment jar.
Eugene.
 
reply
    Bookmark Topic Watch Topic
  • New Topic