I have found Struts Console Tool but its development stopped in 2004, so it works with Netbeans 3.2.
Is there a way to install it under Netbeans 6.5?
Are there any options to edit struts-config.xml above the XML level?
From stackoverflow
-
You need a tool to write a very simple XML file? Especially when the IDE should offer you tag completion, member list assistance, etc, in the XML editor?
rics : Of course I can live without it, but sometimes it would be useful. Another simple XML file, web.xml has nice graphical support in netbeans, so others also think it is not needless.JeeBee : I bet you could write an editor in a day. Excuse to learn SWT or JavaFX eh? ;) -
Netbeans supports automatic
struts-config.xmlmodifications. For instance if you right click on your project and chooseNew/Struts ActionNetbeans will not only create a new class, but it can also modify yourstruts-config.xmland add a new<action>tag. Of course it's not a complex GUI, but you don't have to manually editstruts-config.xmlall the time.
0 comments:
Post a Comment