Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KenTanaka: http://wiki.apache.org/ws/XmlRpcExampleStringArray The comment on the change is: Added a directory layout for the client code ------------------------------------------------------------------------------ = myXmlRpcClient Code = The code provided below is for a Maven 2 project. + + == Directory Structure == + This is the standard maven project directory layout, it's listed here in case you aren't familiar with it. + {{{ + myXmlRpcClient + +- pom.xml + `- src + `- main + `- java + `- gov + `- noaa + `- eds + `- myXmlRpcClient + `- App.java + }}} == pom.xml Project File (myXmlRpcClient) == The '''{{{myXmlRpcClient/pom.xml}}}''' file defines how the project is built for maven 2:
