Trace: • Session Isolation • Setting Default Values
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
applications:menu_definition [2018/03/14 07:21] admin created |
applications:menu_definition [2020/07/08 13:14] (current) cduncan articles |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Manual Menu definition~~ | + | ~~Title: Manual Menu Definition~~ |
- | 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 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> |