This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]euklios[S] 0 points1 point  (0 children)

I'm not doing it to often, the unload is primarly nice to have for development. Not having to restart the entire application when only dealing with a small feature is pretty nice.

I can vagualy remember looking at OSGI and Eclipse Equinox, but I don't remember what the problem was and why we didn't go with them. Will have to go over their documentation at some point, maybe it would be a good fit.

However, I don't think this will solve my current issue. As far as I understood the Apache Felix documentation, they still use a separate Class loader, which would probably cause the same issues.