Download webdeployer Free Java Code
Description
Eclipse developers use JDT to build awesome Java applications. They use Mylyn to focus their work. They use PDE to domesticate the power of EclipseRT. And they use command line tools to deploy their bundles and features. This project is proposed to implement tooling that allows for one click deployment of any existing Eclipse Feature, for example Eclipse Orion, to Amazon?s EC2.
Source Files
The download file webdeployer-master.zip has the following entries.
README// w ww . j av a 2 s. c om
bundles/org.eclipse.rtp.httpdeployer.launch.ui/.classpath
bundles/org.eclipse.rtp.httpdeployer.launch.ui/.gitignore
bundles/org.eclipse.rtp.httpdeployer.launch.ui/.project
bundles/org.eclipse.rtp.httpdeployer.launch.ui/.settings/org.eclipse.jdt.core.prefs
bundles/org.eclipse.rtp.httpdeployer.launch.ui/META-INF/MANIFEST.MF
bundles/org.eclipse.rtp.httpdeployer.launch.ui/build.properties
bundles/org.eclipse.rtp.httpdeployer.launch.ui/images/cloud.png
bundles/org.eclipse.rtp.httpdeployer.launch.ui/plugin.xml
bundles/org.eclipse.rtp.httpdeployer.launch.ui/src/org/eclipse/rtp/httpdeployer/internal/ui/launcher/CloudApplicationServerTab.java
bundles/org.eclipse.rtp.httpdeployer.launch.ui/src/org/eclipse/rtp/httpdeployer/internal/ui/launcher/CloudApplicationTabGroup.java
bundles/org.eclipse.rtp.httpdeployer.launch.ui/src/org/eclipse/rtp/httpdeployer/internal/ui/launcher/FeatureSelectionListener.java
bundles/org.eclipse.rtp.httpdeployer.launch.ui/src/org/eclipse/rtp/httpdeployer/internal/ui/shortcut/CloudApplicationShortcut.java
bundles/org.eclipse.rtp.httpdeployer.launch.ui/src/org/eclipse/rtp/httpdeployer/launch/ui/Activator.java
bundles/org.eclipse.rtp.httpdeployer.launch/.classpath
bundles/org.eclipse.rtp.httpdeployer.launch/.gitignore
bundles/org.eclipse.rtp.httpdeployer.launch/.project
bundles/org.eclipse.rtp.httpdeployer.launch/.settings/org.eclipse.jdt.core.prefs
bundles/org.eclipse.rtp.httpdeployer.launch/META-INF/MANIFEST.MF
bundles/org.eclipse.rtp.httpdeployer.launch/build.properties
bundles/org.eclipse.rtp.httpdeployer.launch/plugin.xml
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/client/DeleteMethodRequestEntity.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/client/HttpDeployerClient.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/client/JdomRequestEntity.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/internal/launch/CloudApplication.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/internal/launch/HttpPublishConfig.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/internal/launch/HttpPublishOperation.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/launch/Activator.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/launch/CloudApplicationLaunchConfig.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/launch/CloudApplicationLaunchConfigValidator.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/launch/utils/CloudApplicationLaunchUtils.java
bundles/org.eclipse.rtp.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/launch/utils/ZipUtils.java
bundles/org.eclipse.rtp.httpdeployer/.classpath
bundles/org.eclipse.rtp.httpdeployer/.gitignore
bundles/org.eclipse.rtp.httpdeployer/.project
bundles/org.eclipse.rtp.httpdeployer/.settings/org.eclipse.jdt.core.prefs
bundles/org.eclipse.rtp.httpdeployer/.settings/org.eclipse.pde.core.prefs
bundles/org.eclipse.rtp.httpdeployer/HTTP Deployer.launch
bundles/org.eclipse.rtp.httpdeployer/META-INF/MANIFEST.MF
bundles/org.eclipse.rtp.httpdeployer/OSGI-INF/httpdeployer-component.xml
bundles/org.eclipse.rtp.httpdeployer/build.properties
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/bundle/BundleModificationResult.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/bundle/BundleServlet.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/feature/FeatureInstallException.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/feature/FeatureManager.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/feature/FeatureModificationResult.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/feature/FeatureServlet.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/AbstractHttpDeployerServlet.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/CommonConstants.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/HttpDeployerComponent.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/HttpDeployerInitializer.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/HttpDeployerUtils.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/IModificationResult.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/RequestResults.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/SystemServlet.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/XmlConstants.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/repository/InvalidRepositoryException.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/repository/RepositoryManager.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/repository/RepositoryModificationResult.java
bundles/org.eclipse.rtp.httpdeployer/src/org/eclipse/rtp/httpdeployer/repository/RepositoryServlet.java
features/org.eclipse.rtp.httpdeployer.releng/.project
features/org.eclipse.rtp.httpdeployer.releng/build.properties
features/org.eclipse.rtp.httpdeployer.releng/category.xml
features/org.eclipse.rtp.httpdeployer.releng/feature.xml
tests/org.eclipse.rtp.tests.httpdeployer.launch/.classpath
tests/org.eclipse.rtp.tests.httpdeployer.launch/.gitignore
tests/org.eclipse.rtp.tests.httpdeployer.launch/.project
tests/org.eclipse.rtp.tests.httpdeployer.launch/.settings/org.eclipse.jdt.core.prefs
tests/org.eclipse.rtp.tests.httpdeployer.launch/META-INF/MANIFEST.MF
tests/org.eclipse.rtp.tests.httpdeployer.launch/build.properties
tests/org.eclipse.rtp.tests.httpdeployer.launch/fixtures/zip/folder1/folder1.txt
tests/org.eclipse.rtp.tests.httpdeployer.launch/fixtures/zip/root.txt
tests/org.eclipse.rtp.tests.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/internal/launch/CloudApplicationTest.java
tests/org.eclipse.rtp.tests.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/internal/launch/HttpPublishConfigTest.java
tests/org.eclipse.rtp.tests.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/launch/CloudApplicationLaunchConfigTest.java
tests/org.eclipse.rtp.tests.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/launch/CloudApplicationLaunchConfigValidatorTest.java
tests/org.eclipse.rtp.tests.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/launch/utils/CloudApplicationLaunchUtilsTest.java
tests/org.eclipse.rtp.tests.httpdeployer.launch/src/org/eclipse/rtp/httpdeployer/launch/utils/ZipUtilsTest.java
tests/org.eclipse.rtp.tests.httpdeployer/.classpath
tests/org.eclipse.rtp.tests.httpdeployer/.gitignore
tests/org.eclipse.rtp.tests.httpdeployer/.project
tests/org.eclipse.rtp.tests.httpdeployer/.settings/org.eclipse.jdt.core.prefs
tests/org.eclipse.rtp.tests.httpdeployer/.settings/org.eclipse.pde.core.prefs
tests/org.eclipse.rtp.tests.httpdeployer/All httpdeployer Tests.launch
tests/org.eclipse.rtp.tests.httpdeployer/META-INF/MANIFEST.MF
tests/org.eclipse.rtp.tests.httpdeployer/build.properties
tests/org.eclipse.rtp.tests.httpdeployer/build.xml
tests/org.eclipse.rtp.tests.httpdeployer/fixtures/invalidRepositoryPackage.zip
tests/org.eclipse.rtp.tests.httpdeployer/fixtures/validRepositoryPackage.zip
tests/org.eclipse.rtp.tests.httpdeployer/src/org/eclipse/rtp/httpdeployer/bundle/BundleServletOperationsTest.java
tests/org.eclipse.rtp.tests.httpdeployer/src/org/eclipse/rtp/httpdeployer/bundle/BundleServletTest.java
tests/org.eclipse.rtp.tests.httpdeployer/src/org/eclipse/rtp/httpdeployer/feature/FeatureManagerTest.java
tests/org.eclipse.rtp.tests.httpdeployer/src/org/eclipse/rtp/httpdeployer/feature/FeatureServletTest.java
tests/org.eclipse.rtp.tests.httpdeployer/src/org/eclipse/rtp/httpdeployer/internal/HttpDeployerComponentTest.java
tests/org.eclipse.rtp.tests.httpdeployer/src/org/eclipse/rtp/httpdeployer/repository/RepositoryManagerTest.java
tests/org.eclipse.rtp.tests.httpdeployer/src/org/eclipse/rtp/httpdeployer/repository/RepositoryServletTest.java
tests/org.eclipse.rtp.tests.httpdeployer/src/org/eclipse/rtp/httpdeployer/util/MockServletInputStream.java
Download
Click the following link to download webdeployer-master.zip.
webdeployer-master.zip