Documentation Archive Developer
Search
Table of Contents Previous Section

Deciding When to Use Client-Side Components

You should use client-side components whenever you want greater control over the appearance of your application. In general, client-side components have these advantages over server-side dynamic elements:

The disadvantage to using client-side components is that they require a Java-enabled browser. Thus, you can use client-side components only when you can be certain all of your users will have Java-enabled browsers. If you can't guarantee this, you should use server-side dynamic elements.

Table of Contents Next Section