-
Notifications
You must be signed in to change notification settings - Fork 0
Messages
juliusse edited this page Apr 11, 2013
·
4 revisions
This page is about the HTW-Messages repository. The project contains all request, which can be handled by the Freeplane Remote plugin and the according responses. The Freeplane Remote plugin uses Akka for communication.
The communication only happens between 'Play' and 'Freeplane Remote', because 'Freeplane Remote' is not exposed to the outside.
Only 'Play' is exposed. For more information about the API see Frontend Play.
- contains all messages as
public static class * implements Serializable - requests, that perform actions on a mind map have to extend
MindMapRequest - every
Requesthas aresponse
- contains all exceptions that can be thrown by Freeplane Remote
- IntelliJ IDEA:
sbt gen-idea - Eclipse:
sbt eclipse
- Checkout the project
git clone https://github.com/Docear/HTW-messages.git - Go with terminal into project
- Run
sbt package - The jar is now ready at:
<HTW-Messages>/target/scala-2.10/messages_2.10-0.1-SNAPSHOT.jar
- Checkout the project
git clone https://github.com/Docear/HTW-messages.git - Go with terminal into project
- run
sbt package - copy
<HTW-Messages>/target/scala-2.10/messages_2.10-0.1-SNAPSHOT.jarto:
<HTW-Frontend>/lib/<Freeplane>/freeplane_plugin_remote/lib/<Freeplane>/freeplane_plugin_remote_tests/lib/
Architecture
- Architecture
- Continuous Integration
- Online View
- Frontend/API-Server
- Freeplane Remote
- Deployment
APIs
Research & Technologies
-
[Client layer - overview](wiki/Overview of used technologies for client layer)
Tutorials
Misc
Archive