A very basic project for experimenting with code and concepts
Takes on the HTTP messaging part of the framework, WOAdaptor, WOMessage (and subclasses)… Might not sound too sexy, but important to get right.
From a design standpoint, development on request handlers can live in a separate stage, not really related to the HTTP layer A request handler is, after all, just kind of like a function—something that accepts parameters and returns known results. The request doesn't even have to be initiated by HTTP, and I, for one, would be very happy about creating a testable framework where we don't need an HTTP stack to test the results from a request handler :)
I think these will be most complicated of the whole bunch.
This one should be easy
Resource caching, layout of resources within project etc.
WODynamicElement, WOComponent, WOAssociation et al.
Implementation of the basic HTML elements (input,form,img,a etc.)
So… Not even sure if we want this one, I'm hopelessly out of date in deployment techniques. But including it for completeness
Yeah. That's gonna be fun