Project

A project specifies an entire web application. It contains at least the root Subsystem and the Deployment Model. A subsystem contains two subsections: a navigation model and a business model but can import other subsystems.

Properties
Name Logical name of the web application
Servlet, JSP: This name determines the main package name of all java classes that are generated. Example : classes of the project named "my site" are defined in the package "com.my_site".
Session See paragraph about Session management
Cached pages are stored in: Cache not used: The cache for the generated pages is not used at all.
Temporary files: The representation of a generated page is stored in temporary files on the server (under /tmp).
See paragraph about Page cache

 

Layout on disk

A project is stored in a file ending with .objx. It is advisable to store this file in a folder made specifically for the web application. When a project is saved, a backup of the existing project is made under a name ending with .bak.

Three folders are created on the same level as the project file:

htdocs: it contains all the files which composes the Web site (HTML files, images, ...)

trash: all the files destroyed by Netsilon are transferred in this folder. It contains up to ten old versions of the project.

generation: all the files produced during the generation of the site are created in this folder. Each deployment site creates its own sub folder.

 
TOC ] Previous ] Next ]