M
Michael Neumann
Hi,
Ruby has a lot of cool web frameworks. For example:
* Borges
* CGIkit
* Iowa
* Radical
* Rails
* SWS
to mention only a few ;-)
Some of them share a significat (?) number of code, like:
* Cache (LRU,...)
* Session, unique session key generation
* Request, Response classes
* WEBrick servlets
* Dispatcher
* Html-generation stuff, templates (e.g. HTTP Error templates)
How about a common basic framework, that includes all this stuff? Of
course this might not work for all frameworks, but at least Iowa, SWS,
CGIkit (and Borges?) should have some common pieces of code.
Webshare... sounds like Webware ;-)
I think, if it's done right, every involved project would benefit from
it (of course each project is free to use this stuff or specialize).
Who's interested? Thoughts?
Regards,
Michael
Ruby has a lot of cool web frameworks. For example:
* Borges
* CGIkit
* Iowa
* Radical
* Rails
* SWS
to mention only a few ;-)
Some of them share a significat (?) number of code, like:
* Cache (LRU,...)
* Session, unique session key generation
* Request, Response classes
* WEBrick servlets
* Dispatcher
* Html-generation stuff, templates (e.g. HTTP Error templates)
How about a common basic framework, that includes all this stuff? Of
course this might not work for all frameworks, but at least Iowa, SWS,
CGIkit (and Borges?) should have some common pieces of code.
Webshare... sounds like Webware ;-)
I think, if it's done right, every involved project would benefit from
it (of course each project is free to use this stuff or specialize).
Who's interested? Thoughts?
Regards,
Michael