kendo-uiteleriktelerik-grid

Kendo UI for JSP- DataSource Servlet or RESTful service


I am new to Kendo UI framework. I would like to know whether I could use normal Servlets or RESTful service instead of Spring Controller for Kendo UI for JSP?

E.g. For the following grid example(http://demos.telerik.com/kendo-ui/web/grid/index.html), they have used Spring Controller class in data source, so instead of Spring Controller class, could it be possible to use servlets or RESTful service class for datasource?


Solution

  • Yes it is possible. This blog post shows how to do it: Building a better UI – JSP Wrappers part 2