Difference between revisions of "Lab Exercises"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 56: | Line 56: | ||
<!-- | <!-- | ||
ToDo: | |||
* Show how to make the page into a Web Tab | |||
* Show how to make it into a Widget | |||
* Show how to display the Widget in the Home Page | |||
* Show how to display the Widget in the Sidebar | |||
:*; Lab B.4: Read and store object data -- PAGE EXISTS | :*; Lab B.4: Read and store object data -- PAGE EXISTS |
Latest revision as of 23:39, 7 September 2011
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
-