All Projects → Ekito → Maptracker

Ekito / Maptracker

Play!ing (2.0) with Twitter Bootstrap, WebSockets, Akka and OpenLayers

Labels

h1. MapTracker - a Play! 2.1 demo

Use of Play! 2.1 (Java API) with Twitter Bootstrap, WebSockets, Akka and OpenLayers.

The purpose of this project is to show a moving vehicle on a map. The location of the vehicle is sent to the server through a REST call, and the connected users can see the vehicle moving in real-time on their map.

Please take a look at "this article":http://goo.gl/fapsG to have explanations.

You can find the Play 2.0 version in the play-2.0 branch of this git repository.

h2. Known issue

It may not work under Windows, because of a "Play bug":https://groups.google.com/forum/?fromgroups#!topic/play-framework/oCBbaeo4_4Y :

bc. java.lang.RuntimeException: java.lang.RuntimeException: com.google.javascript.js comp.deps.SortedDependencies$MissingProvideException: module$maptracker

To solve this, move @[email protected] from @app/asset/[email protected] to @public/[email protected]

h2. Javascript dependencies

The following libraries have been used in the project :

h2. Thanks to...

http://mapicons.nicolasmollet.com/ for the icons.

h2. License

Copyright 2012 Ekito - http://www.ekito.fr/

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].