In my application user can add there reminder for the specific day and reminder will be send to there email address ….
but how can i send there reminder on that day …
please help me .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to do this on the server side, which means you won’t be using GWT. You need to look into the scheduling capabilities of whatever server platform you are running on – cron jobs on unix, scheduled tasks on windows, etc. Also, your servlet container might have some scheduling capabilities as well. We can’t really help you without knowing more.
What server platform are you developing on? GWT is a client side technology, so that’s not going to help. Are you running a J2EE server, a simple servlet container?