|
XeMeLConfigurator BackgroundHave you ever deploy a Java web application? Are there settings that in It's a pain for user to navigate an XML file even it is so called a "human readable" format. It's a needle in a haystack when there are so many elements and attributes inside the XML. Your user manual or adminstration guide may say: Open web.xml in a text editor (Notepad) and find "<some element/attribute>" Well, the instruction is clear. User may find the element/attribute you specified. It's just not user friendly enough. So, if it is an XML, why don't we
This is how I write this program. about your thought. DescriptionThe pre-specified elements and attributes are stored in a properties file. XPath as the key and the description of as the value. For example, in SourceForge.net RSS, this properties file may be used to change the description of CVS entry:
title=XeMeL Configurator
/rss/channel/item/title[starts-with(text(),"CVS")]/parent\:\:*/description=CVS Description
where the XeMeL Configurator will find [ Download Source ][ Download JAR ][ License ] Requirement
Buildjavac *.java Usage
|