Package net.tangly.erp.ui


package net.tangly.erp.ui
The main view shall support the domain driven design approach of bounded domains. At the same time the naked object approach for domain entities shall also be part of the solution space.

Each bounded domain shall be accessible through a router link on the left drawer. All naked entities are accessble through a bounded domain specific menu list. The menu list consists again of router links. Therefore we have navigation URL for all bounded domains and exported entities.

The bounded domain instances are singletons in the application and available through the application class. The user interface bounded domains are defined for each session and available through the main window instance.

  • Classes
    Class
    Description
     
    Entry point to the start of the regular Java SE application with an embedded Jetty server.