Swing data binding frameworks

Posted by Ahe on Stack Overflow See other posts from Stack Overflow or by Ahe
Published on 2010-03-08T11:44:17Z Indexed on 2010/03/09 3:36 UTC
Read the original article Hit count: 393

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing