Actually In my sample Application using Flex+Java(spring+Hibernate)… In that i’m inserting data into Database.
Hear we are inserting normal values easily i.e only one row operation in Database..
In my example have Start Date & End Date and combo box it contain Monthly Weekly Daily
Then the problem begins hear…
Ex we Select StartDate(2012-12-01) & EndDate(2012-12-31) and combobox value is Daily and also time 05:00 PM …..so the meaning of this statement is Every Day 05:30 PM between 2012-12-01 to 2012-12-31 the Task will execute
For this Purpose i’m using QuartTriggerBean in Spring Frame work so it is working fine but my database inserting only one insert Query…But i want 31 insert Queries…
If we select combo box Weekly then 7 insert Queries..and Monthly then 1 insert Query execute…
In this Purpose is their any Class in Java?
Please Help me ….Thankyou…
You can use
java.util.Timerandjava.util.TimerTaskinstead of using quartz. you can have example on link