質問

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