资 源 简 介
ABOUT CLIENT-OBJECTS FRAMEWORK
Client-Objects aims to become a collection of stable and well-organized Java libraries that help simplify the development Java client applications that extensively use JavaBeans technology. Namely, it provides means to dynamically (runtime) convert POJO classes into JavaBeans allowing the developers to use their POJO objects with binding frameworks, such as JGoodies, without the need to create JavaBeans manually.
If the information below looks too confusing, please try the tutorial here: http://code.google.com/p/client-objects/wiki/Tutorial
Assumptions About The Client-Side
One of the problems in developing Swing applications (and GUI applications in general) is binding your data object model to each other and to the GUI elements. There are excellent binding frameworks, like JGoodies Binding, and in the future Spring RCP Binding and JSR-295: Beans Binding, that are very helpful in solving this problem. These fram