Trace: • Using Calculated Values • Delete a Screen • Manual Menu Definition • Create an Anonymous Connection • Custom Themes
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
jvx:common:setup:zones [2018/02/02 10:04] admin created |
jvx:common:setup:zones [2020/07/28 10:06] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Application and Server zones~~ | + | ~~Title: Application and Server Zones~~ |
- | We recommend a specific file-structure for JVx applications because every JVx projects should use the same structure. This makes it easier to maintain applications because everything is standardized. | + | We recommend a specific file structure for JVx applications because every JVx projects should use the same structure. This makes it easier to maintain applications as everything is standardized. |
Our recommended structure is: | Our recommended structure is: | ||
Line 31: | Line 31: | ||
</file> | </file> | ||
- | The problem with above structure is that you need a lot of directories and the project itself is in the last level. The advantage is that you can manage multiple applications with one server configuration. But usually you havew at least one application. | + | The problem with the above structure is that you need a lot of directories and the project itself is in the last level. The advantage is that you can manage multiple applications with one server configuration. However, usually you have at least one application. |
We introduced a new search strategy for application and server configuration files. Before JVx 2.1, everything was file based. Every config.xml had to be available as physical file. With 2.1 this is not needed. | We introduced a new search strategy for application and server configuration files. Before JVx 2.1, everything was file based. Every config.xml had to be available as physical file. With 2.1 this is not needed. | ||
Line 37: | Line 37: | ||
The new search strategy is as follows. | The new search strategy is as follows. | ||
- | == Application zone == | + | == Application Zone == |
<file script> | <file script> | ||
Line 52: | Line 52: | ||
</file> | </file> | ||
- | == Server zone == | + | == Server Zone == |
<file script> | <file script> | ||
Line 67: | Line 67: | ||
</file> | </file> | ||
- | But be careful, because ApplicationZone and ServerZone have methods for accessing files and directories: | + | Be careful because ApplicationZone and ServerZone have methods for accessing files and directories: |
<file java> | <file java> |