[Logo] Space4J - Java Persistence
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Moderation Log] Moderation Log   [Register] Register / 
[Login] Login 
Database Replication  XML
Forum Index » Docs
Author Message
saoj



Joined: 05/09/2008 13:26:12
Messages: 20
Offline

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

 
Forum Index » Docs
Go to:   
Powered by JForum 2.1.8 © JForum Team