Apache Wookie is a useful tool that was especially designed for developers in order to help them upload widgets that are created according to the W3C Widgets specification.
The Wookie server provides a connector framework that is meant for compatibility with several programming languages.
What's New in This Release: [ read full changelog ]
GetHost() for shared widgets:
· Widgets using the Wave feature can now use getHost() and getHosts() to get participants in the Host role.
· You can also create Participants with roles using the REST API and the Connector; any participant with a role of "host" will be automatically made available through getHost() and getHosts() calls in the widget.
Backend refactoring:
· There were significant backend changes in this revision removing a lot of redundancy in the core model APIs, particularly between the parser and server modules.