Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Introduction

Electronic Medical Record System sample is a web application and it stores data in a Cassandra Keyspace. EMR sample shows how to develop a Cassandra backed web application and how WSO2 Storage server helps to setup Cassandra key space in an easy way.  

Prerequisites

  • Java Development Kit / JRE version 1.6.* or 1.7.*
  • Apache Maven 3.x.x

Building the Sample

Change the directory to <SS_HOME>/samples/css/webapps/emr-sample

Build using Apache maven 

mvn clean install

You can find the war file in <SS_HOME>/samples/css/webapps/emr-sample/modules/war/target

Executing the Sample

Upload the web application to WSO2 application server and access the web application URL using a browser.

  • No labels