Quantcast
Channel: A Java geek » Java
Viewing all articles
Browse latest Browse all 64

Reusing front-end components in web applications

$
0
0
In the Java SE realm, GUI components are based on Java classes with the help of libraries such as AWT, Swing or the newer JavaFX. As such, they can be shared across projects, to be inherited and composed. Things are entirely different in the Java EE world, as GUI components are completely heterogeneous in nature: [...]

Viewing all articles
Browse latest Browse all 64

Trending Articles