[appengine-java] Re: authentication questions

2010-01-24 Thread ale
Ok, I will try. And wath is the best way to follow? OAuth? The aim is a single sign on and not store user credential,like password and don' implemet registration form ... (and use the google account) Thanks a lot! Regards On 22 Gen, 21:04, Ikai L (Google) ika...@google.com wrote: Yes, that's

[appengine-java] A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread andreas_b
Hi all. I've just started a new open source GWT/GAE project where I will be following Ray Ryan's best practices and recommended design patterns. Every step of the way will be posted on the web and I will try to initiate discussions with readers on how to solve problems along the way. If you are

[appengine-java] Reduced Guice start-up time

2010-01-24 Thread John Patterson
Hi, I've been looking at ways to reduce the start up time of my app and found that I can save about 50% of the time that Guice takes to build its Injector by using the No-AOP version. On my app this reduced initialisation time from 6-7 seconds to about 4 seconds... so not a huge

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread Deanna
Have you seen this http://blog.hivedevelopment.co.uk/2009/08/google-web-toolkit-gwt-mvp-example.html It is a sample project that uses the best practices from that video. On Jan 24, 8:44 am, andreas_b andreas.borg...@gmail.com wrote: Hi all. I've just started a new open source GWT/GAE project

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread andreas_b
Yes. I actually refer to that blog in my pages..it is a great walkthrough and is a good starting point for learning about the best practices. However, it is still only a hello world example and it's a whole other story to apply these practices and design patterns to a more complex, real world

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread Deanna Bonds
I am about to code a new project where I intend to use the approach in Ray Ryan's video. I will send your project any tidbits I find. On Jan 24, 9:05 am, andreas_b andreas.borg...@gmail.com wrote: Yes. I actually refer to that blog in my pages..it is a great walkthrough and is a good starting

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread Deanna Bonds
Would you prefer to discuss any ideas here, or through your project page? On Jan 24, 9:08 am, Deanna Bonds deanna.bo...@gmail.com wrote: I am about to code a new project where I intend to use the approach in Ray Ryan's video.   I will send your project any tidbits I find. On Jan 24, 9:05 am,

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread andreas_b
Hi. Preferrably via the project page if you can find an appropriate place for the discussion, but if its something that might be of value for other forum visitors here, we can discuss it here and I can simply add/ link to it from the project page. What kind of project are you working on? BR,

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread Deanna Bonds
My project is a Guild hosting site (for mmorpgs and other games) and Gamer social networking site, with everything integrated (the current crop of them all have stand alone projects tied together from a portal like page). First thing that is probably a good discussion for this group is design

[appengine-java] Re: A GWT/GAE best practices project. Want to participate?

2010-01-24 Thread andreas_b
Ah. Sounds interesting. I'm familiar with TDD from projects at work, although I haven't been much involved in the definition parts. I read the BDD introduction and it seems to make sense. I will definitely try it out.. I haven't gotten around to define a test methodology yet since I first wanted

[appengine-java] Presentation on doing full-text search etc

2010-01-24 Thread Mats
I though I'd share this presentation I found which includes some tips on using memcache, message delivery fanout, key only queries and a simple java version of this appengine-search http://www.billkatz.com/2009/6/Simple-Full-Text-Search-for-App-Engine Video part1:

[appengine-java] Key question

2010-01-24 Thread jopaki
Can I represent a primary key (Key) in an entity class as an Object ref? In other words, can I do: @PersistenceCapable(identityType = IdentityType.APPLICATION) public Class AnEntity { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) private Object pk; } Thanks. --

[appengine-java] org.mortbay.jetty.Request.getUri() api call does not work on appengine. even though it works locally (dev env)

2010-01-24 Thread Shrek
org.mortbay.jetty.Request.getUri() api call does not work on appengine. even though it works locally (dev env) i get following exception on appengine. does anybody know what is going on? org.codehaus.groovy.grails.web.mapping.exceptions.UrlMappingException: Error mapping onto view [/index]: No

Re: [appengine-java] Presentation on doing full-text search etc

2010-01-24 Thread Duong BaTien
Wow. Thanks for Sharing. We start to get some juice out of GAE. After spending too much time on JPA then JDO, it is much easier and more efficient with http://code.google.com/p/objectify- appengine/wiki/IntroductionToObjectify#Multi-Value_Relationship Hope this may help some more since the GAE

