Sun Chili!Soft ASP Sun Chili!Soft ASP Sun Microsystems
Chili!Soft ASP 10-Step Tour
Step 7: Additional Components

Chili!Soft ASP includes several additional components. These include the FileSystemObject, the Browser Capabilities component, and the Chili!Beans component.

  • FileSystemObject. The FileSystemObject enables ASP scripts to read, create, delete, and modify files within specified directories. This object provides the programmer with another method for persisting data, by reading and writing from files instead of from a database.
  • Browser Capabilities Component. This component allows ASP scripts to determine information about the user's browser. This includes information such as the version of the browser, support for JavaScript, and so on.
  • Chili!Beans Component. This component provides an interface for the COM-centric ASP architecture to access and treat Java classes as if they were Component Object Model (COM) objects. This includes access to JavaBeans and EJBs.

Click Show Me for a FileSystemObject example.