Re: Data Transfer Between Android and MySQL

2016-03-02 Thread Dave Newton
(Slightly more-complete answers.) On Wed, Mar 2, 2016 at 3:07 PM, Paul Romero wrote: > One more important detail: The Android app. is not a browser. > That doesn't matter a whole lot. > My general question is what is the best and most commonly deployed way >>> to

Re: Data Transfer Between Android and MySQL

2016-03-02 Thread Paul Romero
Hi Paul: One more important detail: The Android app. is not a browser. Best Regards, Paul R. On 03/02/2016 11:40 AM, Paul Benedict wrote: Android is a remote client, and a web service is the common solution to transfer data back to the host. You are free to use whatever technology you want

Re: Data Transfer Between Android and MySQL

2016-03-02 Thread Paul Benedict
Android is a remote client, and a web service is the common solution to transfer data back to the host. You are free to use whatever technology you want to implement the web service. You have (1) message standard and (2) technology standard to consider. The first are things like XML, SOAP, JSON,

Re: Data Transfer Between Android and MySQL

2016-03-02 Thread Dave Newton
The options are essentially unlimited, both in and out of the JVM ecosystem. What's "best" is more likely to be determined by the support resources you have available. On Wed, Mar 2, 2016 at 2:29 PM, Paul Romero wrote: > Dear Stuts Community: > > My general question is

Data Transfer Between Android and MySQL

2016-03-02 Thread Paul Romero
Dear Stuts Community: My general question is what is the best and most commonly deployed way to transfer data between a mobile Android based platform and a MySQL database on a Linux server ? More specifically, is Struts a good choice or am I barking up the wrong tree ? Note that authentication

Re: Change ACCEPTED_PATTERN in CookieInterceptor

2016-03-02 Thread Lukasz Lenart
There is still few issues to resolve but it should be soon https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20fixVersion%20%3D%202.3.25%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC 2016-03-02 8:46 GMT+01:00 JOSE L