I am using PrimeFaces 3.4 (JSF 2.0) and thinking of using PrimeFaces extensions for below requirement.
What i want is: (I have prices updated hourly in my webapp)(say its 9:30) then user can see stock price till 9:00 and when it is 10:xx, user can see stock price for 9:00 and 10:00. So what i basically want is that my method gets called at 10:00(10:00 being the next time values are updated.) and then at hourly interval.
i can use pe:timer but that will start from the time user opens web page and not from the time next value is updated.