Difference between revisions of "Developers Index"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 6: Line 6:
| {{^Build an App article}} || valign="top"|- ||  valign="top"|A step by step tutorial for designers.
| {{^Build an App article}} || valign="top"|- ||  valign="top"|A step by step tutorial for designers.
|-
|-
| [[Developer Suite]] || - || Marketing overview. See what the platform can do.
| [[Developers Intro]]
| valign="top"| -  
| Learn basic concepts of platform development
|-
|-
| [[Application Architecture]] || - || See how an application works.
| [[REST API:REST API CheatSheet|REST API CheatSheet]] || valign="top"| - || A quick guide to platform capabilities.  
|-
|-
| [[Development Experience]] || - || Working with the platform to build an app.
| [[Localization]] || valign="top"| - || How the platform supports localized data for users.
|}
 
''Presentation & Logic''
:{|
| [[Classes]]          || Java classes and methods.
|-
|-
| valign="top"|[[:Category:Ontology|Ontology pages]] || valign="top"|- || Get familiar with platform terminology and the relationships among the underlying concepts.  
| [[Pages]]           || Custom JSP/HTML pages.
|-
|-
| [[GUI Ontology]] || - || Get an overview of how you work with the GUI, from a developer's perspective.
| [[Sites]]           || Access for customers and external users.
|-
|-
| [[REST API:REST API CheatSheet|REST API CheatSheet]] || valign="top"| - || Read the descriptions to find out what you can do with the platform.  
| [[Static Resources]] || Upload CSS and Javascript files.
|-
|-
| [[Localization]] || valign="top"| - || How the platform supports localized data for users.  
| [[SQL Browser]]     || Do SQL Language queries on your platform data.
|}
|}



Revision as of 22:33, 24 October 2013

These pages give you the information you need to develop sophisticated applications for the platform:

Overview

Template:^Build an App article - A step by step tutorial for designers.
Developers Intro - Learn basic concepts of platform development
REST API CheatSheet - A quick guide to platform capabilities.
Localization - How the platform supports localized data for users.

Presentation & Logic

Classes Java classes and methods.
Pages Custom JSP/HTML pages.
Sites Access for customers and external users.
Static Resources Upload CSS and Javascript files.
SQL Browser Do SQL Language queries on your platform data.

APIs

Java: [APIs]   [javadocs]   [constants]   [cheatsheet]   [code samples]
REST: [APIs]   [conventions]   [considerations]   [cheatsheet]   [error codes]
SQL: [SQL Browser]   [SQL Syntax]   [SQL Functions]   [REST]   [Java]
Web: [JavaScript]   [jQuery] & [JSON]   [AJAX and REST]     [JavaScript Functions and Variables]
[Referencing Form Fields in JavaScript]   [JavaScript Field Type Reference]

Integration

Web Services Integration - Code free: Design, configure, and utilize.
Code-based solutions:
  Incoming   Outgoing
SOAP:     Access an external web service using SOAP
REST:   REST API Code Samples   Use the HttpConnection Class

Objects

[Object Aspects]   [Custom Objects]   [System Objects]   [Composite Objects]

Finding

IDs: [Object ID]     [View ID]     [Record ID]

 

Developers Guide Additional Resources   Downloads