![]() 4.4. Summary of Key ApproachesWeb frameworks typically build on the hybrid approach, including proprietary value-added features and conveniences. Frameworks have the advantage of defining a consistent way to structure the overall application, which is probably more important in terms of software maintenance than any value-added features. The primary disadvantage of frameworks is that you could be locked into a particular approach and vendor. The XSLT approach achieves the maximum attainable separation of presentation from underlying data. It also supports multiple browsers and even WML targets. XSLT transformation does incur additional processing load on the web tier. This must be carefully weighed against benefits gained from the modular, clean design that XSLT offers. Table 4-1 summarizes the strengths and weaknesses of different approaches to Web application development. Table 4-1. Different web technologies
[17] Once more browsers support XSLT transformation, the server load will be greatly reduced.
![]() Copyright © 2002 O'Reilly & Associates. All rights reserved. |
|