Java data binding methods similar to WPF?

Is there a way or IDE that makes it easy to bind data in java, for example, in Visual Studio / Silverlight / WPF? What would be the best way to bind data in Java? using hibernate or something else? Is creating a GUI in Swing and Java much more complicated than alternatives to .Net? Although the advantage of cross-platform Java is also a big factor, programming in Silverlight / WPF seems to be much faster than Java. What else should I consider?

0
source share
1 answer

Consider using Eclipse RCP; it has good data binding support and a complete GUI environment.

+1
source

Source: https://habr.com/ru/post/1381195/


All Articles