37 - Spring MVC - Project Work | User List for Admin (Contact App) - By eZeon

Опубликовано: 29 Март 2026
на канале: Vikram Thakur
4,462
31

This Project Work(Contact App) video is based on "List of Registered Users" for Admin Role
Below points covered in this video
1. Revision of BRD or Task List
2. UserService method "public List getUserList()" implementation
3. Add url-mapping in UserController for users.jsp page
4. Call a business method to fetch all registered users
5. Finally iterate all users and show in HTML Table using JSTL foreach tag


REFERENCE CODE - SERVICE/BIZ METHOD
public List getUserList() {
return userDAO.findByProperty("role", UserService.ROLE_USER);
}

Don't skip any video, just follow step by step video series.
Also check the source code listing in our
blog http://ezeon.in/blog

SUBSCRUBE my channel for more videos on Java
/J2EE and Software Development including all advanced development frameworks and technologies.