Hitch simplifies the translation of values between Swing JComponents and JavaBeans/Maps. It accomplishes this through an explicit or automatic configuration that defines how and what properties and components are to be bound. The bean/map(s) that the JComponents bind to are referred to as the Model. The collection of JComponents that are used to collect data are collectively referred to as a Form.
Features:
* Annotation and programmatic configuration
* Binding to POJOs and Maps
* Auto Binding to POJOs
* Pluggable Component Handlers and Type Handlers
- Category: Swing
- License: Apache Software License
- HomePage: http://hitch.silvermindsoftware.com


