home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 16 Announce / 16-Announce.zip / 295488.zip / 295488.ANN
Text File  |  1995-12-03  |  19KB  |  447 lines

  1. Availability: IBM DB2 World Wide Web Connection Version 1 for OS/2 and AIX Delivers Internet Gateway to DB2
  2.  
  3. Announced on November 28, 1995
  4. Software Announcement 295488  
  5.  
  6.  
  7. In Brief . . .
  8.  
  9. DB2 WWW Connection Version 1, a member of the IBM Internet Connection
  10. Family of Products, provides an Internet-standard Common Gateway
  11. Interface (CGI) from the Web to any DB2 database.
  12.  
  13. DB2 Accessability from the Internet
  14.  
  15. o  Access from any HTML-standard Web browser client
  16. o  CGI gateway access to the DB2 family
  17. o  Support of SELECT, INSERT, UPDATE, and DELETE on DB2 data
  18. o  Web interface to corporate data for marketing and for secure data
  19.    delivery
  20.  
  21. Increased User Productivity
  22.  
  23. o  Allows access to DB2 data from anywhere on the world's largest
  24.    computer network
  25. o  Allows applications to be built with native HTML and SQL languages
  26.  
  27. Flexibility
  28.  
  29. o  Supports data linking between queries
  30. o  Supports DB2 Version 2 large objects
  31. o  Provides access to non-IBM and non-relational data, using IBM's
  32.    DataJoiner
  33.  
  34. IBM Internet Connection Family Member
  35.  
  36. o  Works with firewall and encryption products for enterprise and
  37.    data security
  38. o  IBM support and service
  39.  
  40. ----------------------------------------
  41.  
  42.  
  43. Thousands of businesses, both large and small, have established a
  44. Home Page on the Internet World Wide Web and now want a gateway from
  45. the Web to their company data.  DB2(R) World Wide Web (WWW)
  46. Connection Version 1 for OS/2(R) and for AIX(R) now deliver a Web
  47. gateway and application development tool that can make your company's
  48. information available to your customers and employees on the Web.
  49.  
  50. Web applications for DB2 built with DB2 WWW Connection Version 1 for
  51. OS/2 or AIX allow any Internet user with an HTML-conforming Web
  52. browser to access your DB2 data without your having to make any
  53. changes to the existing data structure.  Using standard hypertext
  54. markup language (HTML) and structured query language (SQL), you can
  55. build applications that query your DB2 data with standard SQL
  56. statements.
  57.  
  58. DB2 WWW Connection Version 1 delivers a flexible way to develop DB2
  59. applications that will look and feel familiar to your customers while
  60. shielding them from the complexities of Internet traffic and
  61. relational database transactions.  Your application developer can use
  62. the templates provided to create query applications tailored to your
  63. customer set, database design, and market activity needs.  Your
  64. customers and staff interact with a DB2 WWW Connection Version 1
  65. application that has the same look and feel as a typical Web page
  66. with fields that allow input and selection and buttons to start
  67. transactions.  The DB2 WWW Connection Version 1 run-time engine
  68. receives the user input, directs the query to DB2, and returns the
  69. results to the user in a Web page report.
  70.  
  71. In a two-tier client/server environment (local Internet server with
  72. one or more Web browser clients), DB2 WWW Connection Version 1 lets
  73. you build an application that can access DB2 for OS/2 or AIX data on
  74. your Internet server.  In a three-tier environment (local Internet
  75. server with one or more Web browser clients, plus access to remote
  76. servers), your new application can access DB2 data on the Internet
  77. server and data on servers connected to the Internet server with
  78. Distributed Database Connection Services (DDCS), Client Application
  79. Enabler (CAE), or DataJoiner(TM).  If the three-tier environment
  80. includes DataJoiner, the DB2 WWW Connection Version 1 application can
  81. also access ORACLE**, Sybase**, Microsoft** SQL Server**, and other
  82. relational and non-relational data sources.
  83.  
  84. For information and to download DBW WWW Connection Version 1, visit
  85. the IBM Software Home Page at:
  86.  
  87.     http://www.software.ibm.com
  88.  
  89. Availability Date:  November 28, 1995
  90.  
  91. (R)   Registered trademark of International Business Machines
  92.       Corporation
  93. (TM)  Trademark of International Business Machines Corporation
  94. **    Company, product, or service name may be a trademark or service
  95.       mark of others.
  96.  
  97.  
  98.  
  99. DESCRIPTION
  100.  
  101. DB2 WWW Connection Version 1 for OS/2 Version 1 and DB2 WWW
  102. Connection for AIX Version 1 deliver open Internet access to DB2
  103. data, a simple yet powerful development environment, and the
  104. capability of fitting into a two-tier and three-tier Internet-to-DB2
  105. client/server environment.
  106.  
  107. The key feature of DB2 WWW Connection Version 1 is a CGI runtime
  108. engine, which processes the input from HTML forms on the Web and
  109. sends SQL commands to a DB2 system specified in a DB2 WWW Connection
  110. Version 1 application.  This application consists of a macro file
  111. containing HTML input and report form definitions, SQL commands, and
  112. variable definitions.  DB2 WWW Connection Version 1 uses the Web page
  113. paradigm for application development, which means that the
  114. application user on the World Wide Web sees only a familiar Web page
  115. form that may prompt for user input and then kickoff the application
  116. transaction, returning the DB2 query results in another
  117. familiar-looking Web page report.
  118.  
  119. In the short time that the runtime engine takes to process the query,
  120. DB2 WWW Connection Version 1 uses the embedded variables in the macro
  121. file to link the HTML form definitions with the SQL commands.  It
  122. then sends the SQL commands to DB2, links the data returned by the
  123. SQL query back to HTML report definitions, and returns the data to
  124. the user in the form of a Web page that is actually an HTML report.
  125. At all times, the user is shielded from the details of Internet
  126. communications and SQL application programming, yet benefits from the
  127. reliability and availability of DB2 data.
  128.  
  129. DB2 WWW Connection Version 1 applications use native HTML and SQL,
  130. exploiting the expressive power of those languages without
  131. proprietary limitations.  Both HTML input and report forms can
  132. support various designs.  The runtime engine supports SQL commands
  133. for SELECT, INSERT, UPDATE, and DELETE.  DB2 WWW Connection
  134. applications can use data linking, the capability to use data
  135. returned by an SQL query as input to one or more subsequent SQL
  136. commands that can drill down further into DB2 data.
  137.  
  138. DB2 WWW Connection Version 1 supports two types of user
  139. authentication to protect access to DB2 data.  First, DB2 for
  140. OS/2 and DB2 for AIX support a userid login and password
  141. authentication mechanism, which can be used to restrict access by
  142. certain users.  Two special variables, login and password, can be
  143. defined in the DB2 WWW Connection Version 1 macro file that links to
  144. the authentication mechanism of DB2.  Second, the Internet server on
  145. which DB2 WWW Connection Version 1 resides typically can be
  146. configured to protect certain directories on the DB2 server.  The
  147. Internet Server Administrator's Guide typically provides instructions
  148. on how to enable this configuration.  When the configuration is in
  149. place and a protected directory is accessed, popup windows requesting
  150. login and password authentication will appear in the end user's Web
  151. browser.
  152.  
  153. Why do businesses want a product like DB2 WWW Connection Version 1?
  154. "Doing business on the Internet" requires making enterprise data
  155. accessible to customers and users on the Internet.  DB2 WWW
  156. Connection Version 1 provides an Internet gateway to DB2 data.  It
  157. makes it possible to develop an application that allows an end user,
  158. looking at the World Wide Web from a standard Web browser, to query a
  159. DB2 database without being logged on either remotely or locally to
  160. the enterprise network that supports the DB2 system.
  161.  
  162. What is the World Wide Web?  The World Wide Web is that portion of
  163. the Internet that supports the presentation of information with the
  164. look-and-feel of pages containing words and pictures.  These Web
  165. pages also support hypertext linking, the ability to point and click
  166. on a word or picture to link to another location on the Web.  Any
  167. individual or company can establish a "presence" on the Web by
  168. posting a "Home Page," typically one or more linked Web pages of
  169. information.  Such a page can be reached by anyone with access to the
  170. Web and the identifying Universal Resource Locator (URL) for the Web
  171. page.
  172.  
  173. How does a business use the Web?  Enterprises most often use Web
  174. pages to present marketing-type information.  To really leverage
  175. enterprise information, however, means giving customers and support
  176. staff access to the breadth and depth of information that is stored
  177. in databases.  DB2 WWW Connection Version 1 makes this possible by
  178. providing an Internet-standard CGI that acts as a gateway between the
  179. Web and the DB2 system.
  180.  
  181. Why are hundreds of customers already downloading and using the beta
  182. of DB2 WWW Connection Version 1? Companies want to give their
  183. customers access to key information that will influence and enable
  184. purchasing decisions.  DB2 WWW Connection Version 1 provides a
  185. simple, flexible tool that allows access to the DB2 data that drives
  186. such decisions.  The company can provide queries to DB2 from a
  187. company Home Page, which means that users encounter a familiar Web
  188. page scenario and are shielded from the complexities of the Internet.
  189. Applications built with the DB2 WWW Connection Version 1 look and
  190. "behave" like the forms that Web users are familiar with.  DB2 WWW
  191. Connection Version 1 is flexible, allowing the application developer
  192. to design and modify applications to fit changing market conditions,
  193. rather than tying the company to a pre-built custom application.
  194.  
  195. Can any DB2 be accessed with DB2 WWW Connection Version 1?  Yes.  DB2
  196. WWW Connection Version 1 for OS/2 can access data stored locally in a
  197. DB2 for OS/2 on the same system containing DB2 WWW Connection
  198. Version 1 and the Internet server software.  DB2 WWW Connection
  199. Version 1 for AIX also can access data stored locally in a DB2 for
  200. AIX on the same system containing DB2 WWW Connection Version 1 and
  201. the Internet server software.  DB2 WWW Connection Version 1 for
  202. OS/2 and AIX can remotely access backend servers:  DB2 for OS/2, AIX
  203. and PE, OS/400(R), MVS(R), and VM/VSE.  DB2 WWW Connection Version 1
  204. for AIX also can access non-DB2 data when DataJoiner is resident on
  205. the same system containing DB2 WWW Connection for Version 1 AIX and
  206. the Internet server software.
  207.  
  208. STATEMENT OF GENERAL DIRECTION
  209.  
  210. DB2 WWW Connection Version 1 for OS/2 Version 1 and DB2 WWW
  211. Connection Version 1 for AIX Version 1 are part of a strategy to
  212. increase open access to DB2 data.  Based on the Internet-standard
  213. Common Gateway Interface, the DB2 WWW Connection Version 1 runtime
  214. engine is readily portable to multiple other platforms.  IBM's
  215. strategy includes porting this runtime engine and application
  216. development technology to other DB2 platforms as Internet servers
  217. become available on those platforms, enabling more Internet access to
  218. DB2 data.
  219.  
  220. OPEN BLUEPRINT(TM)
  221.  
  222. DB2 WWW Connection Version 1 provides support for building
  223. distributed or client/server applications.  Its implementation is
  224. consistent with the Development Tools function described in IBM's
  225. Open Blueprint.  It supports the building of applications and
  226. solutions that use the standard interfaces associated with the
  227. various components and resource managers of the Open Blueprint.  The
  228. applications and solutions can be distributed across the various
  229. parts of the network to facilitate open, distributed, multivendor
  230. interoperability.
  231.  
  232. PUBLICATIONS
  233.  
  234. A DB2 WWW Connection Application Developer's Guide is downloadable
  235. from the Internet with the product from the IBM Software Home Page.
  236. Start at this URL location and follow the path to the download site
  237. at:
  238.  
  239.     http://www.software.ibm.com
  240.  
  241.  
  242. EDUCATION SUPPORT
  243.  
  244. The appropriate curriculum will be updated, as necessary, to include
  245. the enhancements described in this announcement.
  246.  
  247. Call IBM Education and Training at 800-IBM-TEACH (426-8322) for
  248. education catalogs, schedules, and enrollments.
  249.  
  250. TECHNICAL INFORMATION
  251.  
  252. This product introduces no new software programming interface.
  253.  
  254. Specified Operating Environment
  255.  
  256. Hardware Requirements for DB2 WWW Connection Version 1 for OS/2
  257.  
  258. o  Processor
  259.  
  260.    -  An Intel** 80386, 80486, or Pentium** processor-based IBM
  261.       workstation or equivalent is required.
  262.  
  263. o  Main Memory
  264.  
  265.    -  A minimum of 16 megabytes (16MB) is recommended.
  266.    -  At installation time, 0.5MB of available RAM is recommended.
  267.  
  268. o  Hard Disk Storage
  269.  
  270.    -  A minimum of 600K of free disk space is needed.
  271.    -  6.5 megabytes (6.5MB) is recommended.
  272.  
  273. Software Requirements for DB2 WWW Connection Version 1 for OS/2
  274.  
  275. o  Operating System
  276.  
  277.    -  OS/2 2.11, or later
  278.  
  279. o  Web Server
  280.  
  281.    -  A CGI-compatible Web server, such as IBM's Internet Connection
  282.       Server for OS/2 Warp. The IBM Internet Connection Server for
  283.       OS/2 Warp requires as its operating system OS/2 Warp
  284.       Version 3.0, or later, and IBM TCP/IP with the latest service.
  285.  
  286. o  Corequisite Software
  287.  
  288.    -  Access to a local DB2 for OS/2 1.2, or later, or
  289.    -  Access to any remote DB2 through DDCS for OS/2 2.3, or later,
  290.       or CAE for OS/2 2.1, or later
  291.  
  292. Hardware Requirements for DB2 WWW Connection Version 1 for AIX:  This
  293. licensed program is designed to execute on RISC System/6000(R) family
  294. processors running AIX Version 3.2.5, or later.
  295.  
  296. o  Hard Disk Storage
  297.  
  298.    -  A minimum of 2.5 megabytes (2.5MB) on /usr/lpp partition is
  299.       needed.
  300.    -  A minimum of 0.5 megabytes (0.5MB) on / partition is needed.
  301.  
  302. Software Requirements for DB2 WWW Connection Version 1 for AIX
  303.  
  304. o  Operating System
  305.  
  306.    -  AIX Version 3.2.5, or later
  307.  
  308. o  Web Server
  309.  
  310.    -  A CGI-compatible Web server, such as IBM's Internet Connection
  311.       Server for AIX. The IBM Internet Connection Server for AIX
  312.       requires as its operating system AIX/6000 Version 4.1.3, or
  313.       later.
  314.  
  315. o  Corequisite Software
  316.  
  317.    -  Access to a local DB2 for AIX Version 1.2, or later, or
  318.    -  Access to any remote DB2 through DDCS for AIX Version 2.3, or
  319.       later, or CAE for AIX Version 2.1, or later, or DataJoiner 1.
  320.  
  321. Compatibility:  DB2 WWW Connection Version 1 for AIX has been tested
  322. with the following Internet servers:
  323.  
  324. o  IBM Internet Connection Server Version 1.0 for AIX
  325. o  NCSA Version 1.3 (with AIX Version 4.1.3)
  326. o  NCSA Version 1.4.2 (with AIX Version 3.2.5)
  327. o  CERN Version 1.0 (with AIX Version 3.2.5)
  328. o  Netscape Commerce Server 1.1 for UNIX(1)
  329.  
  330. DB2 WWW Connection Version 1 for OS/2 has been tested with the
  331. following Internet server:
  332.  
  333. o  IBM Internet Connection Server Version 1.0 for OS/2 Warp
  334.  
  335. Performance Considerations:  Response time in an Internet environment
  336. depends on a variety of network and telecommunication factors, such
  337. as line speeds and local network constraints, and, in the case of DB2
  338. WWW Connection Version 1, available processing capacity on the DB2
  339. system.
  340.  
  341. Customer Responsibilities
  342.  
  343. The customer must provide at least the minimum hardware and software
  344. environment in which DB2 WWW Connection for OS/2 or AIX will operate.
  345. For application development, the customer must assign an application
  346. developer with responsibility for planning and implementing
  347. applications requiring HTML and SQL skills.
  348.  
  349. Security, Auditability, Control
  350.  
  351. DB2 WWW Connection Version 1 for OS/2 and for AIX use the security
  352. and auditability features of the OS/2 and AIX operating systems.
  353. User management is responsible for evaluation, selection, and
  354. implementation of security features, administrative procedures, and
  355. appropriate controls in application systems and communication
  356. facilities.
  357.  
  358. ORDERING INFORMATION
  359.  
  360. DB2 WWW Connection Version 1 for OS/2 and for AIX are not priced and
  361. are available only by downloading the program package from the
  362. Internet World Wide Web.  The customer will not be able to order the
  363. product using GEMS or AAS ordering systems or configurators.
  364.  
  365. Customers will obtain DB2 WWW Connection Version 1 for OS/2 or for
  366. AIX by downloading the product from the IBM Software Home Page on the
  367. World Wide Web at:
  368.  
  369.     http://www.software.ibm.com
  370.  
  371. This product will not be stocked for distribution on a physical
  372. medium such as diskette or CD-ROM.
  373.  
  374. Guarantee:  IBM does not provide a warranty or a trial period with
  375. this product.
  376.  
  377. TERMS AND CONDITIONS
  378.  
  379. Accessing Electronic Customer Support
  380.  
  381. Questions on download and installation should be directed to the
  382. e-mail address shown at the Web page that serves as the download
  383. location.
  384.  
  385. Other non-defect support will be provided through a CompuServe forum.
  386. Call 800-848-8199 in the U.S. or Canada for CompuServe membership
  387. information.  Once membership has been obtained, follow these
  388. directions to access the support forum:
  389.  
  390.     Execute GO IBMDB2.
  391.  
  392.     Use the DB2 WWW CONNECTION section for non-defect questions and
  393.     answers.
  394.  
  395.  
  396. Accessing Direct Customer Support
  397.  
  398. DB2 WWW Connection Version 1 for OS/2:  Technical support is provided
  399. by the Personal Systems Support Family. For direct product service
  400. support, call IBM Support Services at 800-237-5511.
  401.  
  402. DB2 WWW Connection Version 1 for AIX:  Technical support is provided
  403. by the AIX Support Family.  For direct product service support, call
  404. IBM Support Services at 800-237-5511.
  405.  
  406. Accessing Technical Fixes
  407.  
  408. Program technical fixes (PTFs) will be available for download from an
  409. anonymous FTP server.  A customer using a Web browser can access the
  410. server with the following URL:
  411.  
  412.     ftp://service.software.ibm.com
  413.  
  414. A customer using an OS/2 command line can access the server by
  415. entering the following command at the C: prompt:
  416.  
  417.     ftp service.software.ibm.com
  418.  
  419.  
  420. LICENSING
  421.  
  422. The DB2 WWW Connection Internet Offering License is supplied with the
  423. program package.
  424.  
  425. The license is viewable at the download location when the customer
  426. begins the process of downloading the product package. The customer
  427. is prompted to review the license and to indicate acceptance of the
  428. license. To indicate acceptance of the license, the customer must use
  429. a Web browser's point-and-click technology to click on the "Accept"
  430. button. If the customer does not indicate acceptance of the license
  431. by clicking on the "Accept" button, the customer will not be allowed
  432. to complete the download procedure and acquire the program package.
  433.  
  434. DB2 WWW Connection Version 1 is not License Management enabled. It is
  435. not encrypted and does not require any key technology to complete the
  436. installation procedure.
  437.  
  438. CHARGES
  439.  
  440. Contact your IBM representative for charges information for this
  441. announcement.
  442.  
  443. (1)   Registered trademark in the United States and other countries
  444.       licensed exclusively through X/Open Company Limited.
  445.  
  446. .
  447.