oodb

Do you use Jade and what's your opinion of it?

Do you or have you ever used Jade and what are its advantages and disadvantages of it in your opinion? For example: Speed of development? Performance issues with it as an interpreted language and how well multiple app servers helps? Costs of using Jade? Do you think the Jade language's simplicity is a good thing or a lack of features? ...

What is the best way to schedule a task in gemstone?

My website runs on gemstone. To provide users with statistical data I need to run periodical tasks. How is this achieved best in gesmtone? From within gemstone or from the operating system? And would be topaz the right way to go? ...

How the existing data to be if entity structure modified or deleted on GAE?

GAE recommends using JDO/JPA. But I have serious question about using OODB like them. JDO based on user's class structure. And data structure should be modified continually as service advances. So, If data(entity) class property being removed, what happened to existing data on the property? If data(entity) class renamed for refactoring...

why everyone wants NOSQL other than large-scale Oracle Clusters?

oracle has a good reputation for handling large-scale applications and it's also flexible to extend to cluster environment. Why everyone wants NOSQL? because nosql db is much cheaper? why not swith object-oriented db? ...