Revision: 109
http://techne-dev.svn.sourceforge.net/techne-dev/?rev=109&view=rev
Author: rickles
Date: 2007-03-07 00:38:42 -0800 (Wed, 07 Mar 2007)
Log Message:
-----------
Check in prototype
Added Paths:
-----------
prototype/Readme
Added: prototype/Readme
===================================================================
--- prototype/Readme (rev 0)
+++ prototype/Readme 2007-03-07 08:38:42 UTC (rev 109)
@@ -0,0 +1,60 @@
+Script for demo:
+
+1. Start with typed containers
+
+techne> set framework to Felix
+
+2. Show how I can switch from basic to web and back
+ to basic or default
+
+techne> show bundles (ps)
+techne> show container type
+techne> set container to web
+techne> ps (or ss in Equinox)
+techne> set container type to default
+techne> show bundles
+
+3. Show how to componentize
+
+techne> show components
+techne> create fragment 'Audio Player' using load/techne.samples.audio.jar
+techne> show components
+techne> create feature 'MashUp'
+techne> show components
+techne> add 1 to Mashup
+techne> show components
+techne> add 3 to Mashup
+techne> add 2 to Mashup
+techne> show components
+
+4. Create a FAR assembly
+
+techne> show container
+techne> create far 'My Audio'
+techne> add component 4 to 'My Audio'
+techne> show far 'My Audio'
+techne> show container
+techne> load 'My Audio' to instance 0
+techne> show container
+techne> switch to 0
+
+My Audio> show components
+My Audio> show instance
+My Audio> start
+My Audio> exit
+
+5. Add more fragments to FAR (emerging behavior)
+
+techne> create fragment 'Audio TUI' using load/techne.samples.audio,tui-1.0.jar
+techne> create fragment 'Audio Samples Music' using load/techne.samples.audio.samplemusic-1.0.jar
+techne> show components
+techne> add component 6 to 'My Audio'
+techne> add component 7 to 'My Audio'
+techne> switch to 0
+
+My Audio> show instance
+My Audio> exit
+
+techne> quit
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|