We know that it is impossible to abandon your good and old relational database. You will probably need to do offline reports and heavy queries and a relational database is perfect for that. So what you need is to replicate all your Space4J commands to a relational database. To do this you can implement the executeSQL method for your commands so that you can later read the logs and execute them against a relational database.
Check the method below from the Command interface:
ToDo: Create a standalone program that read the logs and execute them against a JDBC connection.
This message was edited 2 times. Last update was at 05/09/2008 16:29:29
|