登入
|
註冊
|
會員中心
|
結帳
|
培訓課程
魔法弟子
|
自資出版
|
電子書
|
客服中心
|
智慧型立体會員
書名
出版社
作者
isbn
編號
5050魔法眾籌
|
NG書城
|
國際級品牌課程
|
優惠通知
|
霹靂英雄音樂精選
|
TCP/IP網路通訊協定(第二版)
.
Node 學習手冊
.
JavaScript
.
Developing
文學小說
文學
|
小說
商管創投
財經投資
|
行銷企管
人文藝坊
宗教、哲學
社會、人文、史地
藝術、美學
|
電影戲劇
勵志養生
醫療、保健
料理、生活百科
教育、心理、勵志
進修學習
電腦與網路
|
語言工具
雜誌、期刊
|
軍政、法律
參考、考試、教科用書
科學工程
科學、自然
|
工業、工程
家庭親子
家庭、親子、人際
青少年、童書
玩樂天地
旅遊、地圖
|
休閒娛樂
漫畫、插圖
|
限制級
Developing ASP Components, 2nd Edition
作者:
Shelley Powers
分類:
電腦與網路
/
網路
出版社:
美商歐萊禮英文書
出版日期:2001/3/1
ISBN:1565927508
書籍編號:bu0027851
頁數:832
定價:
1750
元
書價若有異動,以出版社實際定價為準
暫停販售
暫無供應商:尋找供貨商中(也有可能出版社已結束)。
團購數最低為 20 本以上
評價數:
(請將滑鼠移至星星處進行評價)
目前平均評價:
文字連結
複製語法
Developing ASP Components, 2nd Edition
圖片連結
複製語法
分
享
內容簡介
同類推薦
內容簡介
Microsoft's Active Server Pages (ASP) technology has become wildly popular with web developers. However, the techniques for developing custom ASP components, not to mention the inevitable snags and pitfalls, are not well documented. What's more, the successful ASP component developer must be a jack-of-all-trades, with some knowledge of COM and COM+, threading models, and the ASP object model, as well as a mastery of one or more language tools and development environments. That's where Developing ASP Components, 2nd Edition, comes in. Its first section explores the topics everyone needs to know to develop effective ASP components: •Configuring the ASP development environment. •ASP components and the Component Object Model (COM). •ASP components and threading models. •ASP components and Component Services, which provide a variety of services to ASP components. •The objects, properties, methods, and events available in the ASP object model. •Integrating ASP components and scripted Active Server Pages. ASP components are language independent, and developers increasingly tend to use more than a single language tool. Thus the remainder of the book focuses on ASP component development using one of two major development tools--Microsoft Visual Basic and Microsoft Visual C++ (with the ActiveX Template Library)--along with a number of other languages, such as Perl and Delphi. Each section focuses on the issues that concern the ASP component developer using that particular development environment. These issues include: •Accessing ASP's intrinsic objects. •Accessing data using ADO. •Creating n-tier web applications with VB. •Handling persistence using MFC along with Visual C++/ATL. It's this strong focus on two major development environments, along with a thorough grounding in essential ASP topics, that makes Developing ASP Components, 2nd Edition, the definitive resource for the ASP application and component developer.
目錄
Preface
1. Writing ASP Components
The Role ASP Components Play Why Use ASP Components? COM+ Services and ASP Components Accessing Data with ASP Components Windows 2000 Technologies Accessible from ASP Components A Rose by Any Other Name: Programming Language Choice What About ASP.NET?
2. Setting Up the ASP Development Environment
Configuring the IIS Environment Remote Administration of IIS Using ADSI to Administer IIS Programmatically IIS Admin Object Overview The IIS Base Admin Objects
3. ASP Components and COM
Overview of COM for ASP Component Developers How COM Is Implemented Notable COM Interfaces COM Datatypes
4. ASP Components, Threads, and Contexts
What Are Threads? Threads and Apartments The Threading Models What Are COM+ Contexts?
5. COM+ Services and ASP Components and Applications
Developing Component-Based Systems The COM+ Interfaces Porting MTS Packages to COM+ Applications Activating COM+ Applications COM+ Services
6. ASP Interaction: Scripting and ASP Components
Scripting Language Support Within ASP Instantiating Components COM+ Datatypes and Script/Component Interaction Passing Arrays as Parameters Error Handling Between Component and Script
7. Creating a Simple Visual Basic ASP Component
Creating an In-Process or Out-Of-Process Component Component Instancing Component Execution and Threads Creating an ASP Project Creating Component Methods Generating, Registering, Installing, and Testing the Component Adding Support for COM+ Services Converting MTS Components for Use with COM+ Accessing the ASP Built-in Objects Error Handling Debugging Performance Issues
8. Creating ASP/ADO Components
Accessing ADO from a VB Component Creating a Simple ADO Component The ADO Model File and Directory Access with ADO Streams and the Record Object Persisting Data
9. Creating an ASP Middle Tier with ADO
How Separate Should the Layers Be? Creating ADO Data Wrappers Defining Business Objects Other Data Integrity Issues
10. Server-Side XML Through VB ASP Components
XML Basics Formatting XML Working with XML in ASP Applications XML and ADO: Saving Recordsets as XML
11. Take a Message: Accessing CDO from ASP Components
A Brief Overview of CDO The CDO Object Model Send This URL to a Friend Working with the Message Body Retrieving and Reading Messages
12. Working with Active Directory from ASP Applications
A Brief Overview of Active Directory in Windows 2000 Setting Up an Isolated Active Directory Environment A Refresher on ADSI Binding to Active Directory Objects Using the Active Directory Services Viewer Manipulating Containers Searching Active Directory with ADO ASP Example: Add and Manage Users Through the Web
13. Working with MSMQ Components
MSMQ/ASP Basics Working with Queues Working with MSMQ Messages Using Transactions Journaling A Brief Word on Message Security
14. Creating C++ ASP Components
ATL or MFC Using ATL AppWizard to Generate the Basic ASP Component Project Adding an ATL Object Code Changes Based on Adding a New Object Adding Methods to the Interface Adding Support for COM+ Services Converting MTS Components for Use with COM+ Accessing the ASP Built-in Objects Error Handling
15. Adding Data Access to C++ Components with ADO
ADO Access in Visual C++ The ADO Object Model The Connection Object The Recordset Object The IADORecordBinding Interface The Command Object Stream and Record Objects
16. The CDO Interfaces from C++ Components
Accessing CDO Interfaces in C++ Creating and Sending a Message Retrieving and Reading Messages
17. Accessing Active Directory from C++ Components
Binding to Active Directory Objects ADSI Helper Functions Filtering Collections Creating and Removing Active Directory Objects Using ADSI Searching Active Directory with IDirectorySearch
18. Accessing MSMQ from C++ ASP Components
Adding Support for MSMQ to the C++ Project Working with Queues Searching for a Specific Queue Working with MSMQ Messages Using Transactions
19. Persistence with ASP Components Using ATL and MFC
Combining MFC and ATL File Access from ASP Components Creating a Serializable Class Persistence Through Object Serialization
20. ASP Components Created with Java
Creating Java Components Invoking a COM Object in a Java Component Working with COM+ Services The ASP Built-in Object and Helper Interfaces Accessing ADO from Java Components
21. Creating ASP Components with Delphi
Using the COM Wizards to Create ASP Components Manually Adding Support for COM+/ASP Working with the ASP Objects Working with ADO Working with Windows 2000 Functionality: CDO
22. Perl-Based Components Using ActiveState's PDK
Setting Up PDK Building a Basic Perl Component Accessing the ASP Built-in Objects Working with Data Working with the Win2K Environment
23. Creating Scripting Language Components
The Windows Script Components Architecture Elements of a WSC File Script Components and ADO The WSC Wizard Creating Script Components with JScript Accessing Windows 2000 Functionality
A. ASP Built-in Object Quick Reference
B. The Weaver Database
Index
作者簡介
Shelley Powers
Shelley Powers is a consultant/author with her own company, YASD, in Boston, Massachusetts. In the last several years, she has worked with a variety of distributed and/or web development applications, using a variety of tools and platforms. Shelley has authored or coauthored books on Dynamic HTML, JavaScript, Java, CGI, Perl, general web technologies, and more.
究極Web資安心智圖
無瑕的程式碼 函數式
Web 3.0去中心
一個人的藍隊:企業資
比有線還快:Wi-F
5G全接觸,萬物互聯
未來工廠超進化!工業
現代系統管理|可靠及
高性能程式密技 -
Terraform建
為了保障您的權益,新絲路網路書店所購買的商品均享有到貨七天的鑑賞期(含例假日)。退回之商品必須於鑑賞期內寄回(以郵戳或收執聯為憑),且商品必須是全新狀態與完整包裝(商品、附件、內外包裝、隨貨文件、贈品等),否則恕不接受退貨。