[google-appengine] Re: Beginner question

2010-04-08 Thread Vik_Sintus
thanks Ikai,
I failed to see it on the html page, so my problem is solved
thanks again
Vik

On Apr 8, 10:42 am, "Ikai L (Google)"  wrote:
> Looks like you're working with GWT and not App Engine. You'll want to ask on
> the Google Web Toolkit groups:
>
> https://groups.google.com/group/Google-Web-Toolkit?pli=1
>
> On Wed, Apr 7, 2010 at 1:57 AM, Vik_Sintus wrote:
>
>
>
>
>
> > sorry if I post this in the wrong place
>
> > just starting to learn GWT using 'Glassfish Bundle For Eclipse'
> > using step by step tutorials from GWT homepage and so far I manage to
> > deploy the first simple sample app athttp://bahasa-java.appspot.com/
> >  during the last couple of days I manage to associate what seen on the
> > web page in  relation to it source code but so far I can't find the
> > word "Web Application Starter Project" in any source code of my first
> > app athttp://bahasa-java.appspot.com/
>
> > Thank you for your help
> > Regards
> > Vik
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App 
> Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Beginner Question - Data Store Insertion is not working

2009-11-05 Thread Brandon Thomson

You cannot use sockets on app engine.

On Nov 5, 2:26 am, Felix  wrote:
> Hi,
>    This is my first question in the forum :)
>    I am trying to insert a data but it is not working. I verified the
> code locally and it works in the localhost but it does not actually
> works in the domain. I have pasted the code .Can someone please
> correct me, if im doing something incorrectly.
>
> import socket
> import sys
> from google.appengine.ext import db
>
> host = "localhost"
> port = 8082
> size = 1024
> serverSocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
> serverSocket.bind((host,port))
> serverSocket.listen(backlog)
>
> class UserData(db.Model):
>         email = db.EmailProperty(required=True)
>         city = db.StringProperty(required=True)
>         state = db.StringProperty(required=True)
>
> while 1:
>         client, address = serverSocket.accept()
>         userObject = UserData
> (email="felix1...@gmail.com",city="chennai",state="TN")
>         db.put(userObject)
>         client.close()
>
> Yes, it is an infinite loop. Just for the testing purposes.
> After this, when I try to see the data viewer in the domain, it says
> no results for the query
> Select * from UserData
>
> But for the same code, when i queried in the localhost, it returned
> data in the interactive data viewer...
>
> Thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Beginner question: popup window to send emails..?

2009-05-04 Thread codingGirl

It would be have some kind of captcha or question like (82-23 == ?)
people have to answer. Or is this not necessary?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Beginner Question - About using App Engine

2009-01-09 Thread Joel Odom
This article got me started using AJAX and JSON.  Works great.
http://code.google.com/appengine/articles/rpc.html




On Thu, Jan 8, 2009 at 7:08 PM, Faber Fedor  wrote:

>
>
> On Thu, Jan 8, 2009 at 5:56 PM, mscwd01  wrote:
>
>>
>>
>> In short, i'd like to use App Engine to return xml responses to my
>> Android App - instead of using App Engine for the usual browser based
>> web application.
>>
>> Is this allowed?
>
>
> I hope so!  I'm planning on doing the same thing! (Except with JSON :-)
>
>
>
> --
>
> Faber Fedor
> Cloud Computing New Jersey
> http://cloudcomputingnj.com
>
>
> >
>


-- 
http://giscoder.blogspot.com/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Beginner Question - About using App Engine

2009-01-08 Thread Faber Fedor
On Thu, Jan 8, 2009 at 5:56 PM, mscwd01  wrote:

>
>
> In short, i'd like to use App Engine to return xml responses to my
> Android App - instead of using App Engine for the usual browser based
> web application.
>
> Is this allowed?


I hope so!  I'm planning on doing the same thing! (Except with JSON :-)



-- 

Faber Fedor
Cloud Computing New Jersey
http://cloudcomputingnj.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Beginner Question - About using App Engine

2009-01-08 Thread mscwd01

Thanks for your quick reply Dan, I shall be using App Engine in the
not-to-distant future it seems.

... I shall need to learn Python now :)

On Jan 8, 11:57 pm, Dan Sanderson  wrote:
> Yup, you can definitely use App Engine to create web services like you
> describe.  A networked backend for an Android app is a great use of App
> Engine.
> -- Dan
>
> On Thu, Jan 8, 2009 at 2:56 PM, mscwd01  wrote:
>
> > I have taken a look around the App Engine documentation but havent
> > been able to find a definitive answer to my question, so I hoped i'd
> > get an answer by posting here ;)
>
> > I am developing an Android application which makes substantial use of
> > Google APIs; I had planned to set up my own dedicated server for tasks
> > such as user authentication and storing certain data relating to
> > members using the application. It would be great, having learnt of the
> > inbuilt API support offered by App Engine, if I could make use of the
> > App Engine service for my needs, without the need to setup and run my
> > own server.
>
> > My question however, is, am I able to use App Engine as a "web
> > service" instead of a usual "web application"?
>
> > Basically, what I had planned to do was use App Engine, via http calls
> > from my Android App, as a mechanism to authenticate users and return
> > security "priviliges" of their account (what content they can/cant
> > access) and also a method of storing a "facebook style wall" for each
> > user.
>
> > In short, i'd like to use App Engine to return xml responses to my
> > Android App - instead of using App Engine for the usual browser based
> > web application.
>
> > Is this allowed?
>
> > Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Beginner Question - About using App Engine

2009-01-08 Thread Dan Sanderson
Yup, you can definitely use App Engine to create web services like you
describe.  A networked backend for an Android app is a great use of App
Engine.
-- Dan

On Thu, Jan 8, 2009 at 2:56 PM, mscwd01  wrote:

>
> I have taken a look around the App Engine documentation but havent
> been able to find a definitive answer to my question, so I hoped i'd
> get an answer by posting here ;)
>
> I am developing an Android application which makes substantial use of
> Google APIs; I had planned to set up my own dedicated server for tasks
> such as user authentication and storing certain data relating to
> members using the application. It would be great, having learnt of the
> inbuilt API support offered by App Engine, if I could make use of the
> App Engine service for my needs, without the need to setup and run my
> own server.
>
> My question however, is, am I able to use App Engine as a "web
> service" instead of a usual "web application"?
>
> Basically, what I had planned to do was use App Engine, via http calls
> from my Android App, as a mechanism to authenticate users and return
> security "priviliges" of their account (what content they can/cant
> access) and also a method of storing a "facebook style wall" for each
> user.
>
> In short, i'd like to use App Engine to return xml responses to my
> Android App - instead of using App Engine for the usual browser based
> web application.
>
> Is this allowed?
>
> Thanks
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---