Difference between revisions of "Developers Index"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
(32 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
These pages give you the information you need to develop sophisticated applications for the platform: | These pages give you the information you need to develop sophisticated applications for the platform: | ||
''Overview'' | |||
:{| | :{| | ||
|- | |- | ||
Line 17: | Line 17: | ||
|} | |} | ||
''Objects'' | |||
:{| | :{| | ||
| '''Reference:''' || [[Built-in Objects|[Built-in Objects]]] || [[CRM Objects|[CRM Objects]]] | | '''Reference:''' || [[Built-in Objects|[Built-in Objects]]] || [[CRM Objects|[CRM Objects]]] | ||
Line 25: | Line 25: | ||
|} | |} | ||
''APIs'' | |||
:{| | :{| cellspacing="0px" cellpadding="0px" | ||
| style="min-width:4.7em"| [[Java API| | | style="min-width:4.7em"| '''Java:''' | ||
| [[Java API| [APIs] ]] | |||
| [{{DOCHOST}}/javadocs [javadocs]] | |||
| [{{DOCHOST}}/javadocs/constant-values.html [constants]] | |||
| [[Java API Cheatsheet| [cheatsheet] ]] | |||
| | |||
|- | |||
| '''REST:''' | |||
| [[REST API| [APIs] ]] | |||
| [[REST API/Conventions| [conventions] ]] | |||
| [[REST API/Considerations|[considerations]]] | |||
| [[REST API:REST API CheatSheet| [cheatsheet] ]] | |||
|- | |||
| | |||
| [[REST API:Error Codes| [error codes]]] | |||
| [[REST_API#Sample_Programs| [samples] ]] | |||
|- | |- | ||
| [[ | | '''SQL:''' | ||
| [[SQL Browser| [SQL Browser] ]] | |||
| [[SQL Syntax| [SQL Syntax] ]] | |||
| [[SQL Functions |[SQL Functions]]] | |||
| [[REST_API:execSQL_Resource | [REST] ]] | |||
| [[execSQL | [Java] ]] | |||
|- | |- | ||
| colspan="2"|[[ | | '''Web:''' | ||
| [[JavaScript| [JavaScript] ]] | |||
| width="128em"| [{{^jQuery}}] & [[JSON| [JSON] ]] | |||
| [[AJAX and REST| [AJAX and REST] ]] | |||
| colspan="2" | [[JavaScript Functions and Variables| [JavaScript Functions and Variables] ]] | |||
|} | |} | ||
''FIND'' | |||
:{| cellspacing="0px" cellpadding="0px" | |||
| style="min-width:4.7em"| '''IDs:''' | |||
| [[Get an Object ID| [Object ID] ]] | |||
| [[Get a View ID| [View ID] ]] | |||
| [[Get a Record ID| [Record ID] ]] | |||
| | | [[Get a Document ID| [Document ID] ]] | ||
| | | [[Documents#Link_to_a_Document| [Document Link] ]] | ||
|} | |||
<p style="height:5px"> </p> <!--additional space, but not triple spaced --> | |||
{| | |||
| align="left"| '''''Developers Guide''''' | |||
| align="left"| '''''Additional Resources''''' | |||
| align="left"| '''''Downloads''''' | |||
* | |- | ||
** [[ | | | ||
* | :* [[Working with Pages and Classes]] | ||
:* Using Development [[Sandboxes]] | |||
* | :* The [[Eclipse Plug-In]] | ||
:* Using the [[Unit Test Framework]] | |||
:* [[Working with Composite Objects]] | |||
:* Create and Deploy an Application [[Package]] | |||
{{ #if: {{ShowIsvInfo}} | | |||
:* [[Using External JARs]] }} | |||
* | | valign="Top"| | ||
** [{{DOCHOST}}/files files] | :* [[Collaborative Development Configurations|Collaborative Development]] | ||
:* [[Sample Order Processing System]] | |||
:* [[Lab Exercises]] | |||
:* [[Code Samples]] | |||
:* [[Development Backup Strategies]] | |||
:* [[Developer FAQs]] | |||
| valign="Top"| | |||
:* [{{DOCHOST}}/files files] | |||
:* [{{DOCHOST}}/jars jars] | |||
:* [{{DOCHOST}}/javadocs javadocs] | |||
:* [{{DOCHOST}}/labs labs] | |||
:* [{{DOCHOST}}/samples samples] | |||
|} |
Latest revision as of 19:16, 31 July 2012
These pages give you the information you need to develop sophisticated applications for the platform:
Overview
Developer Suite - Marketing overview. See what the platform is capable of. Application Architecture - See how an application works. Development Experience - Working with the platform to build an app. Ontology pages - Get familiar with platform terminology and the relationships among the underlying concepts. GUI Ontology - Get an overview of how you work with the GUI, from a developer's perspective. REST API CheatSheet - Read the description column to get a sense of the things you can do with the platform.
Objects
Reference: [Built-in Objects] [CRM Objects] See Also: [Custom Objects] [Composite Objects]
APIs
FIND
Developers Guide | Additional Resources | Downloads |
|