Difference between revisions of "Lab Exercises"
From AgileApps Support Wiki
imported>Aeric m (Text replace - 'Home Page' to 'Dashboard') |
imported>Aeric |
||
Line 71: | Line 71: | ||
:** Import the package on a production or Q/A system | :** Import the package on a production or Q/A system | ||
--> | --> | ||
===Advanced Exercises=== | ===Advanced Exercises=== | ||
In these exercises, you'll tackle larger tasks. | In these exercises, you'll tackle larger tasks. | ||
Line 90: | Line 90: | ||
:*'''Lab A.5: Blending in with the Standard Look and Feel''' | :*'''Lab A.5: Blending in with the Standard Look and Feel''' | ||
:** Generate a JSP page using the standard platform styles. | :** Generate a JSP page using the standard platform styles. | ||
<!-- | <!-- | ||
===Future Exercises=== | ===Future Exercises=== |
Revision as of 00:11, 3 December 2013
These exercises are intended to explore each facet of the platform, using the simplest possible examples, so you can begin using those features in your designs as rapidly as possible.
Customization Exercises
In these exercises, you'll explore an existing application and learn how to do simple customizations with a minimum of coding.
Basic Programming Exercises
In these exercises, you'll do some basic programming in the platform.
-
- Set up a development environment
- Create a JSP page
-
-
- Controller class
- JSP button
-
-
- Pass data to the controller
- Pass data from the controller to the next page in the process stream
- Use the Debug Log
-
Advanced Exercises
In these exercises, you'll tackle larger tasks.
- Lab A.1: REST Interfaces
- Explore the HTTP-based REST interfaces available on the platform
- Lab A.1: REST Interfaces
- Lab A.2: Composite Objects -- PAGE EXISTS
- Add and update a collection of related objects that constitute a single logical "entity"
- Lab A.2: Composite Objects -- PAGE EXISTS
- Lab A.3: Override Application Behavior
- Doing it at the application level is one way (see Lab C.3)
- Overriding class behavior gives you even more power
- Lab A.3: Override Application Behavior
- Lab A.4 Cascade Data Policy
- Java fcn to update dependent data in other records
(normal data policies apply only within a record)
- Java fcn to update dependent data in other records
- Lab A.4 Cascade Data Policy
- Lab A.5: Blending in with the Standard Look and Feel
- Generate a JSP page using the standard platform styles.
- Lab A.5: Blending in with the Standard Look and Feel