OK I just watched the video. It is great, but could use more explanation IMO.
For instance explain what you are going to do before typing. Your voice is nice to hear, so keep on talking! You could just use the standard application provided by the quickstart template though, and modify what you need. This is how people starting to play with your example will work. This will remove the need to modify the web.xml file. Also you can apply 'code complete' more often: for example where you type in the constructor's name... Just type in the first 3 letters or so and press ctrl-space. Eclipse will generate the constructor name for you. When you implement the links, just say you are going to implement a menu that will link to two pages: page1 and page2. The base page will provide the menu, and each page will contribute a part of the final page inside the wicket:child. You can note that everything between the wicket:extend tags is included in the final markup and anything outside those tags is discarded. When starting the application, tell something about that we are now ready to start the application, and tell people where to find the main method, and then run it as an application. When you click in the browser, tell people what they see: here is the content of page1, with the menu of the base page, and when I click the page2 link you see that we updated the main content and the menu is still present. Possibly select the specific texts as you explain. Martijn On Jan 6, 2008 4:48 PM, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > I tried the mkv video previously but was unable to view it (I only > heard your voice). > > Downloading the AVI now (I have only one download per day ....) > > Martijn > > > On Jan 6, 2008 4:37 PM, Michael Chang <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I was wondering whether anyone has had problems opening any of the > > files, and whether there are any submission procedures (e.g. uploads > > to a certain place; or indicating somewhere that I have released these > > videos under the appropriate license, etc.) or other issues left for > > me to complete this task. Thanks! > > > > Again, various versions of the screen cast can be found at: > > http://rapidshare.com/files/80221432/MarkupInheritence-rc2.mkv.html > > http://rapidshare.com/files/80819725/MarkupInheritence-rc2.avi.html > > http://rapidshare.com/files/80823201/MI-final-rc2_audio.flv.html > > > > -- > > Michael Chang > > > > Please note that not all formatting may be preserved in > > Office/Word/Powerpoint documents sent to me. Please use OpenDocument > > (not Open XML), HTML, and RTF where possible. See > > http://www.gnu.org/philosophy/no-word-attachments.html > > Thank you. > > > > > > -- > Buy Wicket in Action: http://manning.com/dashorst > Apache Wicket 1.3.0 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0 > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0
