I've to write a client/server application where the client has to send to the server some information each hour or each day (the schedule should be sets by user).
I searched for an integration Netty -> Quartz, but I didn't find nothing.
Is there a way to do that?