home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / edu / 2276 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.6 KB

  1. Xref: sparky comp.edu:2276 comp.software-eng:5214
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!rutgers!jvnc.net!netnews.upenn.edu!netnews.noc.drexel.edu!king.mcs.drexel.edu!jsmith
  3. From: jsmith@mcs.drexel.edu (Justin Smith)
  4. Newsgroups: comp.edu,comp.software-eng
  5. Subject: Re: Class Project For Software Engineering Course
  6. Message-ID: <1993Jan5.143055.18661@mcs.drexel.edu>
  7. Date: 5 Jan 93 14:30:55 GMT
  8. References: <1i4lfqINN849@crcnis1.unl.edu> <1ia3e0INN9m5@aludra.usc.edu> <1993Jan4.162437.19108@hemlock.cray.com> <jacob.726212041@latcs1.lat.oz.au>
  9. Organization: Drexel University
  10. Lines: 25
  11.  
  12.  
  13. At Drexel, we had a software engineering course taught in conjunction
  14. with a computer networks course. We had teams of approximately
  15. 5 students and the project was to implement Ross Perot's Electronic
  16. town meeting.  This seemed to work out well. The project had 
  17. several components (running on Unix machines):
  18.  
  19. 1. A server program
  20.  
  21. 2. A client
  22.  
  23. The server maintained a kind of bulletin board for discussing issues,
  24. and a vote-tallying module. Votes and records of discussions were written
  25. to files and there was a separate reporting module.
  26.  
  27. The clients used curses to implement a fairly good user interface.
  28. If we had more time we would have implemented X-window based clients
  29. and clients on non-Unix machines like the Macintosh.
  30.  
  31. Communication between the clients and server was via TCP/IP.
  32. -- 
  33. Justin R. Smith                                        Office: (215) 895-1847
  34. Department of Mathematics and Computer Science           Home: (215) 446-5271
  35. Drexel University                                         Fax: (215) 895-2070
  36. Philadelphia, PA 19104  (USA)                     
  37.