Difference between revisions of "HowTo Guides"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 48: | Line 48: | ||
:* [[HowTo:Display Customer Data in an Order as a Read-Only Field|Display Customer Data in an Order as a Read-Only Field]] | :* [[HowTo:Display Customer Data in an Order as a Read-Only Field|Display Customer Data in an Order as a Read-Only Field]] | ||
:* [[HowTo:Add a Custom Print Button to a Form|Add a Custom Print Button to a Form]] | :* [[HowTo:Add a Custom Print Button to a Form|Add a Custom Print Button to a Form]] | ||
=== Build Custom Web Pages === | === Build Custom Web Pages === | ||
Line 76: | Line 54: | ||
:* [[HowTo:Use AJAX and REST in a Web Page to POST data|Use AJAX and REST in a Web Page to POST data]] | :* [[HowTo:Use AJAX and REST in a Web Page to POST data|Use AJAX and REST in a Web Page to POST data]] | ||
===Customize Applications=== | |||
:* [[Lab Exercises#Basic Programming Exercises|Basic Programming Exercises: A Simple JSP Page and a Java Controller]] | |||
:* [[HowTo:Classes, APIs, and Naming Conventions|Classes, APIs, and Naming Conventions]] | |||
:* [[HowTo:Create_a_JSP_Page_and_Java_Controller|Create a JSP page and Java Controller]] (more advanced) | |||
:* [[HowTo:Use a SQL Query to List Records in a Custom Page|Use a SQL Query to List Records in a Custom JSP Page]] | |||
:* [[HowTo:Protect Your Users by Ensuring that Data Never Executes as Code|Protect Your Users by Ensuring that Data Never Executes as Code]] | |||
===Tackle Advanced Projects=== | |||
:* [[HowTo:Create a Data Handler to Add Data to a Package|Create a Data Handler to Add Data to a Package]] | |||
:* [[HowTo:Use the HttpConnection Class to access a web service|Use the HttpConnection Class to access a web service]] | |||
<!-- | |||
==For Platform Developers== | ==For Platform Developers== | ||
These guides tell you how to program the platform APIs to create even more sophisticated applications. You should be familiar with one or more of [[Java]], [[JavaScript]], [[AJAX and REST|AJAX]], [[SQL Syntax|SQL]], and [[REST]]. | These guides tell you how to program the platform APIs to create even more sophisticated applications. You should be familiar with one or more of [[Java]], [[JavaScript]], [[AJAX and REST|AJAX]], [[SQL Syntax|SQL]], and [[REST]]. | ||
Β | |||
===Set up Your Environment=== | ===Set up Your Environment=== | ||
:* Future Guide:Develop using the [[Eclipse Plug-In]] | :* Future Guide:Develop using the [[Eclipse Plug-In]] | ||
:* Future Guide:Use the [[Debug Log]] effectively | :* Future Guide:Use the [[Debug Log]] effectively | ||
--><!-- | --><!-- | ||
ToDo: Β | ToDo: Β | ||
Line 104: | Line 84: | ||
:* Future Guide:Develop in Teams Using a Version Control System | :* Future Guide:Develop in Teams Using a Version Control System | ||
--> | --> | ||
Revision as of 19:20, 26 June 2013
Bookmark this page: https://agileappscloud.info/aadev-src/HowTo
For Users
These guides tell you how to get the most out of the platform. You should be familiar with the Agent Portal.
Platform Access
Basic Operations
Customize Your Interface
Manage Your Data
Specialized Operations
For Application Designers
These guides tell you how to create and customize applications. You should be familiar with HTML coding and CSS formatting, have a basic understanding of JavaScript, and be adept at Using the Agent Portal.
Build and Customize Applications
When you create an application, much is done for you. The platform automatically constructs record views, forms for adding and updating data, and basic reports. From there, you can begin to customize the application.
- Intermediate
Build Custom Web Pages
These are advanced topics.