SproutFramework Update
Published March 30th, 2006
I have been adding some new features to SproutFramework. I used URL rewriting to map URLs to the dispatcher. There can now be a master template for an application, which can include sub-templates. Simple browsing of a table can be accomplished with a few lines of code.
The next phase of SproutFramework development will be making a set of widgets that perform common web tasks. Things like lists, edit boxes, scrollbars, buttons. Then, more complicated mini applications can be built with the widgets.
Related Articles