Utility class that uses Weblogic.Deployer to conduct deployments and undeployments. The use of this might need to be revisited, especially since WebLogic supports JSR-88 in some form. If the JSR-88 support can be used to deploy apps with the Java Management API and not required any proprietary classes, then we must look at replacing this class. The output of the weblogic.Deployer process is only displayed and not parsed. We'll use the JMX client to actually figure out the details of the deployment.
@author Vineet Reynolds
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.