This web application allows to simply test the behavior of BtrPlace. It first generates a sample configuration. The user can then write some placement constraints then asks BtrPlace to the violations.
- author: Tom Guillermin, Fabien Hermenier
- contact: fabien.hermenier@unice.fr
The last release of the sandbox is always deployed and usable on [this server] (http://btrp.inria.fr/sandbox).
The build process is managed by [maven] (http://maven.apache.org). Once installed, just type
$ mvn install
to resolve the dependencies, compile and package the sandbox.
The resulting war file will be located in the target directory and should be deployable
on a servlet server.
To test the sandbox without having to use an existing servlet server, just type
$ mvn tomcat7:run
to deploy the war inside an embedded tomcat server. The webapp will then be available at [localhost:8080] (http://localhost:8080).
- bug fixes
- integrate new constraints
- support for the bootNode action
- complete rewrite of the UI by Tom Guillermin
- the sandbox is finally running btrplace
- bug fixes
- bug fixes
- the configuration can now be created manually
- double click on the configuration to download the associated svg
- it is now possible to lock and unlock a sandbox
- binaries are directly available on github
- bug fixes and UI improvements
- update dependencies
- support for the 'online' and the 'offline' constraints
- a 'pin' feature to lock then save a sandbox
- a player to navigate through the reconfiguration process
- bug fixes
- update dependencies
- addition of an internal repository for non available dependencies.
- spell checking
- minor visual improvements
- initial release
Copyright (c) 2012 University of Nice-Sophia Antipolis. See LICENSE.txt for details.