diff --git a/.classpath b/.classpath index 1d1a999..c29b817 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,5 @@ - diff --git a/.project b/.project index ef749d4..07eddde 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - PCF-demo + PCF-demo_PHD NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..f897a7f --- /dev/null +++ b/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index e31048b..fe743ec 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -5,7 +5,7 @@ - + diff --git a/README.md b/README.md index c51c081..6cbf334 100755 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ Notice it will alert no RabbitMQ service is bound.. the link "Stream Data" will Now, bind a RabbitMQ service. Re-push the app. Click "Stream Data" and see the fun start. Click on a state to detail orders going throw it. + +Additional fun: click "Kill App" and watch the application crashing.. it will show as "crashed" when you visualize events (cf events ). Health manager will automatically restart the app for you. => makes a good demo, too. diff --git a/manifest.yml b/manifest.yml index 048cdfd..4d59973 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,9 +1,11 @@ --- applications: - name: pcfdemo - memory: 512M + memory: 1G instances: 1 - host: pcfdemo + host: pcfdemophd path: ./target/pcfdemo.war services: - - rabbit + - phd-service + - rabbit-service + diff --git a/pom.xml b/pom.xml index 57b1811..5475ec6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,7 @@ Springframework Maven Repository http://repo.springsource.org/milestone + 4.0.0 @@ -25,7 +26,15 @@ - + + GemFireXD-client + com.pivotal + 1.0 + system + ${project.basedir}/src/main/webapp/WEB-INF/lib/gemfirexd-1.0.6.jar + + + org.springframework.amqp spring-rabbit @@ -56,18 +65,61 @@ ${org.springframework-version} + + + commons-dbcp + commons-dbcp + 1.4 + + + org.springframework + spring-jdbc + ${org.springframework-version} + + + org.postgresql + postgresql + 9.3-1100-jdbc3 + + + org.springframework.cloud - spring-service-connector - 0.9.2 + spring-cloud-spring-service-connector + 1.1.1.BUILD-SNAPSHOT - org.springframework.cloud - cloudfoundry-connector - 0.9.2 - + spring-cloud-cloudfoundry-connector + 1.1.1.BUILD-SNAPSHOT + + + org.springframework.cloud + spring-cloud-pcf-connector + 1.1.1.BUILD-SNAPSHOT + + + + cglib + cglib + 2.2.2 + + + org.apache.hadoop + hadoop-common + 2.2.0 + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + + + + + + +