Introduction to Spring richclient-Enterprise Rich Client Development framework, part 1th
http://www.ibm.com/developerworks/cn/java/j-lo-spring-richclient1/#ibm-pcon
Objective
Swing-based rich client development plays an important role in enterprise application development, while visual development tools improve the efficiency of swing development, but reduce the maintainability of the program. In this case, many Swing development frameworks come into being, and Spring Richclient is one of them. As a child of spring, Spring Richclient inherits Spring's support for enterprise-class applications. With the spring container, Spring Richclient organizes the various client components together in a loosely coupled way, greatly increasing the flexibility of the application. At the same time, Spring richclient gracefully encapsulates the swing controls, greatly improving the development efficiency of the swing UI. In the 1th part of this series, I'll show you how to use Spring richclient to quickly build a Swing rich client app.
Introduction to Spring richclient-Enterprise Rich Client Development framework, part 1th