Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
iOS: posting data to server that uses Lift as backend
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kevin Lau  
View profile  
 More options Oct 10 2012, 7:22 am
From: Kevin Lau <kevinyp...@gmail.com>
Date: Wed, 10 Oct 2012 04:22:46 -0700 (PDT)
Local: Wed, Oct 10 2012 7:22 am
Subject: iOS: posting data to server that uses Lift as backend

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?

e.g.
https://www.assembla.com/spaces/liftweb/wiki/REST_Web_Services
https://groups.google.com/forum/?fromgroups=#!searchin/liftweb/ios/li...

Thanks,
K.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Diego Medina  
View profile  
 More options Nov 3 2012, 9:44 am
From: Diego Medina <di...@fmpwizard.com>
Date: Sat, 3 Nov 2012 09:44:05 -0400
Local: Sat, Nov 3 2012 9:44 am
Subject: Re: [Lift] iOS: posting data to server that uses Lift as backend

> Otherwise, is using Lift REST as web service is the best alternative?

This is how I would do it.

 Diego

--
Diego Medina
Lift/Scala Developer
di...@fmpwizard.com
http://www.fmpwizard.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Franz Bettag  
View profile  
 More options Nov 3 2012, 1:41 pm
From: Franz Bettag <fr...@bett.ag>
Date: Sat, 3 Nov 2012 10:41:31 -0700 (PDT)
Local: Sat, Nov 3 2012 1:41 pm
Subject: Re: iOS: posting data to server that uses Lift as backend

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!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Lau  
View profile  
 More options Nov 3 2012, 4:33 pm
From: Kevin Lau <kevinyp...@gmail.com>
Date: Sat, 3 Nov 2012 13:33:44 -0700 (PDT)
Local: Sat, Nov 3 2012 4:33 pm
Subject: Re: iOS: posting data to server that uses Lift as backend

Thanks.

I used these libraries.

#import "AFJSONUtilities.h"

#import "AFNetworking.h"

#import "JSONKit.h"

They work very well with Lift.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »