data grid control

Advanced Data Grid Control

[ Data Grid Home ] [ Documentation ] [ Examples & Demos ] [ Buy Now ]

Example 3 - Connecting to a Database

Here we demonstrate how the Data Grid can be set up to acquire data in real-time from a database. In this case the applet acquires data from a server side process (Java Servlet) running on our server which in turn reads live data from a database.


( if you do not see the data grid above then click here )

 

The properties are supplied by the plain text file gridprops.txt (click here to view)

The Grid connects to the database via a server side script, in this case a Java Servlet,

GridDataServlet.java - click here to view.

For a full description of this method please see the section in the Documentation,

Grid Data - Server Side Script (Database Connectivity) - click here

« back to Example index

« back to Getting Started

[ Data Grid Home ] [ Documentation ] [ Examples & Demos ] [ Buy Now ]

Getting Started

Documentation

Examples