SCJP, SCJD, SCWCD
SCJP 1.4<br />SCWCD 1.3<br />SCJD<br />SCBCD<br />IBM Xml Cert in progress
“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
SCJP, SCJD, SCWCD
SCJP 1.4<br />SCWCD 1.3<br />SCJD<br />SCBCD<br />IBM Xml Cert in progress
SCJP, SCJD, SCWCD
Originally posted by Dan Murphy:
- you can't do it from the server, because (in my assignment at least) there is now way to specify it - no gui, no commandline parameter, and no manual editing of files
SCJP 1.4, SCJD
Steve Taiwan<br />SCJP 1.2, SCJD 1.4, SCWCD 1.3, SCBCD 1.3, OCP 8i DBA, SCEA
“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
SCJP, SCJD, SCWCD
SCJP, SCJD, SCWCD
I guess you can assume that the application will be run on a system which does support GUIs, otherwise how would they test the client?
SCJP 1.4, SCJD
“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
Yep, and if this were a real life situation I would have the server code attempt to use a GUI, and if exceptions are thrown, revert to a text user interface. This is what the majority of "real life" server applications do anyways (at least the ones that are worth a crap!). If you really wnated to be snazzy you could do the same (it isn't all that hard). But remember that extra points re not given for going above and beyond, and this is also not a real life situation...*Most* servers in a real-life situation will be Unix/Linux machines which would perhaps also be running a web-server app as well as perhaps hosting a database layer etc etc. Typically they do not need to support a GUI.
“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
Be careful here Ian. You CANNOT require the existance of a properties file. If one exists, you should use it, but if one doesn't exist, you must be able to dynamically create it. I have seen others get an autofail for this. i will try to find the post for you.Originally posted by Ian Perkins:
Thanks Frans, it's good to know this worked for you...
I think I will continue anyway with my decision to rely on the properties file with either notepad or vi as the front end!
Ian
“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
Really? You have trouble running tomcat in a text environment? I have mind running in a Unix shell with only text interface.Originally posted by Ian Perkins:
Uh, Apache Tomcat anyone?
“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
My assignment instructions state that the database file must be in the root of the submitted JAR file
“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
What's a year in metric? Do you know this metric stuff tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|