Trace: • Manual Menu Definition • Replace JVx' standard Application With ProjX • REST API Filter • User-Defined Session Manager and Object Provider • Change Predefined Custom Object Names • Database Connection via JNDI • Application Without Authentication • Using DBSecurityManager • Use Web Application Style With Vaadin
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
applications:change_objectnames [2018/02/07 06:44] admin created |
applications:change_objectnames [2020/07/08 13:12] (current) cduncan articles |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Change pre-defined custom object names~~ | + | ~~Title: Change Predefined Custom Object Names~~ |
- | ProjX has some requirements for the Session LCO. The application assumes that an object with the name **workScreenAccess** is present. There's another object with the name **helpStore**. | + | ProjX has some requirements for the session LCO. The application assumes that an object with the name **workScreenAccess** is present. There's another object with the name **helpStore**. |
- | If you don't configure your Session LCO correctly, your Application will throw Exceptions and won't work as expected. | + | If you don't configure your session LCO correctly, your application will throw exceptions and won't work as expected. |
- | Your Session LCO should contain a method with the name | + | Your session LCO should contain a method with the name |
<file script> | <file script> | ||
Line 12: | Line 12: | ||
</file> | </file> | ||
- | Sometimes you won't or can't use the predefined object names. It that's the case, it's possible to change pre-defined object names: | + | Sometimes you won't, or can't, use the predefined object names. If that's the case, it's possible to change predefined object names: |
- | Simply add following annotation to your preferred method: | + | Simply add the following annotation to your preferred method: |
<file java> | <file java> |