Hi all, I have a question regarding a java-based application that I am building. I am using a java servlet to periodically check server logs for new entries, parse this data and write it to a database. I then want to send this data (everytime the database is updated) to a Flash-based client (which can read XML via the XMLSocket object).
My question is: Should/Could I use jabber to send the XML streams from the db (via xdb_sql) or am i better off generating the xml with java (and forgetting about jabber altogether)? thanks, Carlos _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
