Calender functionality similar to outlook.
843830Dec 18 2006 — edited Dec 28 2006I am developing a calendar functionality in my mailing application. This calender shall solve the purpose of outlook express calendar, to some extent.
I've designed similar to http://admin.jsn-server5.com/jsp-examples/cal/cal1.jsp?name=user&email=user@mail.com&action=Submit
How to store the information given by user in the task description. Can I use files (java.io.) I would not like to touch the database (mysql on linux).
Is there any way to store data other than database?
I have gone through forum with such questions, and got to know that I can user xml format or using Properties. But couldnt get the proper guidance.
Please suggest.
passion_for_java