home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / ada / 3621 < prev    next >
Encoding:
Text File  |  1992-12-11  |  2.7 KB  |  75 lines

  1. Newsgroups: comp.lang.ada
  2. Path: sparky!uunet!rational.com!amber!geb
  3. From: geb@amber.Rational.COM (Gary Barnes)
  4. Subject: Draft pre-standard ASIS 1.0A is available for anonymous FTP
  5. Message-ID: <1992Dec11.211135.21019@rational.com>
  6. Keywords: Ada Semantic Interface Specification, portable, standard
  7. Sender: news@rational.com
  8. Organization: Rational
  9. Date: Fri, 11 Dec 1992 21:11:35 GMT
  10. Lines: 63
  11.  
  12.  
  13. The Ada Semantic Interface Specification is a layered
  14. vendor-independent open architecture.  ASIS queries and services
  15. provide a consistent interface to information within an Ada Program
  16. Library.  Clients of ASIS are shielded and free from the
  17. implementation details of each Ada vendor's proprietary library and
  18. intermediate representation.
  19.  
  20. The latest working draft for ASIS is ASIS 1.0A, dated December 1992.
  21. The ASIS Working Group (ASISWG), under sponsorship of the AJPO,
  22. intends to evolve this working draft into an ISO standard
  23. complementing the Ada 9X standard.  The current ASIS working draft is
  24. based on Ada 83.  Your comments are welcome, if you want to see
  25. replies to your comments, please join the email discussion group
  26. first.
  27.  
  28. There is an electronic mail discussion forum for the ASISWG:
  29.  
  30.         asis@stars.reston.paramax.com
  31.  
  32. This forum is also where announcements of ASISWG meetings will appear.
  33. To have your email address added to this forum, send email to
  34.  
  35.         asis-request@stars.reston.paramax.com
  36.  
  37. Include your preferred email address, name, telephone number, and
  38. surface mail address.
  39.  
  40. ASIS 1.0A is avaiable for anonymous FTP from ajpo.sei.cmu.edu.  It is
  41. available in the public/asis directory as asis_1.0A.
  42.  
  43. If you have Internet FTP access, run your FTP program, your log might
  44. look something like this:
  45.  
  46.         $ ftp ajpo.sei.cmu.edu
  47.         Name (ajpo.sei.cmu.edu:you): anonymous
  48.         331 Guest login ok, send ident as password.
  49.         Password:you@your-company.com
  50.         ftp> cd public/asis
  51.         ftp> get asis_1.0A
  52.         200 PORT command successful.
  53.         150 Opening data connection for asis_1.0A (130.213.1.2,2614) (611652
  54.         bytes).
  55.         ....
  56.         ftp> bye
  57.  
  58. If you do not have Internet FTP access, send this mail message
  59. message, with no Subject: line, to ftpmail@decwrl.dec.com:
  60.  
  61.         reply you@your-company.com
  62.         connect ajpo.sei.cmu.edu
  63.         binary
  64.         compress
  65.         uuencode
  66.         chdir public/asis
  67.         get asis_1.0A
  68.         quit
  69.  
  70. ASIS 1.0A will arrive in your email.  It will arrive in pieces.
  71. Concatenate the pieces (they are numbered), run them through uudecode,
  72. then uncompress them.  If you don't have compress, leave out the
  73. compress line in the message.  If you don't have uudecode, leave out
  74. the uuencode line in the message.
  75.