How to automate building and deploying a BPEL application
Posted
by Juan Manuel Formoso
on Stack Overflow
See other posts from Stack Overflow
or by Juan Manuel Formoso
Published on 2010-01-29T19:01:11Z
Indexed on
2010/05/16
20:10 UTC
Read the original article
Hit count: 305
I need to automate the building and deployment of (several) BPEL applications to a weblogic server.
I now do it using jDeveloper 11g, but I guess there should be some command line tools to do it. (I come from a Microsoft /.NET / Visual Studio background, and I can automate the deployment of my .NET applications using the command line and msbuild)
Does anyone know how to do that via the command line?
© Stack Overflow or respective owner