====== Modifying bindings ====== This issue is very easy to resolve in Spring-RCP, you simply put the follwong bean definition into the context: com.company.app.YourClass For each class that needs a modified binding, just add an entry in this map, they will get picked up automagically. ===== Java-5 Enums as combo boxes ===== ==== Alternative 1: class based ==== java.lang.Enum ==== Alternative 2: property based ==== com.company.app.model.Person gender tigerBinder ===== Date using date-picker ===== java.util.Date To use this component, an additional library is needed, just add the following definition to the pom.xml: net.sf.nachocalendar nachocalendar