This page is a stub. It needs more information! You can help Rosetta Code by filling it in! |
See Also: |
---|
Official website |
---|
Execution method: | Compiled (bytecode) |
---|---|
Garbage collected: | Yes |
Parameter passing methods: | By value |
Type safety: | Safe |
Type strength: | Strong |
Type compatibility: | Nominative |
Type expression: | Explicit |
Type checking: | Static |
Lang tag(s): | Apex, Salesforce, Visualforce |
See Also: |
TheApex programming language, developed bySalesforce.com, is a the world's first on-demand programming language that provides a complete set of features for building business applications – including data models and objects to manage data, a workflow engine for managing collaboration of that data between users, a user interface model to handle forms and other interactions, and wide variety of API's for programmatic access and integration.
Apex Code extends the powerful and proven success of the Force.com platform by introducing the ability to write code that runs on salesforce.com servers. The language enables a new class of applications and features to be developed and deployed entirely on demand. These applications make existing Force.com apps “smarter” by providing the ability to capture business logic and rules – such as data validation – and make entirely new kinds of apps possible on demand – such as complex inventory checking and order fulfillment.Among the concepts behind Apex Code, two provide an especially good introduction to the language’s potential and implementation.
Some of the Apex features and functionality:
Useful Apex Programming links:
The following 38 pages are in this category, out of 38 total.