Trace:
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
applications:menu_definition [2020/07/03 12:48] cduncan Capitalization |
applications:menu_definition [2020/07/08 13:14] (current) cduncan articles |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Usually, we read the menu configuration for an application from a database, but the read class is defined as an interface (IWorkScreenAccess). Therefore, it is not a problem to read the configuration from another datasource or configure it manually with source code. | Usually, we read the menu configuration for an application from a database, but the read class is defined as an interface (IWorkScreenAccess). Therefore, it is not a problem to read the configuration from another datasource or configure it manually with source code. | ||
| - | A short example is how a ProjX application will work without database (use following code in your session LCO): | + | A short example is how a ProjX application will work without database (use the following code in your session LCO): |
| <file java> | <file java> | ||