Re: [appengine-java] Key question

2010-01-24 Thread m seleron
Hi, I think that I cannot use Object as Key. Please refer to the following links http://code.google.com/intl/us/appengine/docs/java/datastore/creatinggettinganddeletingdata.html#Keys thanks. 2010/1/25 jopaki jop...@gmail.com: Can I represent a primary key (Key) in an entity class as an

Re: [google-appengine] Is this application possible on the App Engine??

2010-01-24 Thread Rajkumar Radhakrishnan
Hi Ben, I work on a CRM app over Google App Engine : iFreeTools CRMhttp://crm.ifreetools.com . By the way, you might also want to check out the blog What would Google CRM look like?http://thecustomerevolution.blogspot.com/2010/01/what-would-google-crm-look-like.html by Laurence Buchanan (and

[google-appengine] Problem using 'www' as subdomain for app url

2010-01-24 Thread Alex
Hi, I have a google appengine app which I want to access via mydomain.com. I have succesfully set up the CNAME record and subdomain for access as mysubdomain.mydomain.com. However if the subdomain is 'www' it does not work. Have you any idea what the problem is? When I enter 'www' into 'Add new

Re: [google-appengine] Problem using 'www' as subdomain for app url

2010-01-24 Thread Nickolas Daskalou
It might be a problem with Google Sites in Google Apps. Search this group for similar problems and see the answers related to Google Sites. Not 100% sure on this but give it a go. Nick 2010/1/24 Alex alexle...@googlemail.com Hi, I have a google appengine app which I want to access via

[google-appengine] Re: Problem using 'www' as subdomain for app url

2010-01-24 Thread Alex
Thanks - but I have spent ages searching and trying things out. A definitive answer as to whether this should work or not would be greatly appreciated. At the moment, when I attempt to access my own domain via www.mydomain.com, I get what I think is a GAE orange box with 'The site you have

[google-appengine] Re: Problem using 'www' as subdomain for app url

2010-01-24 Thread Alex
Thanks - but I have spent ages searching and trying things out. A definitive answer as to whether this should work or not would be greatly appreciated. At the moment, when I attempt to access my own domain via www.mydomain.com, I get what I think is a GAE orange box with 'The site you have

Re: [google-appengine] Can't Delete Blobs from Blob Store

2010-01-24 Thread Niklasro.appspot.com
2010/1/24 Brett brett.h.shel...@gmail.com Hello, I love the product. But I am unable to delete Blobs from the Blobstore using the appspot admin console. I get a Server Error message every time. Has anyone else experienced this problem? Any workarounds? Kind Regards, Brett Same

[google-appengine] Re: Send mail from user's Gmail address ?

2010-01-24 Thread Danny Tuppeny
What do you mean by does not work? Do you get an error? I so, can you post it here? On Jan 23, 8:32 pm, Alex Nemoy nemo1...@gmail.com wrote: Hello, Can an application send mail From: the logged in user's Gmail account? The documentation

[google-appengine] Re: Yet Another Count Question

2010-01-24 Thread Danny Tuppeny
To use entities in the a transaction, they need to be in the same entity group, and there is a limit to how often you can write an individual entity group (I've heard 1-5 writes per second, though have no real experience with this).In general, you should try to avoid putting things in the same

[google-appengine] Re: Can't Delete Blobs from Blob Store

2010-01-24 Thread Andy Lo-A-Foe
Having the same problem here, there is an issue for this: http://code.google.com/p/googleappengine/issues/detail?id=2570 A workaround would be to delete the blobs through your application since that seems to work just fine. Regards, Andy On Jan 24, 1:31 am, Brett brett.h.shel...@gmail.com

Re: [google-appengine] Re: Send mail from user's Gmail address ?

2010-01-24 Thread nemo nemo
thanks for the quick answer. I get something like below in the logs. The mail API call is made from a task queue, if it makes a difference. I assume the queued task has the same privileges as the request that queued it and which only works when logged in. I can send mail using the app creator's

Re: [google-appengine] Re: Yet Another Count Question

2010-01-24 Thread Mark Hildreth
Hi Danny, thanks for your reply. If accuracy isn't so important, you could increase the count after writing your post/comment, and just retry it a few times if it fails. Ideally you should handle datastore timeouts anyway (as they're quite common), so retrying a few times will likely solve

