views:

444

answers:

3

Something that can do two-way bean synchronization with components, and also more fancy (advanced) stuff?

+1  A: 

Well, there's the Beans Binding project, for starters. There's an example on java.net. If you use NetBeans, there's support built in.

Michael Myers
+4  A: 

There is also the JGoodies Binding project. The author has a fairly detailed presentation on it.

It works using PropertyChangeListeners, if I recall correctly. I haven't used it myself, but other developers in my workplace have experimented with it and had fairly positive impressions.

Joshua McKinnon
A looked in to this stuff a couple of years ago and all the options jgoodies was the most complete. It does require PropertyChangeListene's to be supported on your beans, but then all the others did too.
Gareth Davis
+1  A: 

You need to get Hitch.....

http://hitch.silvermindsoftware.com/

l_39217_l