i need to create GUI for editing xml document showing the XML in tree view and displaying the need node name and value in a text box for editing. Please let me know if any tool/framework a开发者_StackOverflowvailable for this.
Note: its a web application using jsp
You could use eclipse. Download "Eclipse IDE for Java Developers" from http://www.eclipse.org/downloads/.
You may want to have a look on Eclipse or Netbeans platform as a start.
These are for desktop applications. Not sure if you are looking for webApp or desktop app since you didn't mention it in your question.
I don't any specific toolkit that could build a GUI for you but xml spy could give you ideas on how you want your GUI to look like:
精彩评论