ATL Server

ATL Server

ATL Server is a technology originally developed by Microsoft for developing web based applications. It uses a tag replacement engine written in C++ to render web pages. It draws on the existing technologies like ISAPI and the Active Template Library, and includes a template library which is dedicated for use with developing Web-based applications.

ATL Server first appeared with Visual Studio .NET 2003. It was included in Visual Studio 2005 but is no longer supported since the release of Visual Studio 2008. Most of the ATL Server code base has been released as a shared source project on CodePlex, a Microsoft-run code sharing web site.

A typical ATL server application consists of at least one ISAPI extension DLL along with one or a number of Server Response Files (.srf) and their associated application DLL files which provide the application functionality.

RF Files

SRF files can contain a mix of HTML and script tags. SRF script tags are denoted by the opening and closing braces.

A single SRF file may call code from a number of application DLLs. Similarly, a single application DLL may serve a number of SRF files.

The simplest SRF file must contain one or more references to application DLLs and one or more calls to a functions within those DLLs. A simple SRF file would look something like this:

handler ATLServerHelloWorld.dll/Default HelloWorld

The first line of the file: handler ATLServerHelloWorld.dll/Defaultis used to identify an application DLL file that the SRF file will make calls to.

Within the file, function calls would look like this: HelloWorld

References

* [http://www.informit.com/articles/article.aspx?p=605368 Hello, ATL Server: A Modern C++ Web Platform] , InformIT, September 29, 2006.

External links

* [http://msdn.microsoft.com/msdnmag/issues/1000/atlserv/ Microsoft: ATL Server]
* [http://www.codeplex.com/AtlServer/ ATL Server at CodePlex]
* [http://msdn.microsoft.com/msdnmag/issues/03/11/ASPColumn/ The ASP Column: ATL Server versus ASP.NET]


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • ATL Server — технология, разработанная фирмой Microsoft для разработки веб приложений. Она использует движок замены тегов, написанный на C++, для генерации веб страниц. Она основывается на уже существующих технологиях, как ISAPI и Microsoft Active Template… …   Википедия

  • ATL Server — ist eine serverseitige Klassenbibliothek von Microsoft zur Programmierung von dynamischen Webseiten, Web Applikationen und XML Webservices. Die ATL Server Klassenbibliothek ist für die Programmiersprache C++ implementiert und laut Microsoft… …   Deutsch Wikipedia

  • Internet Server Application Programming Interface — The Internet Server Application Programming Interface (ISAPI) is an N tier API of Internet Information Services (IIS), Microsoft s collection of Windows based web server services. The most prominent application of IIS and ISAPI is Microsoft s web …   Wikipedia

  • Active Template Library — (ATL)  набор шаблонных классов языка C++, разработанных компанией Microsoft для упрощения написания COM компонентов. Эта библиотека позволяет разработчикам создавать различные объекты COM, серверы автоматизации OLE и управляющие элементы… …   Википедия

  • Active Template Library — The Active Template Library (ATL) is a set of template based C++ classes developed by Microsoft that simplify the programming of Component Object Model (COM) objects. The COM support in Microsoft Visual C++ allows developers to create a variety… …   Wikipedia

  • Microsoft Active Template Library — Active Template Library (ATL)  набор шаблонных классов языка C++, разработанных компанией Microsoft для упрощения написания COM компонентов. Эта библиотека позволяет разработчикам создавать различные объекты COM, сервера автоматизации OLE и… …   Википедия

  • Active Template Library — Bei der Active Template Library (ATL) handelt es sich um eine Sammlung von Visual C++ Klassenbibliotheken für Microsoft Windows zur Erstellung und Nutzung von COM Komponenten, einschließlich ActiveX Steuerelementen. Der Namensbestandteil Template …   Deutsch Wikipedia

  • Programmiergerüst — Ein Framework (engl. für „Rahmenstruktur, Fachwerk“) ist ein Programmiergerüst, das in der Softwaretechnik, insbesondere im Rahmen der objektorientierten Softwareentwicklung sowie bei komponentenbasierten Entwicklungsansätzen, verwendet wird.… …   Deutsch Wikipedia

  • Rahmenstruktur — Ein Framework (engl. für „Rahmenstruktur, Fachwerk“) ist ein Programmiergerüst, das in der Softwaretechnik, insbesondere im Rahmen der objektorientierten Softwareentwicklung sowie bei komponentenbasierten Entwicklungsansätzen, verwendet wird.… …   Deutsch Wikipedia

  • Rahmenwerk — Ein Framework (engl. für „Rahmenstruktur, Fachwerk“) ist ein Programmiergerüst, das in der Softwaretechnik, insbesondere im Rahmen der objektorientierten Softwareentwicklung sowie bei komponentenbasierten Entwicklungsansätzen, verwendet wird.… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”