Object Database
The concept behind Taban is thatthe web Application will use HTTP protocol like GET, PUT, DELETE methods to perform CRUD (Create , Read , Update and Delete) operation by using JSON as a Data Exchange Format.
In earlier versions of Db4o we used Db4o.configure() to configure all Db4o database globally (across all ObjectContainer).
Db4o is an excellent open source object database for Java & .NET platform by Carl Rosenberger's team.