There's only xul :)
Am 10.01.2011 00:04 schrieb "Benoit Chesneau" <[email protected]>:
> On Sun, Jan 9, 2011 at 11:41 PM, Pavel Krivanek
> <[email protected]> wrote:
>> 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/
>>
>
> I always forget Xul.... Really interesting way to distribute desktop
> applications indeed.