• 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

Some problem about specification of scjd

 
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1)It's mentioned that user document can be made on-line. What does it mean? Whether it means that I can put some part of user doc in my web site, and only tell the grader my web site address?
2)Since client may(may not) connect database server on another machine, I am not sure whether I should put the server's ip address/dns name and port number in the client script code(used in the paremater of the command-line), or let the user input them from the client side GUI
3)Shall I make two set of script code(actually command-line commands) for starting up the client/server according to two cases:
a)client connects to a local db file
b)client connets to a remote db server
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. I took it as you could put it in HTML file(s).
2&3. As long as you provide clear instructions on how to start the app, you could do it however you want, provided that you stick to the requirement. For me, I assume it to be local mode whenever the dbfile argument is provided, regardless the existence of ip and port.
 
If you have a bad day in October, have a slice of banana cream pie. And this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic