Difference between revisions of "Developers Index"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
 
(42 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''
'''''Overview'''''
:{| cellspacing="0px" cellpadding="0px"
:{| cellspacing="0px" cellpadding="0px"
|-
|-
| {{^Build an App article}} || valign="top"| - ||  valign="top"|  A step by step tutorial for designers.
| {{^Article Build a DCM App}} || valign="top"|   - ||  valign="top"|  A step by step tutorial for designers
|-
|-
| [[Developers Intro]]
| Other [[Application Options]] || valign="top"|   - ||  valign="top"|  Choosing ServiceDesk, DCM, or a DB app
| valign="top"| -  
| Basic platform development concepts
|-
|-
| [[REST API:REST API CheatSheet|REST API CheatSheet]] || valign="top"| - ||   A quick guide to platform capabilities.
| [[Developers Intro]]     || valign="top"|   - ||   Basic platform development concepts
|-
|-
| [[Localization]] || valign="top"| - ||   How the platform supports localized data for users.
| [[Application Architecture]]    || valign="top"|   - ||   How things work
|-
| [[REST API:REST API CheatSheet|REST API CheatSheet]] || valign="top"|   - ||   A quick guide to platform capabilities
|-
| [[Localization]] || valign="top"|   - ||   How the platform supports localized data for users
|}
|}


''Presentation & Logic''
'''''Presentation & Logic'''''
:{| cellspacing="0px" cellpadding="0px"
:{| cellspacing="0px" cellpadding="0px"
| [[Classes]]          || - ||   Java classes and methods.
| [[Classes]]          ||   - ||   Java classes and methods
|-
|-
| [[Pages]]            || - ||   Custom JSP/HTML pages.
| [[Pages]]            ||   - ||   Custom JSP/HTML pages
|-
|-
| [[Sites]]            || - ||   Access for customers and external users.
| [[Sites]]            ||   - ||   Access for customers and external users
|-
|-
| [[Static Resources]] || - ||   Upload CSS and Javascript files.
| [[Static Resources]] ||   - ||   Upload CSS and Javascript files
|-
|-
| [[SQL Browser]]      || - ||   Do SQL Language queries on your platform data.
| [[SQL Browser]]      ||   - ||   Do SQL Language queries on your platform data
|}
|}


''APIs''
'''''APIs'''''
:{| cellspacing="0px" cellpadding="0px"
:{| cellspacing="0px" cellpadding="0px"
| style="min-width:4.7em"| '''Java:'''  
| style="min-width:4.7em"| '''Java:'''  
Line 37: Line 39:
|   [[Java Code Samples| [code samples] ]]
|   [[Java Code Samples| [code samples] ]]
|
|
|-
|  
| [[Getting Started with the Java API | [getting started] ]]
|   [[Java Class_Template | [class template] ]]
|   [[Incoming Method Parameters| [parameters] ]]
|   [[Unit Test Framework | [tests] ]]
|   [[Java Debugging Tips | [debugging tips] ]]


|-
|-
Line 44: Line 53:
|    [[REST API/Considerations|[considerations]]]  
|    [[REST API/Considerations|[considerations]]]  
|    [[REST API:REST API CheatSheet| [cheatsheet] ]]
|    [[REST API:REST API CheatSheet| [cheatsheet] ]]
|    [[REST API:Error Codes| [error codes]]]  
|    [[REST API Code Samples| [code samples] ]]
|-
|
[[REST API:Error Codes| [error codes]]]  


|-
|-
Line 59: Line 71:
| width="128em"|   [{{^jQuery}}] & [[JSON| [JSON] ]]
| width="128em"|   [{{^jQuery}}] & [[JSON| [JSON] ]]
|   [[AJAX and REST| [AJAX and REST] ]]  
|   [[AJAX and REST| [AJAX and REST] ]]  
| colspan="3" |   [[JavaScript Functions and Variables| [JavaScript Functions and Variables] ]]
| colspan="3" |   [[JavaScript Functions| [JavaScript Functions] ]]
|-
|-
|  
|  
Line 66: Line 78:
|}
|}


''Integration''
'''''Integration'''''
:{| cellspacing="0" cellpadding="0px"
:{| cellspacing="0" cellpadding="0px"
| ''Code free:'' || align="center"| [[ Web Services Integration]]  
| ''Code free:'' || colspan="3"| [[Web Services]] - Configure external services for automated data interchange.
| - || Design, configure, and utilize.
|-
| || [[URL Addresses]] - Link to platform pages from external applications
|-
|-
| ''Code-based:'' || align="center"| '''Incoming'''  || colspan="2"|   '''Outgoing'''
| ''Code-based:'' ||   '''Incoming'''  || colspan="2"|   '''Outgoing'''
|-
|-
| align="right"| '''SOAP:''' ||   || colspan="2"|   [[Access an external web service using SOAP]]
| align="right"| '''SOAP:''' ||   || colspan="2"|   [[Access an external web service using SOAP]]
Line 78: Line 91:
|}
|}


''Objects'' and ''Identifiers''
'''''Objects and Identifiers'''''
:{| cellspacing="0px" cellpadding="0px"
:{| cellspacing="0px" cellpadding="0px"
|  [[Object Aspects|[Object Aspects]]]   || [{{type|}}s]   || [{{type}}s]   || [[Composite Object|[Composite Objects]]]
|  [[Object Aspects|[Object Aspects]]]  
|    [{{type|}}s]  
|   [{{type}}s]  
|   [[Composite Object|[Composite Objects]]]
|-
|-
|   [[Object ID| [Object ID] ]]  
| [[Object ID| [Object ID] ]]  
|   [[Get a Record ID| [Record ID] ]]
|   [[Get a Record ID| [Record ID] ]]
|   [[Get a View ID| [View ID] ]]  
|   [[Get a View ID| [View ID] ]]  
|}
|}


''Development Resources''
'''''Development Resources'''''
:{| cellspacing="0px" cellpadding="0px"
:{| cellspacing="0px" cellpadding="0px"
| minwidth="140"| [[Developer Configuration]] || - ||   Set up your development environment.
| minwidth="140"| [[Developer Configuration]] ||   - ||   Set up your development environment.
|-
| [[Sandboxes]]          ||   - ||   Separate development/test environments
|-
|-
| [[Sandboxes]]           || - ||   Separate development/test environments.
| [[Unit Test Framework]] ||   - ||   Write tests for Java code
|-
|-
| [[Unit Test Framework]] || - ||   Write tests for Java code
| [[Eclipse Plug-in]]     ||   - ||   Use a development IDE
|-
|-
| [[Eclipse Plug-in]]    || - ||   Use a development IDE
| {{^Article Client Certificates}}
|}
|}
<p style="height:5px">&nbsp;</p> <!--additional space, but not triple spaced -->
<p style="height:5px">&nbsp;</p> <!--additional space, but not triple spaced -->
{|
{|
| align="left"| '''''Developers Guides'''''
| align="left" colspan="2"| '''''Developers Guides'''''
| align="left"| '''''Additional Resources'''''  
| align="left" colspan="2"| '''''Additional Resources'''''  
| align="left"| &nbsp; '''''Downloads'''''
| align="left" colspan="2"| '''''Downloads'''''
|-
|-
|  
| &nbsp; ||
:* [[Lab Exercises]]
* [{{DOCHOST}}/training/PlatformDevelopment101.pdf Platform Development 101 (slides)]
:* [[Working with Pages and Classes]]
* [[Lab Exercises]]
:* [[Working with Composite Objects]]
* [[Working with Pages and Classes]]
:* Create and Deploy an Application [[Package]]
* [[Working with Composite Objects]]
{{ #if: {{ShowIsvInfo}} |
* Create and Deploy Application [[Packages]]
:* [[Using External JARs]] }}
* [[HowTo Guides]]
* [[Using External JARs]]
{{ #ifeq: {{SKIN}} | ATT |
{{ #ifeq: {{SKIN}} | ATT |
:* [http://paas.attplatform.com/tools/enablers/ Third Party Services APIs] }}
* [http://paas.attplatform.com/tools/enablers/ Third Party Services APIs] }}


| valign="Top"|
|  &nbsp; || valign="Top"|
:* [[Collaborative Development Configurations|Collaborative Development]]
* [[Collaborative Development Configurations|Collaborative Development]]
:* [[Sample Order Processing System]]
* [[Sample Order Processing System]]
:* [[Code Samples]]  
* [[Code Samples]]  
:* [[Development Backup Strategies]]
* [[Development Backup Strategies]]
:* [[Developer FAQs]]
* [[Developer FAQs]]
* [[HowTo:Protect Your Users by Ensuring that Data Never Executes as Code|Ensure Data is Never Executed]]


| valign="Top"|
|  &nbsp; || valign="Top"|
:* [{{DOCHOST}}/files files]
* [{{DOCHOST}}/files files]
:* [{{DOCHOST}}/jars jars]
* [{{DOCHOST}}/jars jars]
:* [{{DOCHOST}}/javadocs javadocs]
* [{{DOCHOST}}/javadocs javadocs]
:* [{{DOCHOST}}/labs labs]
* [{{DOCHOST}}/labs labs]
:* [{{DOCHOST}}/samples samples]
* [{{DOCHOST}}/samples samples]
|}
|}

Latest revision as of 22:08, 23 September 2015

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

Overview

Building a Dynamic Case Management Application in the AgileApps Cloud (pdf)   -   A step by step tutorial for designers
Other Application Options   -   Choosing ServiceDesk, DCM, or a DB app
Developers Intro   -   Basic platform development concepts
Application Architecture   -   How things work
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]
  [getting started]   [class template]   [parameters]   [tests]   [debugging tips]
REST: [APIs]   [conventions]   [considerations]   [cheatsheet]   [code samples]
[error codes]
SQL: [SQL Browser]   [SQL Syntax]   [SQL Functions]   [REST]   [Java]
Web: [JavaScript]   [jQuery] & [JSON]   [AJAX and REST]     [JavaScript Functions]
[Referencing Form Fields in JavaScript]   [JavaScript Field Type Reference]

Integration

Code free: Web Services - Configure external services for automated data interchange.
URL Addresses - Link to platform pages from external applications
Code-based:   Incoming   Outgoing
SOAP:     Access an external web service using SOAP
REST:   REST API Code Samples   Use the HttpConnection Class

Objects and Identifiers

[Object Aspects]   [Custom Objects]   [System Objects]   [Composite Objects]
[Object ID]   [Record ID]   [View ID]

Development Resources

Developer Configuration   -   Set up your development environment.
Sandboxes   -   Separate development/test environments
Unit Test Framework   -   Write tests for Java code
Eclipse Plug-in   -   Use a development IDE
Client Certificate Authentication in a private AgileApps Cloud (pdf)

 

Developers Guides Additional Resources Downloads