salesforce’s Tools and Toolkits

来源:互联网 发布:腾讯软件下载 编辑:程序博客网 时间:2024/05/21 09:31

Development Tools

Icon toolkit sm.gif
Developer Edition Environment: This online environment lets you instantly start developing and testing your software-as-a-service application.

Icon toolkit sm.gif
Developer Console: The Developer Console is accessible from within your Salesforce organization, and provides a collection of tools you can use to create, edit, debug and test applications.

Icon toolkit sm.gif
Force.com IDE: The Force.com IDE is a full-featured, Eclipse-based coding environment, with capabilities like code completion, version control, collaborative development, and project sharing.

Icon toolkit sm.gif
Force.com Migration Tool: The Force.com Migration Tool is a Java/Ant-based command-line utility for moving metadata between a local directory and a Force.com organization.

Icon toolkit sm.gif
Force.com Explorer: This cross-platform AIR application, still in beta, provides a lightweight tool that lets developers browse their schema, custom objects and fields, and build and test SOQL queries.

Icon toolkit sm.gif
Sandboxes: Sandboxes contain copies of your data, code, and configuration settings that are isolated from your production environment. You can customize your organization and test applications in a sandbox, then deploy the changes to your production organization when ready.

Icon toolkit sm.gif
Workbench: This powerful, web-based suite of tools designed for adminstrators and developers to interact with Salesforce.com organizations via the Force.com APIs. Workbench includes robust support for the Force.com Partner, Bulk, Rest, Streaming, Metadata, and Apex APIs that allows users to describe, query, manipulate, and migrate both data and metadata in Salesforce.com organizations directly in their web browser with a simple and intuitive user interface.

Icon toolkit sm.gif
Apex Explorer: This tool is outdated. For a Windows utility in more active development, see the Force.com Explorer.



Data Tools

Icon toolkit sm.gif
Salesforce Reports for Excel (Pilot) : This Excel add-in lets you import Salesforce reports into Microsoft Excel 2010 or 2007.

Icon toolkit sm.gif
Force.com Toolkit for Google Data APIs: This toolkit exposes the Google Data APIs directly within Force.com Apex, making it easier to access them natively from your Force.com apps. The toolkit is open source, and we've got many tutorials to help you start coding.

Icon toolkit sm.gif
Force.com Data Loader: The Force.com Data Loader helps you to perform bulk operations data in your Force.com environment: insert, update, upsert and delete data, as well as export data from Force.com objects. You can use .csv files or relational databases as the source or target for this data movement.

Icon toolkit sm.gif
Force.com Excel Connector : This Excel plugin lets you access and update your data directly from Microsoft Excel, allowing easy reporting, mass updated and cleansing of any Force.com data, including custom objects. (Source provided.)

Cloud Integration Tools

Icon toolkit sm.gif
Force.com for Amazon Web Services: This toolkit exposes the Amazon Web Services Simple Storage System (S3) services natively in the Force.com environment. Force.com Apex code wraps the S3 API and access methods, making them directly available to your own application code.

Icon toolkit sm.gif
Getting Started with the Force.com Toolkit for Azure: This toolkit makes it easy for you integrate Force.com with existing Windows Azure projects.

Icon toolkit sm.gif
Force.com for Google App Engine: This Python library and test harness lets you access the Force.com API from within Google App Engine applications. The library is open source, and we've got an installation and user guide to help you start coding.

Icon toolkit sm.gif
Force.com for Facebook: Force.com for Facebook gives you direct access to the Facebook APIs from within Force.com Apex code, letting you create new social graph applications and user experiences that connect directly to the Force.com platform.

Language Integration Libraries

Icon toolkit sm.gif
PHP Toolkit: This toolkit provides an easy way to make Force.com SOAP API method calls from within PHP. ReadGetting Started with the Force.com Toolkit for PHP for details on getting started.

Icon toolkit sm.gif
Force.com Toolkit for Adobe AIR and Flex: Build Force.com apps with rich, dynamic Flex interfaces and offline AIR functionality using this toolkit.

Icon toolkit sm.gif
Java: See the Force.com SOAP API to learn about integrating with Java using standard WSDL and SOAP. Alternatively, check out theWeb Services Connector for a dedicated Java library.

Icon toolkit sm.gif
.NET: See the Force.com SOAP API to learn about integrating with .NET using standard WSDL and SOAP. Alternatively, check out theForce.com Toolkit for Azure if you're using Azure.

Icon toolkit sm.gif
Ruby: See theGetting Started with the Force.com Toolkit for Ruby article for details on how to integrate with Ruby using the Force.com Toolkit for Ruby

Salesforce Platform Mobile Services

