On 17/02/2010 14:53, Thomas Ullmann wrote:
I created to screencast of how to build a widget and how to upload it
to the wookie server.
Both screencast are directed to users, who have never build a widget.


These screencasts are great Thanks for the contribution.

Note that the process you demonstrate is a more complex than is necessary. Creating a hello world widget is as simple as:

cd $WOOKIE_HOME/widgets
ant seed-widget

To run the server locally:

cd $WOOKIE_HOME
ant run
http://localhost:8080/wookie

To view the widget:
go to the widget gallery and click "demo" on your widget

To redeploy after editing the widget:
ant deploy-widget

This is more fully documented in http://incubator.apache.org/wookie/building-widgets.html

and also in the materials at http://svn.apache.org/repos/asf/incubator/wookie/trunk/tutorials/

Ross

Reply via email to