I read through the wiki for FW/1. For something small, there is still some nuance there. I see some code examples and where to put various files, but a sample application is what is really needed there. Perhaps I missed the location of the sample application.
>From what he is describing is probably the gap between a large framework and creating a more organized code structure. You don't have to have something monolithic to have code and directory structure standards. A set location for views, your controller, a bean factory, and a place to reference model data is really the basis for any application. Sean just added some extra wiring to interpret from a directory structure instead of defining explicitly the connections between the M, V, and C. Teddy
