I am developing a java project where I do have to fill database from http://projects.zoho.com.
Zoho provides API for fatching data. I have developed java transformers for fatching data and using hibernate I feel database.
This process, I do, running Main method from transformer. I want there a session to help filling database automatically. What further step I should follow ?