views:

281

answers:

1

Hi

Almost the same question has been asked a year ago, but the there has been some new development in this area.

Selecting a (data binding) framework for swing application seems to be quite difficult. JSR-295 is abandoned, many swing frameworks which provide binding are work-in-progress, abandoned or too heavy for my quite simple app. JGoodies Swing suite is expensive, but luckily its libraries are free.

Has anyone any real-world experience of new UFaceKit. It looks promising, but quite immature. I am particularly interested in Swing implementation and documentation. Any insight on UFaceKits development schedule would be appreciated, because I can hold by framework choice for a while. Requirements are not anything fancy, just working binding with a nice API.

I also found Mogwai dataBinding, but it seems quite incomplete and requires manual synchronization activation, which makes it useless compared to coarse grained synchronization easily written by hand.

Incomplete frameworks include at least Spring RCP and many JSR-296 forks.

So, is the JGoodies data binding really the only realistic choice? Or are there any other viable solutions available?

A: 

BBB (pretty much the official fork of JSR 295) works just fine.

Kevin Day
Thanks, I'll have a look of it.
Ahe