Today's Smalltalk Daily looks at using File Libraries in WebVelocity 1.1. To jump straight to the video, click here. The code that I added during the screencast:
NoteListUI class
renderPageHeaderOn: html
" Render page header on html. Subclasses may override to render nothing. "
self renderPageImageOn: html.
html space.
self renderPageTitleOn: html
renderPageImageOn: html
html image url: NotesFileLibrary / #notesPng
renderPageTitleOn: html
html heading
level: 3;
with: self title
To watch now, click on the viewer below:
If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.
You can also watch it on YouTube:
Technorati Tags:
smalltalk, seaside, file library, webvelocity