Hi,I have some xml's generated in team site which will be scanned by Java and use it for some operations.I am not sure how to access that xml, or how to integrate team site with java.Two options I have are a> Store xml in server and accessb> Store xml in db and access from DB using JDBC.Let me know if there are more options and what will be the best option to use.