Changes for page Create a new WO Component
Last modified by Kieran Kelleher on 2007/12/21 14:09
From version 10.1
edited by Mike Schrag
on 2005/11/19 11:42
on 2005/11/19 11:42
Change comment:
There is no comment for this version
To version 7.1
edited by David Holt
on 2007/12/21 14:09
on 2007/12/21 14:09
Change comment:
Added link to Pascal's Component editor intro movie
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mschrag1 +XWiki.dholt - Content
-
... ... @@ -1,3 +1,9 @@ 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 + 1 1 Let's add a new WO Component to our project. 2 2 3 3 ~1. Right-Click/Ctrl-Click on the project and select "New" => "WOComponent" ... ... @@ -38,8 +38,10 @@ 38 38 39 39 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. 40 40 47 +(Note: I found no need to stop/start. It worked fine ~-~- Lachlan Deck 8 Jan 2007). 48 + 41 41 [[image:Picture 31.png]] 42 42 43 43 ---- 44 44 45 -8. Continue on to see how to [[Add a Framework Dependency]] to your project. 53 +8. Continue on to see how to [[documentation:Add a Framework Dependency]] to your project.