Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've been googling for Google App Engine Backends code samples but I found nothing. Does anyone know where can I find a tutorial or something?

Thanks.

share|improve this question

1 Answer

up vote 1 down vote accepted

What in particular are you confused about? The backends documentation is fairly complete, and there's nothing particularly special about writing code for backends (except as documented there): You simply define request handlers as per usual. It's just like writing a standard webapp, except without a time limit on requests (and the warmup request is guaranteed).

share|improve this answer
1  
That link is for python backends. This one is java. – jiggy Jul 5 '11 at 2:20
1  
I just wanted to see some code to a how a working backend. Perhaps it's not so complex compared with other handlers. – beto Jul 6 '11 at 6:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.