I have a SpringMvc Web App running perfectly on a tomcat server alongside MySql.What i need to do is that i need to store some data to another database on a SQL Server in another hosting.
So i am wondering if a spring mvc project has the capability to have simultaneously an MySql connection and SQL Server connection.If not what could you advice me since i need to copy the contents of the mysql to sql every once in a while (say for instance in an interval of 2h).
Thanks