<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Application - Tag - Arkadios Tsamourliadis</title><link>http://arkadios.me/tags/application/</link><description>Application - Tag - Arkadios Tsamourliadis</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 18 Aug 2015 00:00:00 +0000</lastBuildDate><atom:link href="http://arkadios.me/tags/application/" rel="self" type="application/rss+xml"/><item><title>Habit@weave Java AAL app</title><link>http://arkadios.me/post/Habit@weave-Java-application-for-OpenShift/</link><pubDate>Tue, 18 Aug 2015 00:00:00 +0000</pubDate><author>Arkadios Tsamourliadis</author><guid>http://arkadios.me/post/Habit@weave-Java-application-for-OpenShift/</guid><description><![CDATA[<p>OpenShift is Red Hat&rsquo;s Platform-as-a-Service (PaaS) that allows developers to quickly develop, host, and scale applications in a cloud environment. It has decent documentation and relatively steep learning curve. It also provides free hosting + free MySQL DB up to 1 GB, which is aweosome!</p>
<p>After installing <code>Ruby</code> and <code>RHC</code> - Openshift&rsquo;s client tool, by following <a href="https://developers.openshift.com/en/getting-started-overview.html" target="_blank" rel="noopener noreffer ">these</a> steps, you can start creating a Java web application following <a href="https://developers.openshift.com/en/tomcat-getting-started.html" target="_blank" rel="noopener noreffer ">these</a> steps.</p>
<h1 id="habitweave">Habit@weave</h1>
<p>Habit@weave is a web application for the control and monitoring smart homes and wearable devices.
The power consumption graphs and the capability to schedule actions can help the user to make the right decisions for efficient energy saving at home, while the calorie consumption and sleep quality charts may contribute to adoption of habits that improve heath. The user can use the application from a PC, as well as from any other portable device with access to the Internet. It is an initial effort towards a functional Ambient Assisted Living system.
It&rsquo;s also a good starting point for any Java web application with Hibernate JPA and Shiro security frameworks.</p>
<h2 id="demo">Demo</h2>
<p>A demo of the application&rsquo;s runs here <a href="http://habitat-atsamour.rhcloud.com" target="_blank" rel="noopener noreffer ">http://habitat-atsamour.rhcloud.com</a>.
To try the application use these credentials:</p>
<ul>
<li>E-mail: <code>test2@gmail.com</code></li>
<li>Password: <code>1234</code></li>
</ul>
<h2 id="source">Source</h2>
<p>The application&rsquo;s git repo is <a href="https://github.com/atsamour/Habit-at-weave_openshift-MySQL" target="_blank" rel="noopener noreffer ">here</a>.
You can find the sample database used in the application at the <a href="https://s3-eu-west-1.amazonaws.com/atsamourfiles/awesomedb%28openshift-MySQL-5.5%29.zip" target="_blank" rel="noopener noreffer ">amazon cloud</a> (add a database named <code>awesomedb</code> to the OpenShift MySQL Cartridge and import tables there).</p>
<p>The folders are organized as a Maven project. Backend is written in Java using javax.servlet API, frontend is based on Bootstrap and implemented with JSP views.</p>
<p>

</p>
]]></description></item></channel></rss>