I have downloaded the ODE WAR Distribution and deployed it inside my Java Webapp project.
When I need to deploy my BPEL process I just copy all the .bpel
.wsdl
deploy.xml
etc in the WEB-INF/processes
folder and it works.
I have the feeling this is not the proper way of doing things: There is a lot of bulk client side html
and js
I dont need. Besides I need to provide the functionality of the Manamgemet API I have to expose.
My guess is there must be some way of importing only the deployment Web Service and the Managment API and use them straight from Java.
How can this be achieved? What do I need to download and import?
EDIT: Are there any advantages of using the API to deploy a process in ODE instead of just copying the files straight into the process folder?