Using the JAVA framework, I want to perform the following task.
Currently, I see that Apache karaf / Felix fulfills this requirement, but has less available and inaccessible help.
Any alternative framework that I can use instead of using karaf / felix?
, (, -, , ..), ...
:
3: Java Quartz Scheduler. CRON, .
1-2: , . JRebel OSGI, . (, ) -, Play Framework, Quartz, .
( Play):
@Every("1h") public class Bootstrap extends Job { public void doJob() { List<User> newUsers = User.find("newAccount = true").fetch(); for(User user : newUsers) { Notifier.sayWelcome(user); } } }
OSGi, , Karaf/Felix ( Karaf Equinox, ), , , , LiveRebel, . @Daniel JRebel, , . LiveRebel, Zero Turnaround, . , , -.
[]
, , Knoplerfish, OSGI, BSD. , ?
JRebel. .
JBoss , . , , Karaf. , , JBoss , .
(jar),, jar,jar .
, /
,
hotdeploy - (, Tomcat Jetty) -.
.
?
Source: https://habr.com/ru/post/1788391/More articles:Error sending object from ArrayCollection to an instance of my custom class - flexThe problem of inheritance of visual form. "cannot inherit (parent form). Contains a component that does not support inheritance" - delphiFacebook as a button shows the same number of likes on each page - facebookiOS hardware encryption - iosWPF - UserControls is very slow - user-interfaceHTML5 number input error - inputDelete dependent shared library from dylib? - linkerIs it possible to enable / disable CONSOLE logging depending on a system variable? - javaMongoose increment erroneously after several times - mongodbProject Lan Pet - c #All Articles