i have to convert my jtable values into xml, can anyone explainhow it's possible to convert,for that i have to convert my data into xls file using I/o packageor dirctly XML file with I/o packageI need detail explaination for ..
To convert the data into xls file you can use Jakarta POI.(http://jakarta.apache.org/poi/index.html).And for xml file check this out http://xml.apache.org/Both have examples and easy to understand.