• 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

few questions before submission

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Please let me know what you think..
1. Is it permissible to send batch files that will run the server and client, instead of sending the command line text?
2. The instructions state, "You must provide basic user documentation". Does this mean the README.txt? In this file do I include the steps of actually booking and searching for flights. I'm confused because README.txt only requires steps to execute the program and not necessarily the steps to use the application.
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pervez Ahmed:
1. Is it permissible to send batch files that will run the server and client, instead of sending the command line text?

Who says the examiner is using Windows?

2. The instructions state, "You must provide basic user documentation". Does this mean the README.txt?

No. The README is for the examiner. Your user documentation is for the hypothetical end user. I created a simple HTML manual with some screenshots and instructions for the basic actions (search a flight, book a seat... what else can you do?). At your discretion you can turn this into some form of online help facility.
- Peter
 
Pervez Ahmed
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Along with batch files for Windows env., I've also got .sh files to run in a UNIX env.
So if I understand correctly, you also included a userguide.html as part of your submission.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pervez,
I had had batch files that I had used to run mine, but removed them before I submitted.
I only had the command line in my readme.txt
Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic