Tuesday, November 2, 2010

Vmforce a complete platform as service for Java Application with force.com services.


Vmforce = Java + Spring Java Platform + vCloud + SalesForce Database & force.com services.
Salesforce.com and VMware introduce VMforce the first enterprise cloud for Java developers. With VMforce, Java developers can build apps that are instantly social and available on mobile devices in real time. And it’s all in the cloud, so there’s no hardware to manage and no software stack to install, patch, tune, or upgrade.
To develop application in vmforce , you develop you Java web application using the leading Java development Spring framework and deploy this in single click into vmforce Clouds that has tc Server® runtime (Enterprise version of Apache Tomcat). 

Using Force.com Database :- using force.com database is very easy and configurable. Through JPA EntityManager is injected by spring DI and it is managed by spring, we require to change spring configuration file to access Force.com database. Injected Spring-managed EntityManager that connects to the Force.com database
 
Accessing Force.com platform services
Force.com platform services are accessed in the form of API calls (ws calls) and force.com org (Your salesforce.com account) custom and standard objects are JPA entities and as java developer , we find no difference. All of validation rules/triggered (salesforce side logic) we have on SFDC object are also run while Accesing them through JPA.



No comments:

Post a Comment

Getting Started with Salesforce DX

Salesforce DX is a great way to let multiple peoples work together and also make deployment much easier. Salesforce DX make release cycle m...