What will replace Beans Binding in Java 7?

蓝咒 提交于 2019-12-18 18:04:21

问题


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:


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




回答2:


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:

  • You could use beans binding with Java 5 or higher (even if it won't be part of Java 7)
  • If Swing is no requirement, you might consider JFace data binding


来源:https://stackoverflow.com/questions/543081/what-will-replace-beans-binding-in-java-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!