//if it is in HTML, we can use the tags to post the data to the server e.g. <form id='login-form' data-lift='RegisterLogin.registerOrLogin?form=post' novalidate>
If it is in iOS environment, can we use something similar? If so, how?
Otherwise, is using Lift REST as web service is the best alternative?
On Wednesday, October 10, 2012 1:22:46 PM UTC+2, Kevin Lau wrote:
> Hi,
> //if it is in HTML, we can use the tags to post the data to the server > e.g. <form > id='login-form' data-lift='RegisterLogin.registerOrLogin?form=post' > novalidate>
> If it is in iOS environment, can we use something similar? If so, how?
> Otherwise, is using Lift REST as web service is the best alternative?
On Saturday, November 3, 2012 1:41:31 PM UTC-4, Franz Bettag wrote:
> Dear Kevin,
> i always went with the REST way, since you can simply dispatch/parse > incoming JSON. There is a nice JSON Lib for iOS, forgot the name tho.
> best regards!
> On Wednesday, October 10, 2012 1:22:46 PM UTC+2, Kevin Lau wrote:
>> Hi,
>> //if it is in HTML, we can use the tags to post the data to the server >> e.g. <form >> id='login-form' data-lift='RegisterLogin.registerOrLogin?form=post' >> novalidate>
>> If it is in iOS environment, can we use something similar? If so, how?
>> Otherwise, is using Lift REST as web service is the best alternative?