See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.


Have one to sell? Sell yours here
 
   
Beginning Components for ASP (Programmer to programmer)
 
See larger image
 

Beginning Components for ASP (Programmer to programmer) [Illustrated] (Paperback)

by Richard Anderson (Author), Alex Homer (Author), Simon Robinson (Author)
3.8 out of 5 stars See all reviews (6 customer reviews)

Available from these sellers.


11 used from £2.40
Other Editions: RRP: Our Price: Other Offers:
Paperback (1st) Order it used

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
ASP Development Projects
   www.BusinessBuyGuide.co.uk/ASP    Compare ASP Development Quotes. It Is Free, Fast & Easy To Use Now! 
ASP Business Software
   www.NetSuite.co.uk    Support the Entire Company with One Low Cost Software. NetSuite. 
ASP.NET AJAX Controls
   www.componentone.com    Create Rich Internet Apps: Grids, Charts, Reports, Schedules & more! 
  
 

Product details

  • Paperback: 831 pages
  • Publisher: WROX Press Ltd; illustrated edition edition (1 Sep 1999)
  • Language English
  • ISBN-10: 1861002882
  • ISBN-13: 978-1861002884
  • Product Dimensions: 23.3 x 18.5 x 4.8 cm
  • Average Customer Review: 3.8 out of 5 stars See all reviews (6 customer reviews)
  • Amazon.co.uk Sales Rank: 1,048,055 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review
Beginning Components for ASP is an intermediate title in the Wroxline of Active Server Pages guides. This volume is intended for developers comfortable with ASP who are interested in leveraging the power of component-based applications. The two key development languages for components--Visual Basic and C++--are addressed in this work.

Visual Basic component development is handled first with an excellent introduction to components and class development in VB. The authors then explain the interconnection of ADO, UDA, and COM in a chapter that lays the foundation for a solid understanding of how components work. From there the authors discuss big picture application design issues such as n-tier architecture. The text utilises concise code examples and frequent headings that make the book very useful for quick reference as you hone your component skills.

Microsoft Transaction Server (MTS) and resource management are addressed and the authors show what you must do to make your components work with MTS. The first of two sophisticated case studies in the book--a document management system--illustrates how to work with XML with components. This example is lengthy but very informative since the authors take the time to explain each section. A second similar case study presents a fictitious movie theatre application. These real-world examples, coupled with the structured tutorial content, make this guide a perfect way to get on the component bandwagon. --Stephen W. Plain

Topics covered: Components and hosting environments, VB & C++ component development, UDA, ADO, COM, MTS, scalability, resource management, directory access with ADSI, C++ components with the Active Template Library, threading and OLE DB access with ATL.

Book Description
ASP components are the next stage for the maturing ASP programmer. They reflect a need for bespoke and fine control over site activity. For example, when a basic ASP site wishes to have some sort of transactional ability, where a database will ultimately be referred to or some business rule checked against, then a custom component will do the job. This component could be written in VB,VC or Java and is hermetic and maintainable.

This book is about the broad flavors of common components, how they should fit an architecture and how to write them correctly.

See all Product Description


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
 

 

Customer Reviews

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

 
2 of 2 people found the following review helpful:
3.0 out of 5 stars It got me started better than the Shelley Powers book, 22 Mar 2000
By P. Howells (Halifax, England) - See all my reviews
(REAL NAME)   
It's over-wordy and it hasn't been properly proof-read. However, I keep on buying Wrox books because they are practical and the code is explained in detail.

