Professional MTS And MSMQ Programming With VB And ASP
Home Up Feedback Search About Us Table Of Contents

 

PUBLISHER STORES
MacMillan Publishing
McGraw Hill
Microsoft Press
O'Reilly and Associates
Peachpit
Prima Publishing
Prentice Hall
Sybex
Crisp
Wrox
Hungry Minds
Coriolis
Others

COMPANY STORES
Lockheed Martin

BESTSELLERS
Hardcover Fiction
Hardcover Non-Fiction
Mass Market Paper
Trade Paperbacks
Arts/Entertaintment
Books on Cassette
Business/Prof
Children's Books
Computer
Fiction
Hobbies/Interests
Literature/Plays
Other
Reference/Education
Religion
Travel/Regional

INDUSTRY LINKS
PW BestSeller

 Trade Catalog 40%  Professional Catalog 25%
 

How to Order

 Professional MTS And MSMQ Programming With VB And ASP
By Najjar, Joe

Online Price for 10+ books: $29.994
Online Price for 2+  books: $34.993
Online Price for 1 book   : $39.992
List Price : $49.99
You Save: $19.996(40% off on 10+ books)
In Stock Ships within 24 hours
 

Hardcover; 493 Pages
Published by Wrox Press
Date Published: 06/1998
ISBN: 1861001460

 

Summary
Microsoft are promoting their Distributed interNet Architecture (DNA) as a platform for developing fully distributed applications, but they don't seem to be having to much success at getting DNA adopted. The fault lies in trying to push DNA as a solution in itself, rather that pushing the ideas that make it good, i.e.

  • n-tier client/server applications
  • Client transparency
  • Distributed applications
  • Fully transactional
  • Fault tolerant
The core of DNA is the use of business objects in a middle tier of the application, and this is supported by two new technologies: Microsoft Transaction Server (MTS), which is a component manager offering full transaction support; and Microsoft Message Queue Server (MSMQ), which provides the fault-tolerance required in distributed application. Together, these make it simple to build into the DNA dream.

This book not only covers the principles of DNA, but also shows how you implement each component in each tier, and how you get them to talk to each other and achieve the results you need.

  • What DNA is, and what it can be used to do.
  • Building and using components. What Components are and why we use them. Using components as part of applications on client and server.
  • Introducing Microsoft Transaction Server. What MTS is, and what it does. What transactions are and how MTS makes them more powerful and easier to use. Builing and adapting components to be installed in applications.
  • Building The Application. Using the components in the sample application.
  • Introducing Microsoft Message Queue Server. What Message Queing is, and why it is so useful. How MSMQ works, and what it does. How to add Message Queing to applications.
  • Queing The Application. Designing applications to incorporate MSMQ. How to use MSMQ in our components. Monitoring queues of messages. Rebuilding components.
  • Securing DNA Applications. Windows NT integrated security features. Three core concepts of Authentication, Encryption and Auditing. Issues and implementation of security.
  • Configuring MTS, MSMQ and SQL Server. How layers and components authenticate each other. Configuration and securities with MTS and MSMQ. Securing data services exposed over the Web.
  • Going Public On The Web. Issues involves with putting the applicaton on the Web. Handling large numbers of users. Interfacing new applications with existing core components. How to implement public ordering.
Over the chapters, a sample application is developed to show the implementation of concepts covered in the book.