Initial import of the karaf-webconsole from github prototype

git-svn-id: https://svn.apache.org/repos/asf/karaf/sandbox/pieber/karaf-webconsole/trunk@1156455 13f79535-47bb-0310-9956-ffa450edef68
37 files changed
tree: d9fc3fea5d67ff73ec4fa058387c5634fa8ca4a6
  1. core/
  2. features/
  3. osgi/
  4. .gitignore
  5. CHANGELOG.md
  6. pom.xml
  7. README.md
README.md

The base idea is to take the current felix webconsole (we use in Karaf), base it on wicket and handle the entire thing on pax-wicket. Based on this method it should be very simple to provide an VERY configurable and extendable webconsole which should be much easier to write than the current one based on plain jscript and servlets.