Difference between revisions of "Developers Index"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 84: | Line 84: | ||
|} | |} | ||
{ | {| cellpadding="3" class="tight-rows" | ||
|- | |||
| colspan="3"| <!-- spacer row --> | |||
|- | |||
| colspan="3" | '''Development Resources''' | |||
|- | |||
| || width="120"| [[Developer Configuration|Developer Configuration]] | |||
| Set up your development environment. | |||
|- | |||
| || [[Tools and APIs]] | |||
| | IDE integration, test framework, APIs, ... | |||
|- | |||
| || [[Sandboxes]] | |||
| | Separate development/test environments. | |||
|- | |||
| || [[Unit Test Framework]] | |||
| | Write tests for Java code | |||
|- | |||
| || [[Eclipse Plug-in]] | |||
| | Use a development IDE | |||
|} | |||
''Finding Identifiers'' | ''Finding Identifiers'' |
Revision as of 22:48, 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
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
Development Resources | ||
Developer Configuration | Set up your development environment. | |
Tools and APIs | IDE integration, test framework, APIs, ... | |
Sandboxes | Separate development/test environments. | |
Unit Test Framework | Write tests for Java code | |
Eclipse Plug-in | Use a development IDE |
Finding Identifiers
Developers Guides | Additional Resources | Downloads |
|