The idea behind
Taban is that an web application will simply use HTTP methods (GET, PUT and DELETE) to perform the usual CRUD operations required for persistence, but using JSON as the data exchange format. Taban is (will be) implemented as OSGi bundles and will call out to/depend on a number of OSGi services. db4o is to provide the default implementation of the database. Stay tuned!
-
Posted by thegreeneman on 3/20/2010 6:43 PM
This seems pretty cool. So, it will be the Java equivalent of what you see in db4o with .NET and Astoria? As an OSGi bundle. Do people see this as a way to make db4o easier to use with web applications?
Loading, please waiting...