[appengine-java] Aw: newbie question: redirect users (GWT 2.3.0)

2011-06-03 Thread meiaestro
Hi! Thanks a lot for the helpful hints! Now let me see if I got it right. In my case I only have the entry point starting page. Within this class I have three methods building three different UIs: register(), login(), startpage(). Now I do the if in on onModuleLoad(): if

[appengine-java] Re: Java Backends not working

2011-06-03 Thread MANISH DHIMAN
No, There was nothing on the dashboard. In Backends.xml you have specified name as an attribute in the backend tag. If we use a tag to specify a backend name then it raises java io exception while deployment. On Jun 2, 12:41 pm, oceandrive rams...@gmail.com wrote: I dont see anything wrong with

[appengine-java] Migrate from Python to Java

2011-06-03 Thread Igor Artamonov
Does anybody there tried to migrate existing Python GAE app to Java GAE app? I mean that db storage and app will stay the same, but code have rewritten and deployed into same place Can be there any problems with it? Any thoughts? -- You received this message because you are subscribed to the

[appengine-java] Application Title available?

2011-06-03 Thread Marcel Overdijk
Is the Application title accessible using the SDK? I guess not, but Maybe Google can make in available in the Environment class. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] DWR 3 doesn't work

2011-06-03 Thread draks
Hi, I saw that DWR works on GAE. But whezn I do my test, I've this error: java.lang.NoClassDefFoundError: javax.swing.event.EventListenerList is a restricted class. Please see the Google App Engine developer's guide for more details. Is there a specific configuration or specific changes to

[appengine-java] Re: Aw: newbie question: redirect users (GWT 2.3.0)

2011-06-03 Thread de Witte
Have a look at the History and Places examples of GWT. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/Y0FwaENsbldQQmtK. To post to

[appengine-java] Re: the id allocated for a new entity was already in use, please try again.

2011-06-03 Thread Aswath Satrasala
Hello Ronoaldo, Thanks a lot :). That really fixed the issue. It is a very tricky one. Regards -Aswath www.AccountingGuru.in 2011/6/2 Ronoaldo José de Lana Pereira rpere...@beneficiofacil.com.br Hi Aswath, I guess that you have to allocate Ids, since you are setting the ids from the

[appengine-java] Re: Application Title available?

2011-06-03 Thread Ronoaldo José de Lana Pereira
It would also be nice to add non-ascii characters to the Application's title, since it is usually used to display the application name for Google Accounts and OAuth. This is just a nice feature for non-English apps. -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: Java Backends not working

2011-06-03 Thread oceandrive
as I said before something wrong with the upload if you do not see any backends on the dashboard. The version of the xml file I gave you is a working file. Did you see this page http://www.pdjamez.com/2011/05/google-app-engine-backends/ Has very good stuff. Also you need to upload your

[appengine-java] Re: When to use a String as ID? (using Objectify and GWT)

2011-06-03 Thread Remy Gendron
Make sure you understand the concepts of natural vs synthetic keys. Then, you may also consider using a String instead of a Long as your synthetic primary keys. Using the string representation of a UUID as a synthetic key will also allow you to do things like you mentionnned, eg creating

Re: [appengine-java] DWR 3 doesn't work

2011-06-03 Thread Rusty Wright
Look at the entry for ItsNat: http://code.google.com/p/googleappengine/wiki/WillItPlayInJava On 2011-06-03 03:35, draks wrote: Hi, I saw that DWR works on GAE. But whezn I do my test, I've this error: java.lang.NoClassDefFoundError: javax.swing.event.EventListenerList is a restricted

Re: [appengine-java] Can't create application - SMS says account already verified

2011-06-03 Thread Joe White
Plus I get this error message *← The phone number has been sent too many messages or has already been used to confirm an account. * * * -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

Re: [appengine-java] Can't create application - SMS says account already verified

2011-06-03 Thread Ronoaldo José de Lana Pereira
As the message suggests, it seems that you can't confirm two accounts with the same phone number. When I got those messages, using another phone number did the trick. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this

Re: [appengine-java] Can't create application - SMS says account already verified

2011-06-03 Thread Joe White
That would be an option if I had more than 1 phone number. All I have is my cell phone number. I had an email account with the wifey which was registered with my cell. I opened up my own account which also has my cell. can I un-register my cell with one of the two accounts or am I just

Re: [appengine-java] Can't create application - SMS says account already verified

2011-06-03 Thread Ronoaldo José de Lana Pereira
Sorry Joe, I don't know if you can unregister your phone number. I didn't found this kind of option. Ikai, any tips? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

Re: [appengine-java] DWR 3 doesn't work

2011-06-03 Thread Shawn Brown
Hi, http://code.google.com/p/googleappengine/wiki/WillItPlayInJava I saw that DWR works on GAE. But whezn I do my test, I've this error: This lists Version(s) 2.0.5, 3.0 RC1 as COMPATIBLE I don't know all the details of 2.0.5 but 3.0RC1 creates threads to do session cleanup and that will

[appengine-java] simple request (change localhost for debug app engine server to my local ip)

2011-06-03 Thread Bourke Floyd IV
I want to change localhost to an ip. I know the flag is -a or -address for the dev_appserver.sh (Java) but I'm running the Android/AppEngine Task demo and the arguments passed into the debug config are for GWT not the previous shell script. Thus I get Unknown argument: -a Google Web Toolkit

[appengine-java] Re: simple request (change localhost for debug app engine server to my local ip)

2011-06-03 Thread Nichole
In your appengine directory there's a file called config/user/ant- macros.xml that accepts --address and --port as arguments for dev_appserver, but you have to include the file into your own build.xml. Instructions are at the top of the file. On Jun 3, 8:06 pm, Bourke Floyd IV chb...@gmail.com

[appengine-java] Re: Can't create application - SMS says account already verified

2011-06-03 Thread Nichole
Google Voice? On Jun 3, 3:01 pm, Ronoaldo José de Lana Pereira rpere...@beneficiofacil.com.br wrote: Sorry Joe, I don't know if you can unregister your phone number. I didn't found this kind of option. Ikai, any tips? -- You received this message because you are subscribed to the Google

[appengine-java] Re: Application Title available?

2011-06-03 Thread Nichole
You could parse your xml file or parse the System variable called user.dir. On Jun 3, 2:46 am, Marcel Overdijk marceloverd...@gmail.com wrote: Is the Application title accessible using the SDK? I guess not, but Maybe Google can make in available in the Environment class. -- You received

[appengine-java] Re: Application Title available?

2011-06-03 Thread Nichole
Make that System.getProperty(com.google.appengine.application.id) instead... no parsing On Jun 3, 9:53 pm, Nichole nichole.k...@gmail.com wrote: You could parse your xml file or parse the System variable called user.dir. On Jun 3, 2:46 am, Marcel Overdijk marceloverd...@gmail.com wrote: