Sabrish Subramanian wrote:
> where is the data exactly stored from JSON files in exhibit ?...is it a cache
> or any in-memory model.....
>   
The data is retrieved over to the browser and then stored into a 
database implemented in Javascript. Here is the implementation:
    http://static.simile.mit.edu/exhibit/api-2.0/scripts/data/database.js
Basically, it's a simplified 3-tier web application framework, including 
the database, implemented in Javascript.

You can consider it a cache that doesn't support write back (into the 
JSON files).

David
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to