Вопрос

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?

Any help is highly appreciable.

Regards

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top