I'm currently in the process of developing a translation service for a host of web applications that was developed in house. I'm faced with the problem where we have packed all of the applications with properties files containing different languages to have i18n support.
One of the things that was suggested during a brain storming session was to make a translation service an OSGi module. Problem is I have 0 experience with OSGi and don't know how to go about it. Further talks and googleing suggests developing the services as a WAB.
The problem I am faced with is how do I call a resource from a WAB? Is it possible at all or am I going in the wrong path?
Any help would be greatly appropriated.
Regards S.