Re: [google-appengine] Re: Send mail from user's Gmail address ?

2010-01-24 Thread Danny Tuppeny
I assume the queued task has the same privileges as the request that queued it and which only works when logged in. I don't know for sure, but I'd guess that's not the case. You can use login: admin to stop users calling the task URLs, so I suspect they run in the same way as cron jobs, which

Re: [google-appengine] Re: Yet Another Count Question

2010-01-24 Thread Danny Tuppeny
There's a huge range of options ranging from accurate, but slow to mostly accurate, but very fast. If your write throughput is low, I'd suggest going with transactions just to avoid all the problems. If you can't do this, there are many options, but I don't any of them are perfect. The cron job

[google-appengine] Root domain on own hosting and subdomain on AppEngine. Possible?

2010-01-24 Thread olex13
Hello, I have existing site, say: http://mysite.com I want to left it as is on its PHP hosting. But I want to implement announcments board for it (in python) and deploy it on AppEngine like: http://board.mysite.com Is it possible to have root domain handled on my PHP hosting and subdomain on

Re: [google-appengine] Root domain on own hosting and subdomain on AppEngine. Possible?

2010-01-24 Thread Robert Kluin
Yes. You will need to register mysite.com as as Google Apps domain (even if you do not use any of the services), then you can map your service to a subdomain of it. Robert On Sun, Jan 24, 2010 at 1:48 PM, olex13 olexandr.kundire...@gmail.com wrote: Hello, I have existing site, say:

Re: [google-appengine] Re: Send mail from user's Gmail address ?

2010-01-24 Thread Alex Nemoy
On Sun, Jan 24, 2010 at 8:58 PM, Danny Tuppeny da...@tuppeny.com wrote: I assume the queued task has the same privileges as the request that queued it and which only works when logged in. I don't know for sure, but I'd guess that's not the case. You can use login: admin to stop users

[google-appengine] Re: cron Schedule Format

2010-01-24 Thread Ben
Hi Jeff, to my knowledge there is no way to specify the cron interval in the manner you request. I think the way to do it is probably set the cron to run every 1 minute and then have the code that is executed do a time check to see if it should proceed with the task or not. On Jan 23, 10:00 pm,

[google-appengine] Re: spambot from lativa

2010-01-24 Thread nickmilon
This is much better ! - keep it busy for a while Happy coding Nick Milon -- 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] Re: PHISHING APP retwite

2010-01-24 Thread nickmilon
Copying the look and feel It is questionable paractice at least - I am not sure if it complies to GAE and Twitter TOS. Regards Nick Milon On Jan 24, 2:08 am, Wooble geoffsp...@gmail.com wrote: On Jan 23, 1:40 am, ds davidsan...@gmail.com wrote: The app called Retwite is faking the twitter

[google-appengine] Lock the memcache and how to block the call ?

2010-01-24 Thread Iap
I can not find the lock feature of memcache. It's easy to set a flag somewhere in the memcache (got Lock) The problem is: how the other request when it hits the locked flag to wait for the lock to be released. A quick and very drity solution is (maybe not even work, just for concept): client =

[google-appengine] Re: How to test my application with local database

2010-01-24 Thread ivanceras
Hello Ian, I presume that you expected to make some objects persistent using JDO. Do you have any idea which part(s) of your config or code could be responsible? Yes, I am using JDO and I find a way to make the objects persistent already. They saved into a table with the same name as their

[google-appengine] this resource used a high amount of CPU and may soon exceed it's qouta

2010-01-24 Thread Magnus O.
Hi, I have an app which has enabled billing. Totally I'm far from exceeding my qouta but in the logs I see on many requests the following: this resource used a high amount of CPU and may soon exceed it's qouta. It seems like these requests use about 1000cpu_ms. How much is allowed for one

[google-appengine] Quota's

2010-01-24 Thread Magnus O.
Hi, The free quote includes 4gb of incoming requests using URL Fetch. The totals of free quota for incoming traffic is 1gb which in practice limits the URL Fetch free quota to 1gb since it counts towards the incoming traffic quota. This is kind of misleading isn't it? Magnus -- You received