Skip to content

Examples

Rosario Carvello edited this page Mar 18, 2020 · 18 revisions

Subsystem examples

Into WebMVC package you will find different examples of source code files located under examples folder. All these examples are organized into the following subsystem:

  • examples (main subsystem)
    • about (it contains a simple demonstration of coding a source code information helper)
    • cms (it contains general examples about showing contents by using WebMVC)
    • db (this subsystem contains some DB related examples)

As we described in the previous page a subsystem, in WebMVC, is identified at two levels:

  1. a physical level by pathname, for example, the pathname examples/cms identify the subsystem cms which is contained into the main subsystem examples;
  2. a logical level, that you can use for referring it in your source code, by namespace, in this case, is the name examples/cms (equivalent to pathname).

Clone this wiki locally