Web Applications   «Prev  Next»
Lesson 7Designing Web applications for high performance
Objective Design Web-based application

Designing Web Applications

One of the real problems that emerged from using the Web as a front-end, came from the robust features of HTML and ASP. Because a Web page is a paging screen, it does not limit output as a non-paging screen does.
Unlike a traditional client-server model that can only map database output to a non-paging screen, a Web application can create a huge HTML page that spans hundreds of lines of output.

Tips in designing Oracle Web applications

There are several tips and techniques for optimizing the design of your Web application. The most important tips for the design of Oracle Web applications are listed in the table below:
Tips and techniques table

The next lesson looks at alternative locking mechanisms.