what i need to do is some sort of reporting for user log information for my system. i need to query all the log information from mysql into xml format and then display it using JSP and this should be done automatically whenever the user request for it. How do I do this - the simplest way?
This is my first experience with xml and JSP and I just have no idea about it. Help.... anybody?