With an aim of populating the database, Netsilon is able
to generate a generic management of contents derived from the business
model. This content management is generated as a subpart of the navigation
model and becomes a part of the web application. It is defined under the web
folder named contentmanagement and its entry point is the web file content.html.
Depending on the target language, it will be accessible
under http://www.mydotcom.com/myrootpath/contentmanagement/content.php
or http://www.mydotcom.com/myrootpath/contentmanagement/content.jsp
or http://www.mydotcom.com/myrootpath/contentmanagement/content.
! ALWAYS
use the generated content management or define your navigation model in
Netsilon to describe a specific content management when the contents of the
data base must be changed. NEVER
change the contents of the database directly with SQL commands or the
semantics of the object-relational mapping will be broken.
! The generated
content management defines no access rights, it is thus imperative to limit
the rights of access to this sub site on the production server ( .htaccess,
...).