| Home - Books - Reviews - Tutorials - Software - Download - Orders - Newsletter | |
| Subscribe here for our free email newsletter - monthly update |
Custom Search
|
Active Server Pages 2.0Creating dynamic HTML pages (advanced web development)
Active Server Pages is a technology centred on Microsoft Windows NT4 and
IIS (Internet Information Server) that allows dynamic interaction
between HTML pages on the internet or an intranet, and a server.
Contexts in which this technology could be used for example might be
e-commerce where ordering and credit card transactions need to be
processed or perhaps a help desk application where high levels of
dynamic user-interaction are required.
Functionality of this sort has previously been implemented using CGI or
IDC scripts, but the proponents of ASP maintain that the former are more
resource-intensive and less flexible.
ASP works in conjunction with scripts. These are pieces of code embedded in HTML pages that are parsed from the page prior to it being interpreted, as opposed to static, text-centred HTML that returns the same page each time it runs with no interactive possibilities. Scripts may run on either the server or the client, or at both ends. Examples are given of how client-side scripting can be used in the validation of user input in order to minimize network traffic and total processing time. Normally the bulk of processing would be conducted on the server, one of the main reasons being that the server is frequently accessing a database. It is for this reason that extensive coverage is given of Microsoft's Active Data Object, a COM technology with a thorough analysis of the ADO object model and its ability to manipulate databases. The latest development built on ADO is OLE-DB, which promises the structure necessary to provide a uniform interface to potentially heterogeneous data. This includes the capability of querying data sources such as mail sources and flat files that do not usually provide a query interface. A whole chapter in an appendix is devoted to this exciting-sounding technology in one of its latest commercial incarnations. The book is a very comprehensive view of ASP, necessarily in conjunction with related software engineering developments. Necessarily because ASP can be seen as a synthesis of related technologies. Indeed, we are told that one mysterious idea, floating around in the developer community is that -
The authors seem to have covered the most important of these disparate elements, devoting adequate space to such important issues as security and encryption. Plentiful examples are given, although unfortunately, apart from a couple of token examples using JavaScript (the default client-side ASP scripting language) the examples are given in VBScript. Perhaps the examples might at least be made available as JavaScript on the Wrox web site? The approach is eminently practical and aimed at the developer, with four chapters of real-world case studies. Perhaps a little space could have been found for an 'under-the-hood' analysis of Microsoft's COM implementation in the context under discussion. This would have been beneficial for developers familiar with COM technology but as yet unfamiliar with ASP and ADO and the implementation of their COM interfaces. All in all though, this book is highly recommendable and would be a useful addition to the library of any web developer. © Charles Johnson 1999 [more TECHNICAL articles] Alex Homer et al, Active Server Pages, Birmingham: Wrox Press, 1997, pp.640, ISBN 1861001266 |
|
| Home - Books - Reviews - Tutorials - Software - Download - Orders - Newsletter | |
|
Mantex - PO Box 100 - Manchester M20 6GZ - UK Tel: +44 0161 432 5811 — Email: info@mantex.co.uk Copyright © Mantex 2000—2007 |