Maybe you should also check - http://www.codeproject.com/KB/mcpp/helloworldmc.aspx
If I understand the problem correctly, than this is similar to what you are discussing here.
My take on - http://www.micronovae.com/CSP.html
haven't we already decoupled the client HTML code & server side code that actually is glued to the HTML markup. Frameworks / environments like ASP.NET + C# (or C++ - as the link mentioned above proves the point), already provide a decoupled environment for developing more robust web-apps. Not to mention that is we are to start a C++ Web Framework project, we should not overlook the idea of extensibility & portability.
Feb. 17, 2009, 4:48 p.m. - Gaurav Sharma
Maybe you should also check - http://www.codeproject.com/KB/mcpp/helloworldmc.aspx If I understand the problem correctly, than this is similar to what you are discussing here. My take on - http://www.micronovae.com/CSP.html haven't we already decoupled the client HTML code & server side code that actually is glued to the HTML markup. Frameworks / environments like ASP.NET + C# (or C++ - as the link mentioned above proves the point), already provide a decoupled environment for developing more robust web-apps. Not to mention that is we are to start a C++ Web Framework project, we should not overlook the idea of extensibility & portability.