Community
Participate
Working Groups
For RWT sessions to be able to be clustered, all widgets (class Widget and derived) must be serializable.
Committed the following changes to CVS HEAD: * Widget implements SerializableCompatibility * essential fields inWidget and Control were marked as transient * all classes derived from Widget have default serialVersionUID. This doesn't mean they are propertly serializable yet. The changes were primarily made keep the number of compiler warnings low. * as org.eclipse.rap.jface was affected from Widget now implementing serializable, the compiler settings were changed (partial solution for bug 347908)
Made IdGenerator, ItemHolder and MenuHolder serializable in order to finally make make Resource and derived classes serializable (bug 345637)
Remaining widgets are now serializable. Changes are in CVS HEAD.