随笔 - 64, 文章 - 11, 评论 - 12, 引用 - 0
数据加载中……

ATL 开源部份介绍

 

      2007年三月份,Visual C++团队宣称将在http://www.codeplex.com 网站上发布ATL Server的源代码。在这份源码的基础之上,我们将有机会在ATL Server中加入新的特性。

      在ATL Server中,下列的部分已经公开

(1)      Core ATL Server Framework classes in atlisapi.h, atlstencil.h, atlserr.h

(2)      Caching classes in atlcache.h

(3)      Cryptography classes in atlcrypt.h

(4)      HTML generation on server side and reading on client sides in atlhtml.h

(5)      Performance monitoring classes in atlperf.h

(6)      Extension management classes in atlextmgmt.h

(7)      Server and client side support for SOAP based Web services in atlsharedsvc.h, atlsoap.h

(8)      Session-state classes and interfaces in atlsession.h

(9)      MIME/SMTP support in atlmime.h and atlsmtpconnection.h

(10) Regular Expression support from atlrx.h

(11) Stream helpers in atlsoap.h and atlhtml.h

(12) Many of the ATL Server tutorials, samples and help pages.

 

下表列出了公开的源文件,这些源文件可以直接在网上下载。

atlcache.h

atlcrypt.h

atlcrypt.inl

atlextmgmt.h

atlhtml.h

atlhttp.h

atlhttp.inl

atlisapi.h

atlmime.h

atlperf.h

atlperf.inl

atlrx.h

atlsession.h

atlserr.h

atlsharedsvc.h

atlsiface.h

atlsmtpconnection.h

atlsmtputil.h

atlsoap.h

atlsrv.rc

atlsrvres.h

atlstencil.h

res\dllmgr.srf

res\stencilmgr.srf

res\threadmgr.srf

 

下面这些工具的源码也将会公开。

·             clstencil.exe - used in running Request Handler DLLs or SRF Files from the command line

·         sproxy.exe - used in generating proxy classes for SOAP based Web Service clients (用来生成WEB Service的代理。以便于编程调用)

·         vcdeploy.exe - used in deploying ATL Server projects to IIS

今天,有点时间在看ATL server方面的资料。打开前面说的网站,并找到了这些东东,实不敢独享。http://atlserver.codeplex.com/这里有我前面说的头文件与工具。

posted on 2009-05-26 22:39 Robertxiao 阅读(1396) 评论(0)  编辑 收藏 引用 所属分类: RPC/COM/ATL散谈


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理