[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Looking for roadmap on converting XML to swing TableModel
- To: Ajug Members <ajug-members@www.ajug.org>
- Subject: Looking for roadmap on converting XML to swing TableModel
- From: Lee Chalupa <lchalupa@seelink.org>
- Date: Tue, 02 Sep 2003 16:48:47 -0400
- User-Agent: Opera7.02/Win32 M2 build 2668
Hello:
I'm looking for guidance regarding how to design an app. that creates xml
documents from a JDBC database on the server to a swing JTable on the
client.
I'm cruising until I get to producing the xml documents that will be
displayed in
a Jtable on the client. I know Swing but I have no experience working xml
into the mix.
The swing client is using HttpClient (Apache) to talk to a servlet.
What is the best method to get from a ResultSet in a DBMS to a TableModel
on the client?
Also, what xml tool would be best for this application?
I'm looking for other references as well.
Thanks.
lee