Re: Android client, Riak server

2015-04-18 Thread John Caprice
Gustavo, The middleware application is something you should build. I recommend building the majority of your application logic, including the use of the riak java client, in a server side java application. Expose any features your Android application needs via an authenticated API. John On Thu,

Re: Android client, Riak server

2015-04-17 Thread Gustavo Gonzalez
Thanks for your answers. Good point noticed about the middleware. May I ask what middleware would you suggest to be evaluated? Regards, Gustavo El 16/04/15 a las 16:38, John Daily escribió: Agreed: exposing any database directly to the Internet is risky, and Riak’s security introduced in 2.

Re: Android client, Riak server

2015-04-16 Thread Gusti Gonzalez
Thanks for your answers. Good point noticed about the middleware. May I ask what middleware would you suggest to be evaluated? Regards, Gustavo El 16/04/15 a las 16:38, John Daily escribió: Agreed: exposing any database directly to the Internet is risky, and Riak’s security introduced in 2.

Re: Android client, Riak server

2015-04-16 Thread John Daily
Agreed: exposing any database directly to the Internet is risky, and Riak’s security introduced in 2.0 doesn’t really change that. -John On Apr 16, 2015, at 4:25 PM, Alexander Sicular wrote: > That should work but are you sure you want to expose your riak server to the > Internet? I would rec

Re: Android client, Riak server

2015-04-16 Thread Alexander Sicular
That should work but are you sure you want to expose your riak server to the Internet? I would recommend against that and instead suggest your app talk to some middleware. -Alexander @siculars http://siculars.posthaven.com Sent from my iRotaryPhone > On Apr 14, 2015, at 12:54, Gustavo Gonzal

Android client, Riak server

2015-04-16 Thread Gustavo Gonzalez
Hi, Please excuse me if I am asking a silly question. Is the Riak Java Client also usable (applies to) in Android application development? That is, if I want to develop an Android app that connects to a Riak Server, do I use this riak-Java-Client? Thanks for your reply. Regards, Gustavo.