===========================================================================
multi-users simple notebook server that can execute pieces of code in an a Jython interpreter using Spring Boot technology
Technologies : SpringBoot Jython Junit thymeleaf fasterxml
Maven project
#download the sources :
git clone https://github.com/nejeoui/interpreter.git
cd interpreter
ensure maven is installed and run :
mvn test
mvn -X exec:java -Dstart-class=com.nejeoui.interpreter.InterpreterApplication
open the Interpreter console http://localhost:8088/
- add spring-session jdbc to persist interpreter commands
- stress tests with Jmeter