Hello,
I'm working on a web application and was wondering should there arise a need to patch the application's UI or the back-end (i.e. Java classes) in future is it possible to do it without have to go through the process of rebuilding/recompiling and deploying the complete package.
Not sure what other specifics to post. If you have questions please ask and I'll revert with the information.
Thought so because Java needs to be compiled (to establish the class links for dependencies) and not interpreted like PHP or other languages.
Thanks for the quick reply Bear.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
If you can foresee that one or more particular classes are going to change more often than you want to deploy, you could run those as one or more OSGI bundle as part of an embedded OSGI container.