MCont - Vaadin Add-on Directory
Bean Container that supports mixed bean typesMCont is an extension to Vaadin BeanContainer where the contained beans can have different types (inheriting from a common base class) and consequently different sets of properties available.
MCont is also more efficient than BeanContainer in that more metadata is shared and Property instances are initialized lazily. This can lead to a significant reduction in memory usage in many cases.
Online DemoIssue Tracker
Source Code
MCont version 0.1.0
Initial release to the Directory