C Plus Plus Ajax Frameworks - Ajax Patterns

C Plus Plus Ajax Frameworks

From Ajax Patterns

See also Ajax Frameworks.

Contents

Ajax/Javascript Programming and Usability in "Ajax Design Patterns" Book

Wt


Wt is a C++ Widget library, which uses AJAX to render changes to the widget tree when available.

  • API inspired by existing GUI libraries and targets C++ application developers.
  • The widget library makes complete abstraction of the underlying technology (JavaScript/HTML/Forms/CGI/AJAX).
  • Demo site: Wt homepage
  • Documentation: Reference documentation
  • Open-Source License (GNU General Public License) by Koen Deforche.
  • Commercial web-application friendly. The GPL allows developers to create closed-source commercial web applications directly built on top of Wt. The only restriction is that Wt itself must not be redistributed with closed-source libraries and sold as a commercial product.