wffweb-2.1.5
Release changes :
New features
Basic implementation for DateTime, Async & AcceptCharset.
Major Improvements
It contains needful thread safety improvements in multi-threading
environment, eg: the ui is updated by multiple threads at a time but
with previous implementation there could be issues as it's not thread
safe. A user specific example is a registration form containing many
select fields, each select field is taking data from database. If the
select fields are updated one after the other in a single thread will
not be an optimised way because the initial connection making with db
may take some time as well as fetching data from db. So, it's better to
load each select field in its own thread so that fetching data from db
will be done simultaneously. Therefore the end user will feel the ui is
loading faster and in an asynchronous way.
Other Improvements
Many code optimizations, bug fixes and other improvements.
Improvements for default value of Checked & Selected attribute classes