Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (32.1k points)

We're currently looking at using the Force.com platform as our development platform and the sales guys and the force.com website are full of reasons why it's the best platform in the world. What I'm looking for, though, is some real disadvantages to using such a platform.

1 Answer

0 votes
by (11.9k points)
edited by
  1. Even though Salesforce calls the language, java based, it is actually not java. It is not possible to import any external packages or libraries. The base libraries which are available are very limited so you need to implement a bunch of stuff externally and expose these bits as services which are called by the force.com.
  2. If you want to package up your app and deliver it to the users without notable user interference and configuration on the part of the administrator of the org, you can't do that.
  3. There is actually no debugger. If you want to debug your system, the system itself debugs when you use system.debug statements. 
  4. Common errors or the limitations of the APIs or features are not mentioned anywhere.
  5. The data access DSL in Apex leaves a lot to be desired. It's not even remotely competitive with the likes of (N)Hibernate, JPA, etc.
  6. Apex is a restrictive language. Expect the Eclipse plugin, there is no tooling available for code analysis, refactoring, etc.
  7. Deployment is manual and has a lot of gotchas and manual steps. Though this situation is slightly improving, you'd be disappointed if you're used to using automated deployments.
  8. When you need to upload and zip the entire static resource bundle, it is extremely slow as it uses save->compile->run cycle.
  9. Apex is modeled on Java 5 which actually considered to be lagging behind other languages.
  10. In a broader manner, force.com is a growing platform without benefits of it being open source. You can't fix or validate bugs in the platform. You can post it to IdeaExchange though.
Enroll in this Salesforce certification today to become a professional in Salesforce.

Browse Categories

...