Buy Used
Used - Good See details
Price: £2.77

or
Sign in to turn on 1-Click ordering.
 
   
Developing ASP Components
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don t have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Developing ASP Components [Paperback]

Shelley Powers
4.2 out of 5 stars  See all reviews (5 customer reviews)

Available from these sellers.


5 new from £11.00 16 used from £0.02

Formats

Amazon Price New from Used from
Paperback £32.73  
Paperback, 1 April 1999 --  

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
     ASP .NET Development opens new browser window
  www.nagarro.com   -   Microsoft Gold Certified Partner Web Apps Development Experts
     ASP Database Developers opens new browser window
  ApprovedDatabaseDevelopers.co.uk   -   Get fast free quotes from top ASP Database Developers in the UK
     Pace - Bespoke Software opens new browser window
  www.pacecomputers.co.uk   -   Quality, experienced, professional. MS Certified Partner, ISO certified

Product details

  • Paperback: 507 pages
  • Publisher: O'Reilly Media; 1 edition (1 April 1999)
  • Language English
  • ISBN-10: 1565924460
  • ISBN-13: 978-1565924468
  • Product Dimensions: 23.1 x 18 x 3.3 cm
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Bestsellers Rank: 1,767,888 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Amazon.co.uk Review

Developing ASP Components offers comprehensive instruction for creating and implementing server-side components for the Microsoft Web server platform. You can build Microsoft components with different languages and author Shelley Powers covers the bases with equal coverage of Visual Basic, Visual C++, and Visual J++ development.

The first part of the book offers a very readable introduction to Active Server Pages (ASP) components, the Component Object Model (COM), thread implementation and transactions. This section explains how the elements of the ASP processing environment work together and forms the foundation for the remainder of the book. Inside this overview, the author is careful to point out differences among the trio of featured programming languages.

The next section covers Visual Basic component building, access to ActiveX Data Objects (ADO) and building multiple-tier ASP components. This section illustrates how an easy-to-use language like VB can offer great productivity. C++ is then covered, with a focus on the language's additional control and, in particular, possibilities for object linking and embedding database (OLE DB) data access. For Java, the author includes coverage of JavaBeans and data access with the Windows Framework Classes (WFC).

With proper focus on the key aspects of each language and plenty of practical examples, this title squarely hits the mark as a guide for budding ASP developers. --Stephen Plain

Product Description

The popularity of Microsoft's Active Server Pages (ASP) technology is growing rapidly. Part of the reason is ASP's flexibility: the output of ASP scripts is most commonly HTML, which is included in the text stream returned to the client, making it a convenient way of creating browser-independent web content. But an additional reason--and one that will become more and more important over time, as web applications replace web pages--is its extensibility. And the most effective way to extend ASP is to develop custom ASP components.

However, the techniques for developing custom ASP components, along with the snags and pitfalls of developing custom components, are not well documented. In addition, to successfully develop ASP components one must be a jack-of-all-trades: programming requires some knowledge of COM, of threading models, and of the ASP object model, as well as a mastery of one or more language tools and development environments.

That's where Developing ASP Components comes in. The first section of the book explores the topics all developers need to know to develop components for ASP effectively:

  • The configuration of the ASP development environment
  • ASP components and the Component Object Model (COM)
  • ASP components and threading models
  • ASP components and the Microsoft Transaction Server, which can be used to provide a variety of services to ASP components
  • The objects, properties, methods, and events available in the ASP object model

Because more and more developers find themselves using more than a single language tool, the remaining three sections of the book each focus on ASP component development using any of the three major development tools: Microsoft Visual Basic, Microsoft Visual C++ and the ActiveX Template Library (ATL), and Microsoft J++. Each section carefully focuses on the issues that concern the ASP component developer who is using that particular development environment. These include:

  • Accessing ASP's intrinsic objects
  • Accessing data using either OLE DB (in the case of C++) or ADO (in the case of VB and J++)
  • Creating n-tier web applications with VB
  • Handling persistence using MFC along with Visual C++/ATL
  • Accessing native code (the Windows libraries, which are written in C) from J++

This thorough coverage of the background information needed for developing ASP components, as well as its focus on the component development in each of three major development environments, makes Developing ASP Components the definitive resource for the ASP application and component developer.


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

5 Reviews
5 star:
 (2)
4 star:
 (2)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
1 of 1 people found the following review helpful:
4.0 out of 5 stars Good intro, still left a lot of unanswered questions, 24 Nov 1999
By seyed@mailandnews.com (Manchester, UK) - See all my reviews
This review is from: Developing ASP Components (Paperback)
This is a good book to get you thinking about developing ASP / ActiveX components and if you're just using VB it is as good a start as you'll probably need.

For the C++ programmer you're still left with a lot of questions and unless you're planning on doing only really trivial stuff this book alone won't do it for you.

Still good style and usually clear examples make this a good book IMHO.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
1 of 1 people found the following review helpful:
4.0 out of 5 stars Good Overview, solved initial problems for me, 2 Jun 1999
By A Customer
This review is from: Developing ASP Components (Paperback)
I recommend this book if you are either familiar with ASP or a MS Programming language. I am developing in ASP, and found that the VB sections are the easiest to absorb. The book does cover three languages, so don't expect a large amount of detail on each. But the book is cheap, and allowed me to successfully access the ASP objects, something that is documented little on the web.

If you want to stay with ASP, but also want to move further into object oriented programming (to keep up the learning curve), get this book as a place to start.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
3.0 out of 5 stars Get to the point(er), 8 May 2002
By A Customer
Overall a good book, and Shelley certainly knows her stuff. Far too much indepth explanation (akin to walking through treacle) perhaps aimed at new developers, without any actual examples at the beginning, though, and who cares about using Perl to build COM components? Improves in later chapters, and there isn't any other book that covers this subject in a decent fashion.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Excellent insight into Com via VB/ASP. Hats off to Shelly!
Very good intro and detailed knowledge portrayed by author. No blurb. More of this please!
Published on 1 May 2000 by dave.swan@consultant.com

5.0 out of 5 stars Indispensable Intro to ASP Components
Well written, succinct and the subject material is brilliantly covered. This book is not only an excellent primer on the subject of ASP Components, its also a model on how ALL... Read more
Published on 11 Aug 1999

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.