Showing posts with label Web application frameworks. Show all posts
Showing posts with label Web application frameworks. Show all posts

Sunday, October 14, 2007

C++ web application framework

WT (pronounced "witty") is a web application framework for C++ developers. Hmnnn.. this looks interesting, I wonder you guys out there knows of an ORM for C++ that I can use to complement this framework. I might use it for my own small web application someday (small memory footprint and speed the main driving force in using this one).

Update:
I just found a C++ ORM - DTL (Database Template Library). Has somebody used this one in production environment? What was your experience?