Hey,

As I'm coming closer to using Qi4j in production I'm fixing up some things that are useful for operations-type users. Specifically, I've added a database import feature to the JDBM EntityStore. So now you can both export and import data from JDBM. Niclas had also started a reindexer, which simply iterates through an EntityStore and updates the RDF index for all EntityStates, and I've cleaned it up so that it works (it didn't work at all before).

In my own project I've created an MBean with operations that I register in JMX, and then I can access those through e.g. the JConsole. This makes it easy to invoke management functions on an application, such as the import/export and reindexing. Very handy. Currently the JMX code is stuck in the REST module, and it should probably be extracted from there and put it into a library instead.

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to