Download Continuous Delivery example Free Java Code

Description

Example Java web app infrastructure for Continuous Delivery.

Source Files

The download file Continuous-Delivery-example-master.zip has the following entries.


.gitignore//www  . j a  v a2 s . co  m
.gitmodules
OPPGAVER.markdown
README.md
SETUP.markdown
TODO.markdown
Vagrantfile
config/README.md
config/deploy.config
config/secret.properties.example
config/settings.xml.template
config/webapp.properties
core/README.md
core/pom.xml
core/src/main/java/no/bekk/bekkopen/cde/dao/ArtifactDao.java
core/src/main/java/no/bekk/bekkopen/cde/dao/ArtifactDaoImpl.java
core/src/main/java/no/bekk/bekkopen/cde/domain/Artifact.java
core/src/main/java/no/bekk/bekkopen/cde/feature/Enabled.java
core/src/main/java/no/bekk/bekkopen/cde/feature/Feature.java
core/src/main/resources/META-INF/persistence.xml
core/src/main/resources/coreApplicationContext.xml
core/src/test/java/no/bekk/bekkopen/cde/domain/ArtifactIT.java
core/src/test/java/no/bekk/bekkopen/cde/feature/FeatureTest.java
core/src/test/resources/testApplicationContext.xml
database/README.md
database/pom.xml
database/src/main/java/no/bekk/bekkopen/cde/database/Main.java
database/src/main/resources/META-INF/MANIFEST.MF
database/src/main/resources/bekkopen/database/db.changelog-0.1.xml
database/src/main/resources/bekkopen/database/db.changelog-master.xml
database/src/test/resources/import.sql
pom.xml
scripts/README.md
scripts/deploy.sh
scripts/multitail.sh
scripts/remote_deploy.sh
scripts/server_monitor.sh
scripts/startup.sh
scripts/status_webapps.sh
webapp/README.md
webapp/assembly.xml
webapp/pom.xml
webapp/src/main/java/no/bekk/bekkopen/cde/jetty/WebServerMain.java
webapp/src/main/java/no/bekk/bekkopen/cde/jetty/config/CollectionBuilder.java
webapp/src/main/java/no/bekk/bekkopen/cde/jetty/config/MySelectChannelConnector.java
webapp/src/main/java/no/bekk/bekkopen/cde/jetty/config/MyWebAppContext.java
webapp/src/main/java/no/bekk/bekkopen/cde/jetty/config/SystemPropertiesLoader.java
webapp/src/main/java/no/bekk/bekkopen/cde/web/controller/ArtifactController.java
webapp/src/main/java/no/bekk/bekkopen/cde/web/tags/Feature.java
webapp/src/main/java/no/bekk/bekkopen/cde/web/view/tiles/DynamicTilesView.java
webapp/src/main/java/no/bekk/bekkopen/cde/web/view/tiles/DynamicTilesViewProcessor.java
webapp/src/main/jetty-resources/work/README.txt
webapp/src/main/resources/logback.xml
webapp/src/main/resources/messages.properties
webapp/src/main/resources/messages_no.properties
webapp/src/main/resources/webApplicationContext.xml
webapp/src/main/resources/webmvc-context.xml
webapp/src/main/webapp/META-INF/feature.tld
webapp/src/main/webapp/WEB-INF/feature.tld
webapp/src/main/webapp/WEB-INF/jsp/artifact/form.jsp
webapp/src/main/webapp/WEB-INF/jsp/artifact/search.jsp
webapp/src/main/webapp/WEB-INF/jsp/index.jsp
webapp/src/main/webapp/WEB-INF/templates/blank.jsp
webapp/src/main/webapp/WEB-INF/templates/footer.jsp
webapp/src/main/webapp/WEB-INF/templates/header.jsp
webapp/src/main/webapp/WEB-INF/templates/main.jsp
webapp/src/main/webapp/WEB-INF/templates/menu.jsp
webapp/src/main/webapp/WEB-INF/tiles-defs/templates.xml
webapp/src/main/webapp/WEB-INF/web.xml
webapp/src/main/webapp/css/.svn/all-wcprops
webapp/src/main/webapp/css/.svn/entries
webapp/src/main/webapp/css/.svn/text-base/main.css.svn-base
webapp/src/main/webapp/css/main.css
webapp/src/main/webapp/index.jsp
webapp/src/test/java/no/bekk/bekkopen/cde/jetty/WebServerMainIT.java
webapp/src/test/resources/logback.xml
webapp/src/test/resources/secret.properties
webapp/src/test/resources/testApplicationContext.xml
webapp/src/test/resources/webapp.properties

Download

Click the following link to download Continuous-Delivery-example-master.zip.

Continuous-Delivery-example-master.zip




















Home »
  Java Free Code »
    Web »




CSS
CSS3
HTML
HTML5
HTTP
Web
Web Application
WebSite