此内容没有您所选择的语言版本。
2.2. Structure of a SwitchYard BPEL Application
For SwitchYard BPEL applications, the artifacts within the
src/main/resources folder are structured differently. The switchyard.xml configuration file is located in the META-INF folder. However, the BPEL deployment descriptor (deploy.xml), and the BPEL process definition are located in the root folder. You can locate the WSDL interface definitions, and any accompanying XSD schemas in the sub-folders. You must ensure that the BPEL process and SwitchYard BPEL component configuration define the correct relative path for the artifacts.
Here is an example that shows the structure of the say_hello SwitchYard BPEL quickstart:
say_hello
src/main/java
src/main/resources
META-INF
switchyard.xml
deploy.xml
SayHello.bpel
SayHelloArtifacts.wsdl
JRE System Library [JavaSE-1.6]
src
pom.xml