J2EEModuleDeploymentSettings
I've managed to get my Orion server plugin to start and stop the server. Next I want to get deployment working, but I'm not quite sure what the various modules in deployment settings are. FROM_JAR and FROM_EXPLODED make sense, but what's the explanation for USE_DEPLOYER and AUTO_DEPLOY?
Please sign in to leave a comment.
USE_DEPLOYER and AUTO_DEPLOY are deployment methods. Don't they make sense
for Orion? Maybe DeploymentSettingsProvider will return its own deployment
methods?
--
Olesya Smirnova
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Hani Suleiman" <hani@formicary.net> wrote in message
news:22714419.1085374549354.JavaMail.itn@is.intellij.net...
Next I want to get deployment working, but I'm not quite sure what the
various modules in deployment settings are. FROM_JAR and FROM_EXPLODED make
sense, but what's the explanation for USE_DEPLOYER and AUTO_DEPLOY?
Yeah they're weblogic specific I think. Can you explain what the difference is between them?
It'd be a good idea to move it into DeploymentProvider. There is no need to create a new interface for it (DeploymentSettingsProvider) are there are already way way too many interfaces already.