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

Re: Looking for roadmap on converting XML to swing TableModel



JDOM (www.jdom.org) is a GREAT (the best IMHO) Java API for working with
XML.  There have also been one or two code forks that came from JDOM.

On Tue, 2003-09-02 at 16:48, Lee Chalupa wrote:
> 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
> 
> 
> 
> 
> 
>