Salesforce Platform Mobile Services contains three core components:

  • Salesforce Platform Mobile Services in Force.com
  • Salesforce Mobile SDK 1.3
  • Identity

Mobile Services in Force.com include REST APIs that provide access to enterprise data and services by leveraging standard web protocols. Thus, developers can expose business data as REST APIs and leverage those common APIs across different phone, tablet, and web user interfaces. Mobile Services in Force.com also include social, mobile policy management, and geolocation services, identity services, and a mobile container (accessed through the Mobile SDK).

To introduce you to these services we’ve released a new book, Salesforce Platform Mobile Services Developer Guide, and have made it freely available.

Mobile Packs include a growing collection of JavaScript frameworks integrated with the Salesforce Platform. a variety of solutions, and with that variety comes choices. In fact there are 10 different learning paths you can take depending on whether you’re designing a native, hybrid or HTML5 app using one of the JavaScript frameworks. That’s where the mobile site comes in.

At the core of this site are a collection of quick starts that walk you through a particular solution. Each quick start is designed to help you configure, build and deploy a mobile app, usually in about 10 minutes.


The Salesforce Mobile SDK is an open-source suite of familiar technologies—like a REST API and OAuth 2.0—that you can use to build great mobile apps that use Force.com or Database.com. The Mobile SDK supports three development approaches for building mobile apps: native, HTML5, and hybrid.

Icon toolkit sm.gif
Getting Started with the Mobile SDK for iOS
Icon toolkit sm.gif
Getting Started with the Mobile SDK for Android

Email Tools

Icon toolkit sm.gif
Email To Case Toolkit: The Email-To-Case Agent (AKA Email2Case) is a sample implementation that pulls emails from your mail server and uses the Force.com API to create new Cases or append Cases. Use this to enable Email-To-Case. Please note that Email-To-Case requires Java version 1.5 or higher.

See also Apex Email Services

Telephony Tools

Icon toolkit sm.gif
Force.com Connect CTI Toolkit: The Force.com Connect CTI Toolkit allows partners to connect nearly any telephony API to Force.com. It gives Salesforce.com customers the ability to have screen pops, click-to-dial, and automatic call logging directly from the Force.com web interface.

Community Contributed Tools

The section below lists tools created by the DFC community to support a variety of languages and use cases.

Icon toolkit sm.gif
Rich Visualforce Editor : Rich visualforce editor eclipse plugin provides content assist support in Force.com IDE(+eclipse force.com plugin), Context sensitive help for visualforce tags, Facility to launch visualforce and apex developer guide right inside eclipse and code versioning support usingGIT version control system. Checkhttp://www.sfdcgems.com/2012/12/rich-visualforce-editor-updates.html for more details.

Icon toolkit sm.gif
Apex Editor LS : An alternative apex editor plugin for eclipse that features better content assist, sortable outline, quick outline, documentation hover, jump to declaration, toggle comment and fixes many other issues raised about the standard Force.com IDE editor in the ideas site. Checkhttp://www.multimodus.hr/apex-editor-ls.html for details and current version.

Icon toolkit sm.gif
Ajax Tools : This package contains a collection of tools for developers working with AJAX toolkit to build s-controls. Included are: A syntax-highlighting editor that can load/save s-controls directly from your salesforce.com account ; extensive code samples for the toolkit, dojo, and the UI in a handy code browser; a JavaScript shell with completion and input history -- very handy for trying commands against the API; and a SOQL Explorer for browsing your data schema and building SOQL queries.

Icon toolkit sm.gif
MavensMate IDE for Force.com : MavensMate is a SublimeText plugin that aims to replicate the functionality of the Eclipse-based Force.com IDE.

Icon toolkit sm.gif
Scripting Tools: This offering lets you use the AJAX Toolkit and javascript as a scripting language from Windows via integration with WSH (Windows Scripting Host). With this package, you can write and run batch scripts to do common and/or bulk tasks using the Force.com API using nothing more than a simple text editor (no IDE, no compiling, etc).

Icon toolkit sm.gif
Mass Update Anything: This handy cross-platform utility makes bulk updating or deleting records fast and easy. It's like a cross between the Excel Connector and Force.com Explorer that simplifies these tasks.

Icon toolkit sm.gif
SMAC: SMAC (Salesforce Mobile Administration Console) is an iOS (iPhone, iPad) mobile application which enables you to efficently access and manage your salesforce.com users and data. Quickly reset passwords, deactivate users, and run SOQL queries on the go.

Icon toolkit sm.gif

SOQL Commander: SOQL Commander is a free online tool that enables you to build and test SOQL queries. It features a Schema explorer that allows you to browse standard and custom objects schema. It works across all browsers, and features end to end encryption (ssl/https) for security.


转载官网:http://wiki.developerforce.com/page/Tools

原创粉丝点击