Hi, i would like to know what are the technologies used as user interface in spring MVC. example like JSP,Thymeleaf. Please let me know if anything else if used apart from this.

Recommended Answers

All 2 Replies

Do you know what an MVC is? That is an acronym for Model-View-Controller API. Understand that first, then look at the various API's that implement it, such as Spring, et al.

never heard of thymeleaf, JSP is way outdated.
Use JSF instead.

Spring MVC of course doesn't force you into a specific view technology in the first place. Decoupling is the name of the game after all.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.