views:

577

answers:

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?

+1  A: 

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
+2  A: 

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

Jesse Wilson