The generated project contains a directory layout set up with necessary libraries and a skeleton application ready to run.
创 建的工程中包括一个含有必要程序库的目录和一个可以运行的主干应用程序。
To create a custom skeleton, create a new file in the templates directory called custom.skeleton as shown in Listing 6.
要创建一个定制的骨架,在 custom.skeleton 模板目录中创建一个新文件,如清单 6 所示。
The skeleton and client stub files get created at the ./src/com/ibm/axis2/ask directory, and the AskDocument and AskResonseDocument classes get created at the ./src/com/example/www/ask/xsd directory.
骨架和客户机存根文件将在 ./src/com/ibm/axis2/ask 目录中创建,AskDocument 和 AskResonseDocument 类在 ./src/com/example/www/ask/xsd 目录中创建。
应用推荐