Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4021868
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:24:16+00:00 2026-05-20T10:24:16+00:00

I have been developing iOS apps for a while but they all deal with

  • 0

I have been developing iOS apps for a while but they all deal with information that is on the device.

I want to expand my knowledge and the appeal of my apps.

What I need is a good tutorial on how to create my own online SQL database and an API to acces all the information on it.

I have used several APIs (Twitter, Facebook, Google, etc.) so on the iOS side I’m ready.

I would love to implement it using Google App Engine but If you know of beter ways to implement this I am more than glad to hear them; I’ve heard that Java, .net and Ruby are the best options.

I have found a lot of tutorials online but I know Stack Overflow users have knowledge of great resources that can help me, and other developers, to get up and running faster, easier and learning more.

I think the answers to this question can be a great resource to all developers interested on web APIs.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:24:17+00:00Added an answer on May 20, 2026 at 10:24 am

    IMHO, AppEngine is a great choice, since there is virtually no need to setup/manage it. Also it comes prepackaged with powerful services like datastore, taskqueue, user auth, messaging, etc.. The biggest advantage for me is the Datastore, which is schemaless, so you don’t have to constantly update/manage the schema as your app progresses.

    The downside is that it has somewhat different programming model so developers from servlet+SQL background tend to struggle with it at first. Since you are new to this it shouldn’t be a problem.

    All my advices below are Java, as this is what I know. Hopefully others will post answers that present other platforms/languages.

    To get this running you will need to:

    1. Setup a web service. Go with REST as this is the most common and easy to setup/use. I tried all major Java REST frameworks and ended up with Resteasy, because it just works and has IMHO the best documentation.

    2. Understand how GAE Datastore works. There are a few APIs to use the Datastore:

      a. Low-level is cumbersome as you need to use it’s model classes (Entity) so you’ll do a lot of copying between your objects and Entity objects returned by this API.

      b. JDO/JPA are java ORM standards, but they were created for SQL databases and are really shoehorned onto Datastore. I’d advise against using them, because they are just an additional layer on top of low-level and also just try to fool developers that Datastore is a SQL database.

      c. Objectify. This is a 3rd party OSS library, but the author is AFAIK supported by Google. It’s a layer on top of low-level, but in a really natural way, so not to obscure Datastore features. I recommend using it.

    3. Authentication. You will want authentication. GAE supports OpenID/OAuth out of the box (just tick federated login option in command panel). Now the tricky part is to get this working with iPhone and other devices:

      a. Require user to enter Google credentials into your iPhone app. Some users are reluctant to do this (me for instance). In this case use iPhone OAuth client.

      b. Open an OpenID login web page in embedded browser: Authenticating with Stack Overflow programmatically

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.