During my investigation for a Database service application I found a DB engine which response to many behavior I needed to have a generic DB Service : Document-oriented storage » JSON-style documents with dynamic schemas offer simplicity and power. Full Index Support » Index on any attribute, just like you’re used to. Replication & High [...]
Archive for the ‘Development’ Category
Qt 4 D-Bus Tutorial
DBus-based IPC has been intregrated nicely in the Qt framework. Qt also provides Adaptors and Interfaces to communicate with remote objects, so you don’t have to manually constructQDBusMessages. These Adaptors and Interfaces are very similar to the Stubs and Proxies used in other RPC mechanisms like Corba and RMI. So, Qt provides a way to talk to objects in [...]


