» documentation

Project: DMMS-core

The DMMS-core project manages the core functionalities of DMMS. It handles the business objects and their dependencies. Spring is used to manage the business objects and to inject their dependencies. It configures the data storage, currently Mysql and give access to it.

The org.olimination.dmms.dao java package holds all data access objects.

The org.olimination.dmms.domain java package holds all business objects.

The org.olimination.dmms.service java package holds all service objects.

Project: DMMS-web

The DMMS-web project is based on the DMMS-core and gives the user access to the media library through a webfrontend managed by Apache's JSF Implementation MyFaces. Further Facelets are used for templating and component-based programming.