Best framework for swing?

From: Patrick B. Haggood (pbh_at_localhost.localdomain)
Date: 10/29/03


Date: Wed, 29 Oct 2003 16:49:05 -0500

I'm an old delphi guy, so I love RAD-based development. Howver, I've gotten
well acquainted with java-based backends especially JDBC-based frameworks.
However, I'm still stumbling about trying to find a good way to attach my
backend objects to a reasonable gui w/o resorting to tons of markup,
binding code, duplicated gettors/settors and the *really* odd XML-based
generators that all seem to create tons more code than if you hand-coded
every jframe yourself.

Anyone happy with a swing framework, preferably open source but I'm done
being picky at this juncture, that can wrap around your backend code with
the least amount of fuss? I'm especially interested in one that can just
accept lists, resultsets and other collection types my backend is
responsible for assembling, as well as accepting singletons wrapped around
the public gettors.

Thanks for any info.