Here it is...
http://109.74.196.71/osgi/
Description:
following the whiteboard pattern, I have the interface Module and
the vaadin app waiting for modules to plug in... the core, declares
one module and the test one another one
you have 2 tgz's:
* felix.tgz: whole felix instalation with the example in its
cache...
* just unpack, cd <felix-dir> and java -jar bin/felix.jar
* it opens the vaadin servlet at
http://localhost:9090/test, just
check it
* if you a the felix shell stops the test module, one tab should
disappear as soon as you click everywhere: "> lb"; "> stop 13"
* if you reenable the module, should reappear ("> stop 13")
* at lamia.tgz is the source core build with maven
* make sure to have maven (and java) and try "mvn clean install"
at the root project, just it
Tell me about what you think... I'm thinking in a "modular way" of
implement with vaadin, just like Drupal does
Thank's
Juan Arias