會員登入
|
加入會員
|
會員專區
|
購物車
|
自資出版
|
電子書城
|
客服中心
文學小說
商管創投
人文藝坊
勵志養生
進修學習
科學工程
家庭親子
玩樂天地
書名
出版社
作者
isbn
編號
英語會話
|
成交的秘密
|
霹靂影音寫真特典
|
TCP/IP網路通訊協定(第二版)
.
Node 學習手冊
.
JavaScript
.
Developing
文學小說
文學
|
小說
商管創投
財經投資
|
行銷企管
人文藝坊
宗教、哲學
社會、人文、史地
藝術、美學
|
電影戲劇
勵志養生
醫療、保健
料理、生活百科
教育、心理、勵志
進修學習
電腦與網路
|
語言工具
雜誌、期刊
|
軍政、法律
參考、考試、教科用書
科學工程
科學、自然
|
工業、工程
家庭親子
家庭、親子、人際
青少年、童書
玩樂天地
旅遊、地圖
|
休閒娛樂
漫畫、插圖
|
限制級
Developing ASP Components, 2nd Edition
作者:
Shelley Powers
分類:
電腦與網路
/
網路
出版社:
美商歐萊禮英文書
出版日期:2001/3/1
ISBN:1565927508
書籍編號:bu0027851
頁數:832
定價:
1750
元
特別會員價:
95
折
1663
元
書價若有異動,以出版社實際定價為準
暫停販售
暫無供應商:尋找供貨商中(也有可能出版社已結束)。
團購數最低為 15 本以上
評價數:
(請將滑鼠移至星星處進行評價)
目前平均評價:
文字連結
複製語法
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.
WordPress
想要 SSR?快使用
解密搜尋引擎:分詞技
底層都完全了解 -
究極Web資安心智圖
新趨勢網路概論(第六
無瑕的程式碼 函數式
Web 3.0去中心
高格局超前佈署:6G
WordPress
Q1:若我已報名付了1000元訂金,接下來我要做什麼? A:感謝您報名,後續相關事情及服務我們會以e-mail和電話跟您聯絡. 您也可以主動來信(andy@book4u.com.tw)詢問。謝謝! Q2:我本身並沒有產品和服務,也沒什麼實務上的經驗,那又能如何賺錢呢?這個課程真的有實際成效嗎? A:我們這個課程共有11項贈品,其中第2項贈品便是資訊產品創造藍圖,它將教您如何用最簡潔而快速的方法創出屬於您自己的資訊產品。一般的課程大多是教您如何捕魚,但多數的成功致富者,其成功的關鍵卻不是仰賴捕魚技術,而是仰賴借力之術,因為唯有借力才能無中生有!才能快速成長!也才能快速致富!本課程3天共有三套樣版,其中一套樣版便是教您打造在沒有任何商品與服務,也沒有任何資源的情況下,就能快速借力致富的樣版!本課程二位講師都是白手起家,對於沒有實務經驗的新手會格外用心,請放心。 Q3:請問贈品中魚池矩陣直效聯盟VVIP是什麼? A:這是一個強大的系統,而我們送的是體驗版,會提供你Email追客系統。國外有一種函授課程,亦即每幾天發一個課程給學員, 就是用EMAIL追客系統來實踐。EMAIL追客系統簡單的說就是今天有一個客戶在你的網站上購買產品或註冊,系統會自動回覆一封確認信,之後你可以自行設計發送內容和發信時間一次一對多發給客戶,而且每封信還會帶入客戶本身的姓名。讓客戶以為是我們專門為客戶所量身訂作的信件。所以Email追客系統可以讓你培養跟客戶的信任感,進而成交。 Q4:請問贈品中資訊產品創造藍圖是什麼? A:這是一位叫林星?老師的課程,課程售價是9800元,現在免費送給你。此課程包含: ● 何謂資訊型產品? ● 資訊型產品的種類大解析!以及如何組織你的資訊型產品賺錢? ● 如何找到你的利基市場? ● 為什麼錯的利基市場,再好的產品與行銷也很難有效! ● 29個國外已經證實能讓你賺到錢的利基市場! ● 如何確保你做出來的產品客戶會很想購買?以及實際可執行的步驟! ● 創造資訊型產品計劃書 ● 15個步驟建立你的資訊型產品事業 ● E-mail精準行銷的10個法則 ● 10個別人沒有告訴你的有效文案撰寫法則 Q5:請問贈品中自動財富系統 6片DVD是什麼? A:此6片DVD定價3200元。內容為《借力淘金!最吸利的鈔級魚池賺錢術》作者之一王紫杰所錄製的DVD,內容為有關網路行銷的知識和技巧,非常豐富且實用,免費送給您。
為了保障您的權益,新絲路網路書店所購買的商品均享有到貨七天的鑑賞期(含例假日)。退回之商品必須於鑑賞期內寄回(以郵戳或收執聯為憑),且商品必須是全新狀態與完整包裝(商品、附件、內外包裝、隨貨文件、贈品等),否則恕不接受退貨。