Hi Guys,

Hope you all doing well.

I am beginner in java.

I am working on a small project .
following is small summary.

send trade report summary to client depend on setting he has choose.
client should choose action on which report should send
1. New (if new trade entered) / modify (trades get modify) / cancelled (if trade gets modify)
client should schedule date time on which reports should delivered.
2. immediately/weekly/monthly/quarterly

currenctly my approach is through shell script I call my standalone class for every 15. mins and filtered table in which all above setting is stored ans send reports to client which satisfy above settings.


can you please help/suggest what are the others simplest ways I can apply for this.


Many thanks