Skip to content

miladhub/movie-manager-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie manager

This is a demo project illustrating the use of a Javascript front-end and a Java back-end (JEE). The front-end uses Backbone.js, Angular.js, Websockets, REST and Jasmine for unit testing.

The WAR has been successfully deployed on JBoss WildFly. It doesn't need any specific configuration, just drop the WAR on the standalone/deployments folder and access the web app at either

Installation

$ git clone https://github.com/miladhub/movie-manager-javascript.git movie
$ cd movie
$ mvn clean install
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.659 s
[INFO] Finished at: 2014-07-28T18:20:59+02:00
[INFO] Final Memory: 19M/491M
[INFO] ------------------------------------------------------------------------
$ cp target/movie.war ~/wildfly-8.1.0.Final/standalone/deployments
$ ~/wildfly-8.1.0.Final/bin/standalone.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published