此内容没有您所选择的语言版本。
4.45. Programming the Binding Configuration
After running the the org.milyn.javabean.gen.ConfigGenerator utility class against the target class, you should perform these tasks to make the binding configuration work for your Source data model.
- For each jb:bean element, set the createOnElement attribute to the event element that should be used to create the bean instance.
- Update the jb:value data attributes to select the event element/attribute supplying the binding data for that BFean property.
- Check the jb:value decoder attributes. Not all will be set, depending on the actual property type. These must be configured by hand. You may need to configure jb:decodeParam sub-elements for the decoder on some of the bindings, for example, on a date field.
- Double-check the binding configuration elements (jb:value and jb:wiring), making sure all Java properties have been covered in the generated configuration.