-
Swing or SWT
When programming GUI with Java, the question of the choice between Swing and SWT . My personal choice is Swing, first af all because I use it for a while. For example, I worked on a simple application in 2003 to created thumbnails images for original (a web photo gallery) written…
-
XML binding with JAXB 3/3 : plugins
Once you’ll have been working with JAXB basis, you’ll want to enhance what your doing. For example, in my case, I want to bind my datas with a GUI. For that, I’ll need to use beans binding (JSR 295) with netbeans. You can begin…