roboconf / roboconf-platform

The core modules and the platform
Apache License 2.0
35 stars 11 forks source link

In-Memory Manager #761

Closed vincent-zurczak closed 7 years ago

vincent-zurczak commented 7 years ago

The debug sample project does not work well since we added i18n to the application, as well as web socket support. The manager classes can still be used outside OSGi environments, but it is complicated, if not impossible, to use the web administration with it.

We should add commodity classes to ease such a combination.

vincent-zurczak commented 7 years ago

Done: https://github.com/vincent-zurczak/roboconf-debug-sample/commit/b8490738330a87347716a59a17a21d6397f32188 I have updated the Debug sample with Jetty 9 instead of Grizzly.