Re: libseed-list Exposing GObjects in a Webview JS context



You might be interested in SeedKit : http://gitorious.org/seedkithttp://gitorious.org/seedkit

Using the previously mentioned patch, SeedKit offers a runtime environment for hybrid web-ui/gobject applications. All it needs is the path to an html file (defaulting to ui.html in CWD). This file can include js files calling into GIR-provided symbols. You can pass --inspector to be able to inspect dom elements dynamically and --script=file.js for a custom initialization javascript file. Some samples (Notifications, GIO, DBus...)are provided in the examples dir.

The project is still in its infacy and suffers from serious issues. Notably the dbus binding is not in a working state, seems like the js context is cleared after imports or something.

Quick TODO :
- define a system-wide css file for common theming.
- add a developer mode, with reloading button
- fix DBus
- add samples of web-services integration ( Evolution Contacts on a google map ?)
- a runtime for widget ?
- see what s come next :)

Any help or idea appreciated. Contributions welcomed :)

Happy coding,

Alexandre Mazari


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]