HRMS-INFO – control system for HR-specialists

Слайд 2

Project

HRMS-INFO – control system for HR-specialists, automates the process of selection, training

Project HRMS-INFO – control system for HR-specialists, automates the process of selection,
of human resources for the implementation of IT projects.

Слайд 3

Development environment

Development environment

Слайд 4

Server environment

Server environment

Слайд 5

Data transfer object

Data transfer object

Слайд 6

Data access object

Data access object

Слайд 8

Controller

Controller

Слайд 9

Apache Tiles

Apache Tiles

Слайд 10

Hibernate Query Language

role.user.count = select ur.roleName, count(uu)
from UserRoleVO ur
left

Hibernate Query Language role.user.count = select ur.roleName, count(uu) from UserRoleVO ur left
join ur.userVOs uu
where ur.customer.id like :cust
and (uu is null or uu.customer.id like :cust)
group by ur.roleName
role.user.without = select count(uu)
from UserVO uu
left join uu.userRoleVOs ur
where uu.customer.id like :cust
and (ur is null or ur.customer.id not like :cust
or ur.customer.id is null)
group by uu.customer.id

Слайд 11

Web Application

Web Application
Имя файла: HRMS-INFO-–-control-system-for-HR-specialists.pptx
Количество просмотров: 18
Количество скачиваний: 0