pagination in cassandra based web application
问题 How can i do a pagination in cassandra based web application. I am using spring MVC on server side and jquery on client side. I tried this but was not sutisfied. My row key is UUIDType and every time i am sending the start key as string from client browser so dont know how to convert it back to UUID. A simple example will be appriciated. 回答1: Spring-data has this functionality pre-rolled : http://static.springsource.org/spring-data/data-jpa/docs/current/reference/html/repositories.html#web