Changes for page Create a new WO Component

Last modified by Kieran Kelleher on 2007/12/21 14:09

From version 6.1
edited by David Holt
on 2007/12/21 14:09
Change comment: Added link to Pascal's Component editor intro movie
To version 10.1
edited by Mike Schrag
on 2005/11/19 11:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dholt
1 +XWiki.mschrag
Content
... ... @@ -1,9 +7,3 @@
1 -{{info title="Short video showing new component editor"}}
2 -
3 - * [How to use Component Editor|http://www.wocommunity.org/podcasts/Component_Editor_Howto.mov]
4 -
5 -{{/info}}
6 -
7 7  Let's add a new WO Component to our project.
8 8  
9 9  ~1. Right-Click/Ctrl-Click on the project and select "New" => "WOComponent"
... ... @@ -44,10 +44,8 @@
44 44  
45 45  7. Adding a new Java file technically is not a violation of Hot Code Replacement, however, WO seems to not like a new HTML template appearing in your bundle that it doesn't know about. So go ahead and stop your app if it's running and then re-debug it (from the previous instructions). You should now have a "Hello!" in Main.wo is generated by the embedded MyComponent component.
46 46  
47 -(Note: I found no need to stop/start. It worked fine ~-~- Lachlan Deck 8 Jan 2007).
48 -
49 49  [[image:Picture 31.png]]
50 50  
51 51  ----
52 52  
53 -8. Continue on to see how to [[documentation:Add a Framework Dependency]] to your project.
45 +8. Continue on to see how to [[Add a Framework Dependency]] to your project.