Free & Open Source XML Editor Built on Maven

Posted by Geertjan on Oracle Blogs See other posts from Oracle Blogs or by Geertjan
Published on Mon, 19 Nov 2012 09:27:39 +0000 Indexed on 2012/11/19 17:08 UTC
Read the original article Hit count: 154

Filed under:

Here you can download the sources of an XML Editor that uses libraries from NetBeans IDE 7.3 Beta 2 as its basis, while using Maven as its build system:

http://java.net/projects/nb-api-samples/sources/api-samples/show/versions/7.3/misc/XMLEditorInMavenNBRCP

And here's what it looks like to the user:

Note: The Favorites window has been rebranded as "File Browser" and Nimbus is used for the look and feel, thanks to a .conf file that is registered in the POM of the application project. 

The cool part is that I didn't type one line of code to get the above result and that only those pieces that an XML Editor actually needs are included in the application, though it could be pruned even further.

© Oracle Blogs or respective owner

Related posts about /NetBeans IDE