JavaScript versus PODS

JavaScript provides you, the Web developer, a quick and simple language to use for enhancing Web pages and servers. A segment of JavaScript functionality is embedded as a small program within a Web page which is in turn interpreted and executed by the Web client. JavaScript functions that can be called from within a Web document are often executed by mouse functions, buttons, or other user-initiated actions.

PODS, on the other hand, provides you with better performance, the capability to perform file operations, interaction with native programs, and increased programming flexibility.

Note

PODS is not currently supported on Symbian OS. This includes the XML database POD, the List Viewer POD, the Date/Time Picker POD, and custom PODS. You may use JavaScript to make any API calls that are available to JavaScript on Symbian OS devices.