SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 91 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

This forms a typical n-tier architecture, with the web service
and the information it provides being a resource tier for your web application, which
is the presentation tier. To consume the web service, you would normally require the web
service to be invoked from the server because before the AJAX framework release, it wasn??™t
possible to call it from the client side. This degrades the responsiveness of a web
application because it first must issue a postback to the server and then wait for a
response while the server-side code invokes the web service.
With ASP.NET AJAX, web applications can now invoke web services directly from the
client. The AJAX Library supports client-side web service proxies, which make calling a
web service as easy as calling a JavaScript function. To generate a client-side web service
proxy, you need to specify a tag within the tag that was discussed
earlier. Within the tag, you need to add a tag for
each web service you want to use.
Web services are ideally suited for business logic that needs to be used by a number
of applications.


Pages:
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103