Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are usable databinding libraries for Swing?

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

like image 583
Camilo Díaz Repka Avatar asked Feb 18 '09 03:02

Camilo Díaz Repka


Video Answer


2 Answers

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.

like image 111
Joshua McKinnon Avatar answered Nov 15 '22 19:11

Joshua McKinnon


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.

like image 38
Michael Myers Avatar answered Nov 15 '22 21:11

Michael Myers