function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
babu galibabu gali 

What require to integrate Spring MVC ( with mysql and hibernate) in salesforce environment

Hi,
 

I am new to salesforce environment. AS per of my client requirement I need to integrate spring mvc3( hibernate + mysql) which is already developed in salesforce environment.

Here my problem listed down below. Could some one please guide me. Thanks
1, Is it possible ?
2. If yes,rFrom wahere to start  ?
3. What needs to learn? .
4. does this suppost spring mvc+ hibernate+mysql

Thanks,
Babu G
varun_vatsavarun_vatsa
Hi 

Integration is easy and can be done either using Soap or Rest Services. Salesforce does have quite extensive API and depening on the use case you may choose one.

Also If its just about integrating data on two points, you may think about using some Intgration Tools as well like Jitterbit, Boomi etc.

Thanks
Varun Vatsa.
http://varunvatsa.blogspot.in/
babu galibabu gali
Hi Varun,

Can't I deploy My spring MVC web application directly in salesforce env and simply accessing it using URL say, http://localhost:8090/myapp ? If not what I need to change in my web application.

Thanks,
Babu G
varun_vatsavarun_vatsa
No Babu, Salesforce is a platform inself, and not a web server.

At max what you may do is, deploy your Spring MVC app on Heroku and then in Salesforce use it as a Canvas app. this way you may directly access your app via Salesforce.

Please mark it as best answer if this helps you so that it may help others too.


Thanks
Varun.