#GDMatrix conventions
##CDI naming conventions
-ManagerPort: module interface -Manager: module implementation (@PerRequest) -ManagerEndpoint: RS/WS module endpoint (@Singleton)
-ObjectBean: Faces object bean (@ViewScoped) -TabBean: Faces object tab bean (@ViewScoped) -FinderBean: Faces object finder bean (@ViewScoped) -ModuleBean: Faces module bean (@ApplicationScoped) -Bean: Faces bean (@RequestScoped, @SessionScoped, @ApplicationBean)
-Service: singleton service (@ApplicationScoped) -Producer: object producer (@ApplicationScoped) -Cache: object cache (@ApplicationScoped)