Category Archives: GWT
Pectin 0.8 Released
I’ve just released Pectin 0.8 with lots of new features. Some of the more significant are: More generalised binding support, i.e. you no longer need to use forms if you don’t need plugins. Beans binding now supports basic nested property paths. Command improvements … Continue reading
Posted in Development, GWT
Leave a comment
Using <? extends T> and <? super T> for reduce style functions that operate on collections
One of the cases I’ve had to deal with in gwt-pectin is creating Reduce style functions that operate on a collection of values. The basic idea is to define interface of the form. public interface Reduce<R,T> { R reduce(List<T> source); } … Continue reading
Posted in Development, GWT
Leave a comment