|
Replies:
0
|
|
|
|
|
|
|
The Wonderland 0.5 App Base docs are now available for community review
Posted:
Nov 3, 2008 3:34 PM
|
|
|
Here are some documents which describe the Wonderland 0.5 App Base. The App Base is a Wonderland module which supports shared applications within Wonderland. Both share-aware apps (like the whiteboard) and conventional apps (like X11 apps) are supported by the App Base. A major design goal has been to make the App Base very extensible so as to accommodate new types of share-aware apps (both 2D and 3D) as well as new types of conventional apps (such as VNC and RDP) in the future.
The following document provides an overview of the app base:
http://docs.google.com/Doc?docid=dck87q9p_3wb4wvqhc&hl=en
javadoc is available by performing an "ant javadoc" in the following Wonderland 0.5 source directory:
cd <your-wonderland-source>/modules/foundation/appbase ant javadoc
After this command the index.html file can be found in:
<your-wonderland-source>/modules/foundation/appbase/release/javadoc/all/index.html.
Please review this documentation and add any questions or comments to this thread. Thanks.
|
|
|
|