[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Looking for roadmap on converting XML to swing TableModel



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