hi vids,
i hope that u want a xml standalone application.
for that u need and xmlconverter which converts database records
into corresponding xml documents.then u do all the process on the xml documents.writing that xmlconverter is very easy.
use
JDBC fetch the records and write the recordvalues within the tags.
now u use parsers to parse those xml documents.and now u can do all sort of stuff like rendering etc..
i hope this is sufficient to start.
bye