Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
jvx:firstapp_step-by-step [2018/01/29 22:18]
admin
jvx:firstapp_step-by-step [2018/01/29 22:20]
admin
Line 15: Line 15:
 This documentation covers the following areas: This documentation covers the following areas:
  
-  * [[#folders|JVx folder structure]] +  * [[#folder_structure|JVx folder structure]] 
-  * [[#eclipse|Eclipse project configuration]]+  * [[#project_configuration|Eclipse project configuration]]
   * [[#​application|Application development]]   * [[#​application|Application development]]
       * Client       * Client
Line 35: Line 35:
 can also be used on request. However, the documentation refers to the recommended structure. can also be used on request. However, the documentation refers to the recommended structure.
  
 +^Folder^Description^
 +|rad|Contains application- and server-specific files.|
 +|apps|Contains all available applications. Only one application is contained in this concrete example.|
 +|firstapp|Contains the application with project configuration,​ sources, libraries.|
 +|help|Contains the client (GWT) for the online help and help pages.|
 +|libs|Contains all libraries which are necessary both on the client and the server.|
 +|libs/​client|Contains all libraries which are only necessary for the client.|
 +|libs/​server|Contains all libraries which are only necessary for the server.|
 +|src.client|Contains all the sources which are only necessary for the client.|
 +|src.server|Contains all the sources which are only necessary for the server.|
 +|test|Contains unit tests for the client and server or the libraries.|
 +
 +Once the folder structure has been created, copy the library jvxclient.jar to the folder libs/client and the library jvx.jar to the folder libs/​server. Both libraries are contained in the JVx binary package.
 +
 +== Project configuration ==
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information