beans-binding

What will replace Beans Binding in Java 7?

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? ...

Java Swing: How to bind a JLabel's text to a column in the selected row of a JTable?

I am using Netbeans and am trying to find a way for the IDE to auto-generate the code for me. I remember binding a JLabel's text to a column in the selected row of the JTable before, but in that case, the JTable's values were from an entity manager, and it was very easy. I was wondering if there is a way to do it even if the JTable is no...