1 / 27

Windows 2000 Web and Application Services

Windows 2000 Web and Application Services. CIS 485 Tsungfan Chou. Presentation Overview. Introduction Internet information services (IIS) The component object model and COM+ Transaction service Message queuing with MSMQ Data access technology Conclusion. Introduction.

norm
Download Presentation

Windows 2000 Web and Application Services

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Windows 2000 Web and Application Services CIS 485 Tsungfan Chou

  2. Presentation Overview • Introduction • Internet information services (IIS) • The component object model and COM+ • Transaction service • Message queuing with MSMQ • Data access technology • Conclusion

  3. Introduction • The Windows 2000 operating system platform has become a standard foundation for building and deploying software applications. Its broad programming language support, large third-party developer community, and cost efficiency have helped make Windows the mainstream business operating system and application server platform. • From Web sites to high-volume transactional applications, Windows 2000 delivers the productivity benefits of component-based development and takes advantage of industry standards for greater interoperability, flexibility, and tools support. These application services are tightly integrated into the operating system to deliver the reliability and manageability that the most demanding traditional and Web-enabled applications require.

  4. Internet information services (IIS) • HTTP 1.1 • Secure Sockets Layer • Common Gateway Interface (CGI) • Web Distributed Authoring Versioning (WebDAV)

  5. HTTP 1.1(Hypertext Transfer Protocol) • HTTP 1.1, that promises to bring Web pages a little faster to your browser and reduce some of the Web's enormous traffic. Developed by a committee of the Internet Engineering Task Force (IETF) that includes the Web's chief creator Tim Berners-Lee, HTTP 1.1 exists as a "proposal," but in fact, most major Web servers and browser clients are at some stage of supporting it.

  6. Secure Sockets Layer • The Secure Sockets Layer (SSL) is a commonly-used protocol for managing the security of a message transmission on the Internet. SSL has recently been succeeded by Transport Layer Security (TLS), which is based on SSL. SSL uses a program layer located between the Internet's Hypertext Transfer Protocol (HTTP) and Transport Control Protocol (TCP) layers. SSL is included as part of both the Microsoft and Netscape browsers and most Web server products. Developed by Netscape, SSL also gained the support of Microsoft and other Internet client/server developers as well and became the de facto standard until evolving into Transport Layer Security. The "sockets" part of the term refers to the sockets method of passing data back and forth between a client and a server program in a network or between program layers in the same computer. SSL uses the public-and-private key encryption system from RSA, which also includes the use of a digital certificate.

  7. Common Gateway Interface (CGI) • The common gateway interface (CGI) is a standard way for a Web server to pass a Web user's request to an application program and to receive data back to forward to the user. When the user requests a Web page (for example, by clicking on a highlighted word or entering a Web site address), the server sends back the requested page. However, when a user fills out a form on a Web page and sends it in, it usually needs to be processed by an application program. The Web server typically passes the form information to a small application program that processes the data and may send back a confirmation message. This method or convention for passing data back and forth between the server and the application is called the common gateway interface (CGI). It is part of the Web's Hypertext Transfer Protocol (HTTP).

  8. Web Distributed Authoring Versioning • WebDAV (World Wide Web Distributed Authoring and Versioning) is the Internet Engineering Task Force (IETF) standard for collaborative authoring on the Web: a set of extensions to the Hypertext Transfer Protocol (HTTP) that facilitates collaborative editing and file management between users located remotely from each other on the Internet. WebDAV is expected to have an impact on the development of virtual enterprises, by enabling remote groups to work together in new ways. For example, WebDAV-conforming tools could be used by a virtual organization to develop business plans, create software, or write libraries of information. The WebDAV work group is part of the applications section of the World Wide Web Consortium (W3C); their charter states its goal as to "define the HTTP extensions necessary to enable distributed Web authoring tools to be broadly interoperable, while supporting user needs." WebDAV is expected to fulfill early expectations of the Web's collaborative potential, by adding write access to the read access afforded by HTTP. WebDAV will enable users to collaborate over the Web in the same way as they might over a corporate intranet.

  9. The component object model and COM+ How COM work ? The major features COM+ introduces are: - integrated Transactions - Object Pooling - Queued Components - COM+ Events

  10. How COM work ?

  11. The major features COM+ introduces are: - integrated Transactions - Object Pooling - Queued Components - COM+ Events

  12. integrated Transactions The major transaction service features within COM+ include: -Automatic transactions -Configurable security -Database connection pooling -Support for multiple databases and resource managers -Automatic thread support -Process isolation through packages -Integration with mainframe transactions -A broad range of development tools

  13. Object pooling • Object pooling is an automatic service provided by COM+ that lets application developers configure a component so that instances of it are kept active in a pool, ready to be used by any client that requests the component. Developers can administratively configure and monitor the pool maintained for a given component, specifying characteristics such as pool size and creation request timeout values. Once the application is running, COM+ manages the pool, handling the details of object activation and reuse according to pre-specified criteria.

  14. Queued Components • The Queued Components feature takes advantage of Microsoft Message Queuing Services (MSMQ) to let server components logically participate in transactions while unavailable or offline. This allows standard COM components to use MSMQ to deliver asynchronous capabilities. While developers can use MSMQ to write applications that use the capabilities provided by queued components, such development is relatively labor-intensive. Programming with queued components is much faster, and does not require the developer to learn new techniques.

  15. COM+ Events • COM+ Events is a programming tool that lets application developers write application code (called publishers) that can notify client-side application code (called subscribers) when a particular event happens. For example, COM+ Events can be helpful to developers using queued components to help guarantee delivery of queued tasks.

  16. Transaction service • How transaction services work ?

  17. Message queuing with MSMQ How MSMQ Works ?

  18. MSMQFeatures • COM-based access • Integration with transactions • Automatic message journaling • Automatic notification • Built-in data integrity, data privacy, and digital signature services • Message priority support • Simplified application integration • Network protocol independence

  19. Data access technology • ODBC • OLE_DB • Active Data Objects • RDS • CDO

  20. ODBC • ODBC is the most widely used interface for accessing structured data. ODBC lets applications developers easily access data in over 50 different databases including Microsoft SQL Server, Oracle, Sybase, Informix, DB2, and many others.

  21. OLE DB • OLE DB is the Microsoft low-level interface to data across the organization. OLE DB is an open specification designed to build on the success of ODBC by providing an open standard for accessing all kinds of data.

  22. Active Data Objects • . Active Data Objects are a language-neutral object model, which expose data raised by an underlying OLE DB Provider. The most commonly used OLE DB Provider is the OLE DB Provider for ODBC Drivers, which exposes ODBC Data sources to ActiveX Data Objects.

  23. RDS • . Remote Data Service is used to transport Active Data Object Recordsets from a server to a client computer. The resulting recordset is cached on the client computer and disconnected from the server. RDS uses a subset of the ActiveX Data Objects model, the ADOR.Recordset, to provide a low-overhead, high-performance way to marshal recordset data over a network or web.

  24. CDO • Collaboration Data Objects are a set of COM objects that provide access to data stored in Exchange.

  25. conclusion The application services in Windows 2000 are the result of years of refinement to meet the requirements of developers who are writing increasingly sophisticated distributed applications. These services have evolved from addressing stand-alone personal computers in the early 1990s to supporting today’s diverse distributed networks with multiple servers and large numbers of clients. IIS 5.0 provides the Web access essential to many new applications. The IIS 5.0 Web server works hand in hand with the component-based application services in Windows 2000. At the heart of the Windows 2000 application services is the Microsoft Component Object Model (COM). The COM technologies provide a mature foundation for component-based development, and the majority of Windows-based application use COM in some way. With its integrated services and its development tool support from Microsoft and others, COM is a popular foundation for building distributed applications. Windows 2000 introduces COM+, which fully integrates transaction services to make it easier for developers to write sophisticated, component-based, Internet-enabled distributed applications. COM+ also provides queued components and event services. These features make it easier to write applications that both allow for routine pauses in business processes and can publish information about activities that can be used by other applications.

More Related