Hi all, I improved support of CouchDB in the XULJet framework [1] (JavaScript framework for development of desktop applications on Mozilla XULRunner) and I added an example program that shows how to:
- create views with shared functions - use CouchDBLazyList component (a listview for collections with very high count of records) - use a login component (CouchDBLogin) and database setup component - use localization - use printing with custom page properties etc. You can see source code of that example here: http://goo.gl/Z4itz If you want to develop platform independent desktop applications with native look&feel, you want to use CouchDB servers without origin limitations and if you want to use JavaScript for all parts of the applications, this is what you are looking for. Cheers, -- Pavel [1] http://code.google.com/p/xuljet/
