Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The figure shows the components of the LOS server application and their dependencies.

 

myWMS component
Provides core data model and services.

los.common component
Extends myWMS component with generic CRUD services, report services and configuration service.

los.location component
Extends myWMS component with storage functionality. Depends on los.common component.

los.inventory component
Extends myWMS component with inventory functionality. Depends on los.common and los.location components.

los ... component
there are more components, maybe designed by you?

los.mobile
The web application for handhelds. Makes use of all components.Libraries Additional third party libraries.

 

The components themself are designed in service oriented way.

LOS Service Layers