You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ioLib.getResource is unusable in case developer needs resources from the app different from a "current application" app.
Java API can - this is why this issue was not noticed before.
This is quite inconvenient when applications need to share resources - one application uses resources of another.
The text was updated successfully, but these errors were encountered:
Absolutely it is.
Ideally this should be solved differently - by injecting resources into an app.
In OSGi this is solved by Fragments. It would be App Extensions in XP terms. But we don't have such thing.
ioLib.getResource is unusable in case developer needs resources from the app different from a "current application" app.
Java API can - this is why this issue was not noticed before.
This is quite inconvenient when applications need to share resources - one application uses resources of another.
The text was updated successfully, but these errors were encountered: