Consider an example web application that manages a database relationship between Movie Studios and Films. Each movie studio has n active films. Updated information on Films arrives in batches (box office numbers, ticket sales, etc). Searching, selecting and editing Films one at a time is inefficient, so the client has requested a "batch editor" interface.
tagged with: BatchEditing DataBinding SpringFramework Velocity
Continue reading Edit Multiple Records With Spring (and Velocity).

