Revision: 1909
Author: [email protected]
Date: Thu Jun 17 07:33:14 2010
Log: Added page for Wookie widget 'doapcreator' configuration documentation.
http://code.google.com/p/simal/source/detail?r=1909
Added:
/wiki/DoapCreatorWidget.wiki
=======================================
--- /dev/null
+++ /wiki/DoapCreatorWidget.wiki Thu Jun 17 07:33:14 2010
@@ -0,0 +1,34 @@
+#summary Usage of the doapcreator widget with Simal
+#labels Featured,Phase-Deploy
+
+= Introduction =
+
+In version 0.2.4. the first W3C widget 'doapcreator' is introduced. The
sources can be found in the web project, folder
{{{src/main/widgets/doapcreator}}}. This page explains how to use this
widget in combination with Simal.
+
+= Details =
+
+The doapcreator widget is a W3C widget to be used with
[http://incubator.apache.org/wookie Apache Wookie (Incubating)]. The widget
is built as part of the regular Maven2 build cycle and the resulting wgt
archive can then be found in the {{{target/widgets}}} folder.
+
+The widget needs to be deployed in a separately running Wookie server.
Some configuration is necessary to make sure the widget can be used in
Simal.
+
+= Configuration =
+
+The configuration that is needed in Simal and Wookie is very much in alpha
phase currently. There are a few configuration parameters that need to be
set correctly to make sure that the running Simal application and the
running Wookie server can communicate.
+
+For Simal to find Wookie, the property {{{simal.wookie.url}}} is used.
This can be set at runtime, eg. by starting the application as follows:
+
+{{{
+mvn jetty:run -Dsimal.wookie.url=http://localhost:8888/wookie
+}}}
+
+When the doapcreator submits a project to Simal, it uses the url which is
currently hardcoded in the JavaScript file
[https://simal.googlecode.com/svn/trunk/uk.ac.osswatch.simal.web/src/main/widgets/doapcreator/scripts/doapform.js
doapform.js]:
+
+{{{
+var loc = 'http://localhost:8080/simal-rest/addProject';
+}}}
+
+This means that if your Simal instance is not running on this url, you
will have to edit this JavaScript file. To do this from the released wgt
you can simply unzip the wgt archive, edit the file and rezip the archive.
+
+= Usage =
+
+The doapcreator widget is accessible via the main Simal menu via the 'Add
Project' link. If the Wookie server is not accessible or the doapcreator
widget is not installed on the configured Wookie server the link will lead
to the regular Doap Form Page.
--
You received this message because you are subscribed to the Google Groups "Simal
Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simal-commits?hl=en.