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?
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?
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:
I recommend JGoodies Binding for fields and Glazed Lists for collections.