Difference between revisions of "Lab Exercises"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric m (Text replace - 'Home Page' to 'Dashboard') |
||
Line 56: | Line 56: | ||
* Show how to make the page into a Web Tab | * Show how to make the page into a Web Tab | ||
* Show how to make it into a Widget | * Show how to make it into a Widget | ||
* Show how to display the Widget in the | * Show how to display the Widget in the Dashboard | ||
* Show how to display the Widget in the Sidebar | * Show how to display the Widget in the Sidebar | ||
Revision as of 23:03, 22 October 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
-