The implementation of the ULC table - bean binding is direced from the Java.Net JavaBeanBinding project.
The following sample will show the API for binding a person bean collection to a ULC table:
Andreas Henle - [20/Feb/08 01:23 PM - edited ]
The implementation of the ULC table - bean binding is direced from the Java.Net JavaBeanBinding project.
The following sample will show the API for binding a person bean collection to a ULC table:
Suggestion: it would be great if your models could also operate on a Map rather than a bean (or biz object). Maybe that can all be abstracted out into its on aspect, such that custom mappings from any key to any value is possible, no matter what type the key and no matter what type the biz object is.
Suggestion: it would be great if your models could also operate on a Map rather than a bean (or biz object). Maybe that can all be abstracted out into its on aspect, such that custom mappings from any key to any value is possible, no matter what type the key and no matter what type the biz object is.
The following sample will show the API for binding a person bean collection to a ULC table: