A new version of the library, with a typical mix of bug fixes and new features.
Here are the main links:
C++ Wt: download wt-3.2.3-rc1.tar.gz and read its release notes
Java JWt: download jwt-3.2.3-rc1.zip and read its release notes
We’ve added a payment module, which simplifies the integration of third-party payment gateways in a Wt application. We are currently only supporting the PayPal Express Checkout functionality, but are looking to expand this with other payment gateways (tips on which ones are on your wishlist would be appreciated).
We have improved our XHTML→PDF rendering library (which implements a compact and efficient HTML/CSS layout engine), and which is generally useful for reporting and other PDF document generation. In particular, we improved multi-page support (allowing for explicit page breaks), and made several improvements to table layout, including the possible use of %-widths for columns, and the automatic repetition of table headers on every page for multi-page tables.
We have also integrated this library now in the JWt, using PDFJet as the low-level PDF library.