If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > mysql -> xml -> JSP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-03-04, 00:48
t_ple81 t_ple81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 8
mysql -> xml -> JSP

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?
Reply With Quote
  #2 (permalink)  
Old 03-03-04, 03:33
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: mysql -> xml -> JSP

Quote:
Originally posted by t_ple81
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?
Try solve this issue on application tier. Simply write the JSP or servlet which perform the select query and transform the result to XML.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On