You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by gr...@apache.org on 2014/08/21 18:01:26 UTC

[11/11] git commit: This closes #94

This closes #94

* github/pr/94:
  Update example blueprint for Node.JS Todo application
  Moved test blueprints to example and launcher projects
  Added command line config key  to replace entire Node.JS start command string
  Updated test code with example Todo application
  Add example YAML
  Add APACHE-2.0 license header
  Added simple integration and live tests
  Change root URL to use default
  Updated NodeJS entity
  Initial NodeJS entity


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/cc1915aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/cc1915aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/cc1915aa

Branch: refs/heads/master
Commit: cc1915aaa5d8e91626de290057a6ca41ec1a7d2d
Parents: 8643fbc e18474f
Author: Andrew Kennedy <gr...@apache.org>
Authored: Thu Aug 21 17:00:53 2014 +0100
Committer: Andrew Kennedy <gr...@apache.org>
Committed: Thu Aug 21 17:00:53 2014 +0100

----------------------------------------------------------------------
 .../brooklyn/demo/NodeJsTodoApplication.java    |  59 +++++++
 .../resources/brooklyn/demo/nodejs-todo.yaml    |  53 ++++++
 software/webapp/pom.xml                         |   2 +-
 .../webapp/JavaWebAppSoftwareProcessImpl.java   |  31 ----
 .../entity/webapp/WebAppServiceMethods.java     |  52 +++++-
 .../entity/webapp/jboss/JBoss7ServerImpl.java   |   5 +-
 .../webapp/nodejs/NodeJsWebAppDriver.java       |  27 +++
 .../webapp/nodejs/NodeJsWebAppService.java      |  74 +++++++++
 .../webapp/nodejs/NodeJsWebAppServiceImpl.java  |  92 ++++++++++
 .../webapp/nodejs/NodeJsWebAppSshDriver.java    | 166 +++++++++++++++++++
 .../webapp/src/main/resources/jetty-logo.svg    |  88 ----------
 .../webapp/src/main/resources/nodejs-logo.png   | Bin 0 -> 9620 bytes
 .../webapp/nodejs/NodeJsWebAppEc2LiveTest.java  |  67 ++++++++
 .../NodeJsWebAppFixtureIntegrationTest.java     |  58 +++++++
 .../NodeJsWebAppSimpleIntegrationTest.java      |  92 ++++++++++
 .../nodejs/NodeJsWebAppSoftlayerLiveTest.java   |  66 ++++++++
 .../webapp/nodejs/nodejs-hello-world.yaml       |  31 ++++
 17 files changed, 833 insertions(+), 130 deletions(-)
----------------------------------------------------------------------