This book is more likely to get you started with Component development than the Shelley Powers book (though I'm not criticising it).

Contrary to a previous review the examples do work.

Also, contrary to a previous review the book does show you how to call up your components from web pages.

Does it teach you how to create a complete component-based ASP e-commerce web site ? No, of course not ; it never set out to do that.

If it had been proof-read I would have given it 4 stars.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Nice Intro to COM and Components, 14 Jan 2000
By A Customer
As a reasonable ASP programmer, I found this book really helped me understand why I should probably be using components. It then demonstrated how I could use components, and make use of what the ASP object model, MTS, ADSI etc have to offer.

I dont think it is a complete beginners book, as some topics are very deep and detailed. I'd therefore recommended it to all ASP programmers, newbies or old timers. I look forward to the 2nd edition and/or follow up. Well done Wrox!

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 2 people found the following review helpful:
5.0 out of 5 stars Begin COM 4 ASP - totaly needed it., 12 Feb 2000
By A Customer
Posted from amazon.com:

A book review by Michael Gokey (yes, I know sounds like I'm in 4th grade)

Wow, I love the Beginning Components for ASP (Active Server Pages) book. Some great programmers, Richard Anderson, Simon Robinson, and Alex Homer wrote it. Of course, it was published by Wrox. These guys ROCK!

I need to say, "What a well-used book". I started to say, well written, but who cares if it was well written. What really matters before you buy the book is if you will get some good use out if it. If, by use you mean, you will have dog-eared pages, highlights out the kazoo, and sticky-notes in all the margins, then the answer is a resounding YES! By the way, I do think it was written well, but I am not an English major. I am a working ASP programmer, trying to learn COM for ASP.

If you have Visual Basic (5 or later) running, and know a little bit about it, and are maybe a little bit past the beginning stage of ASP (2 or later) programming, then this book would really help you out, as it did me.

The first part of the book was written for an ASP programmer, just starting to use components. It answers those all-important beginning questions like: What is a component? In addition, why do we need them? Moreover, what do they do?

Part I The first part of the book has nine chapters, deals with everything the nitty gritty details a starting COM programmer needs to know. It begins with "What is COM", and it's interfaces, and the host environments. It explains that most ASP sites do real work and are not just siting around looking pretty; they deal with data through ADO and COM. This book has prepared to build your first component in just a short while. It explains everything you need to have and do. I was so happy to get my first component working.

This book goes into the basics of Microsoft Transaction Server (MTS). This book explains better than the big MTS book I have, and never could quite make it through. It explains in depth about transactions, scalability, and resources. I work in a small shop, but try to look hard at large NT/IIS/ASP sites, that I will be working for some day, and try to learn from them. Before going into the MTS stuff, it really goings into explaining n-tier in laymen's terms. I am also starting to use the MS Message Queue. How dumb could I have been? A year and half ago, I thought it was another way of doing email, or SMTP stuff, so I dismissed it. That was a bad move on my part. What I now know is that it is the systems are talking to each other. "Yes, I got that message, did you get mine about the transaction failing?" I know I've simplified it and it's not exactly like that, but you've only got a few minutes for me to tell you why, if you are like me, you should look at this stuff. The book also later explains ADSI, which I still do not need, but at least I now know more about it.

Part II The second part of the book is for Visual C++ people, you know, those real geeks, which really understand the deep levels of code, and make stuff harder than they need to. I thought I would not get much out of it, but I was dead wrong. There are five in-depth chapters in the second part of the book, which break all the rules you just learned in the first part, well not really. I still use the first part since that is what really suited me.

I really learned a lot more about MTS, and the Active Template library, and more about programming logic, and the MS OLE DB templates. I also learned more about VC++. You know, the stuff that you put off, and say that you've been meaning too, just haven't gotten around to it, been very busy just trying to keep up with my little world.

The book also has a great two-chapter "case study" on XML. It uses ASP, components, and XML, to "solve" a document management problem. That is why we are paid the big bucks to solve problems, using whatever tools we need.

The last part of this book, as in all great Wrox computer books, has a couple of appendices. The ASP object model, and the ADO object model, and library references for the MTS, and Message Queue Objects. The last one was about COM and the registry.

My final comments are, that out of the at least five other basic COM books I have really examined, this is the best. I really read it, did the examples, and learned from it. Some of the books I look at, I think, "Yes, I could use this, or learn from it", but I never do. The book needs to pull you in, like Beginning Components for ASP does. The two main authors, Richard Anderson and Simon Robinson, each did a great job on their sections, and Alex Homer, helped tie it all together and smooth it out. I generally like most books of which Alex has part. I think you will like and use this book as much as I did.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

5.0 out of 5 stars Brilliant on Ole Db, MTS and C++ ATL components.
A must for anybody to get especially if you are using C++. The Ole Db stuff alone is worth the price of this book as it is so well explained compared to other Ole Db books.
Published on 5 Sep 2001

4.0 out of 5 stars This is not an ASP Book.
If you are looking for a book about ASP then run away now. This book is not going to teach you how to create internet sites with ASP. Read more
Published on 13 Jan 2000

1.0 out of 5 stars Useless
This book has to be one of the worst ASP books that I have ever read. The examples don't work at all and the only use that I can think for this piece of rubbish is for my fire to... Read more
Published on 26 Dec 1999

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Look for similar items by category


Feedback


Fun for Everyone

Christmas Gifts
Achieve over 15,000 RPM with our great range of Powerballs.

Shop the Powerball store

 

Make A Wish

Get what you want with an Amazon.co.uk Wish List Make sure you always get what you want with an Amazon.co.uk Wish List.

More info on Wish Lists

 

We've Got Converse

Converse
Stock up on your favourite styles with great deals on Converse shoes.

Shop Converse

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates