| FAQs |
|
|
|
This is the EscapeK FAQ, which contains the most frequently asked questions about the EscapeK project. If you have an additional question, please contact us or post it in the forums.
Content
Questions and answersWhat does this name EscapeK means ? Where does it comes from ? ...In fact, there is no special meaning for this name. But, because this sections must gives answers to question, here are two answers :
$ set -o vi tells the shell to use vi key bindings. Then, pressing <ESC-K> gets back the last command (ls) to the prompt. In fact EscapeK is a common key used by system administrators. The name EscapeK for this software is a reference to this command and it will remind many administrator the times where they had to use this key.
What are the technologies behind ?Here are the main technologies used by EscapeK :
The server component is hosted on a Spring container. It provides most of the business methods, as well as persistence management. Its goal is to provide :
The client console allows users to query the server and run actions on managed equipments.
How to contribute to this project ?EscapeK is currently in early stages. The core data model is stable and nearly completed; This model is sufficient for implementing the features of a first release. Development is now focusing of providing core business methods. In parallel the client GUI is developed so as to test these features. So, there are still many things to develop and the team is currently very small, only 2 people. Contributions in Java development is highly requested; Don't hesitate to contact the team is you think you have the following Java skills:
|