2

I read somewhere - the link escapes me - that Beans Binding will not be a part of Java 7. Does anybody know what will replace it?

Also, are there any alternatives to beans binding in the current release of Java?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Leonard H. Martin
  • 2,734
  • 4
  • 23
  • 26

2 Answers2

3

I recommend JGoodies Binding for fields and Glazed Lists for collections.

Jesse Wilson
  • 39,078
  • 8
  • 121
  • 128
1

I doubt anything would replace it if it won't be part of Java 7, it's probably more like it did not make it and will be added later (though I don't know any specifics). Some ideas:

Fabian Steeg
  • 44,988
  • 7
  • 85
  • 112