what other things can I do with OSGI in the context of AEM?
presently, I've only used OSGI (where I've used the import Java directive to include various OSGI libraries in my custom code)
- store custom app config
- get environment info (whether it's test,prod or author, publisher and etc)
-------
In our custom code base, we have a folder called "core" and inside it is a pom.xml that imports several OSGI jars.
Is it likely that the whole "core" folder is an OSGI bundle? (I know the core folder shows in /system/console/bundles) all the java code inside is a "component"?
Thank you.