Spring MVC & UI Components

前端 未结 4 1164
情深已故
情深已故 2021-01-31 03:18

I\'m in the \"technologies selection\" phase of a small, single-page web application that will be heavily-based in AJAX, and which will report to a Java backend.

In a pr

4条回答
  •  萌比男神i
    2021-01-31 03:51

    Here is another approach (Not JSF) to let Spring MVC to work with ZK UI components - Rich Web Application with Spring MVC CRUD Demo

    In that article, it used Spring MVC controller to communicate with ZK UI components. (all in Java code)

提交回复
热议问题