Using JAVA framework i want to achieve the following task.
- hot code(jar) deployment which will perform certain task in an environment
- At any time if i update that jar file it should automatically unload old code and load new code
- I want to schedule that deployed jar file to perform tasks.
Currently i see Apache karaf/Felix fulfill this requirement but less help available and difficult to manage.
Any alternate framwork i can use instead of using karaf/felix ?