FlushingServlet Test
This servlet uses org.melati.util.Flusher to ensure the output
is flushed to the client every 0.8 seconds.
In some situations, such as a long running process, you want to keep the
underlying http request going, without it timing out,
you also want to be able to update the user as to progress.
To see what would happen if you did not flush, click here (remember to wait :)
Your Database has the following tables:
There is a 1500ms delay between each table name being displayed
User
[user (from the data structure definition)]
Group
[group (from the data structure definition)]
Capability
[capability (from the data structure definition)]
Group membership
[groupMembership (from the data structure definition)]
Group capability
[groupCapability (from the data structure definition)]
Table
[tableInfo (from the data structure definition)]
Column
[columnInfo (from the data structure definition)]
Table type
[tableCategory (from the data structure definition)]
Setting
[setting (from the data structure definition)]
Done.