I am trying to learn osgi these days. I download a OSGi based server gyrex. I found the user interface of it’s admin application is quite rich. I want to know what technology was used to build this web application. HTML+Javascript? or JSF? or Eclipse RAP or something else ?
Share
It seems to be RAP 2.0.
GIT repository is here: https://github.com/eclipse/gyrex-admin .
As you can see, no HTML/JS/CSS in the source tree and several mentions of RAP 2.0 instead.