I am trying to develop an application composed of 2 parts: a web service and an android app. I am planning to implement my web service with the java play framework and cassandra noSQL database.
I have been searching for it for 2 days, I still don't know how I can do it. I need to integrate a java client (hector) as a bridge between the app layer (Play2.0) and the database layer, but how to do it is not clear to me.
Right now, I can not connect cassandra from play; I can not make my queries which my app needs and I dont know whether I can use play2.x like previous versions (without scala language, just java and groovy template).
allright, I am trying to develeop a web service which can be scalable horizontal easly. Because there will be many request, possible most of them at same time, from mobile phones. That is why I choose play frmwork with cassandra (I got enough knowledge about play with relational DB in collage last semester). my web service will return some data to client according to location info of client. That is why search time from DB must be as short as possible.Actually I have already designed my DB model for cassandra, because I already defined what kind of queries my app needs and I got enough information about cassandra data model. I think the tools i choosed for my app is correct and can maintain it. shortly, I can not use cassandra with play like I used MySQL with play :(