I’m creating a recommender system which most of calculations are going to be processed on the server side. I’ve installed Netbeans and emulator, and tried the “Hello World” program. Every offline thing’s fine.
To develop a recommender system, it is necessary to work online (i.e.,send and receive data from server). However, I have no clue about the technology used. What to install on the server? Or what I should set up next? thanks
I’m creating a recommender system which most of calculations are going to be processed
Share
Use HttpConnection or use soap for calling webservice.