[appengine-java] Re: the question in ubuntu9.10 and eclipse 3.5

2009-11-08 Thread Roy Smith
The clue is libstdc++.so.5: cannot open shared object file: No such file or directory Try googling this along with apt-get. 9.10 switched from stdc5 to stdc6, so you need to install the legacy stdc5 package. It's a common problem with 9.10 and nothing to do with Eclipse or GAE On Mon, Nov 9,

[google-appengine] Re: Godaddy + Domain name mapping

2009-11-08 Thread Roy Smith
On Fri, Nov 6, 2009 at 10:04 AM, Saliem than.sal...@gmail.com wrote: Thanks for your reply. I waited a few more hours and now it's working. Though I'm not sure why I had to wait longer for a www subdomain to work than for a calender subdomain , which worked right away. Possibly the

[appengine-java] Re: Recommendations for GWT +GAE

2009-11-07 Thread Roy Smith
I think you'll get better answers in the GWT group http://groups.google.com/group/google-web-toolkit?hl=en On Sat, Nov 7, 2009 at 7:25 PM, Vik vik@gmail.com wrote: Hie I am a newbie in GWT and so very much confused for what to use for desigining my ui. I mean should i use the widgets

[appengine-java] Re: How can I change the temp dir when gae try deploying,

2009-11-06 Thread Roy Smith
symbolic link? It might be worth raising an issue, requesting that the temp files be pushed down one level. Thus /tmp/appengine/stuff, instead of the current /tmp/stuff. That would make it easier for you to relocate using a symlink, and also help me tidy up my /tmp directory :-) On Fri, Nov 6,

[appengine-java] Re: Inequality operator is !=, but can we add

2009-11-05 Thread Roy Smith
On Thu, Nov 5, 2009 at 9:17 PM, Max Ross (Google) maxr+appeng...@google.commaxr%2bappeng...@google.com wrote: The next SDK (1.2.8) is working its way through QA right now so hopefully it will be available in the next week or two. Please can we get a bit more notice on the changes and the

[appengine-java] Re: Inequality operator is !=, but can we add

2009-11-05 Thread Roy Smith
? Maybe there's some other way I can help you with them. Max On Thu, Nov 5, 2009 at 6:09 PM, Roy Smith roy.smith@googlemail.comwrote: On Thu, Nov 5, 2009 at 9:17 PM, Max Ross (Google) maxr+appeng...@google.com maxr%2bappeng...@google.com wrote: The next SDK (1.2.8) is working its way

[appengine-java] Re: GWT Vs JQuery

2009-11-05 Thread Roy Smith
Horses for courses. Do you know Javascript? Does GWT-RPC work for you, or do you prefer REST, DWR or your home-grown c-s protocol? Will you be using other APIs such as Gdata? Do you require any particular widgets from either GWT or Jquery? ...the list goes on GAE is agnostic. The biggest issue

[appengine-java] Re: Inequality operator is !=, but can we add

2009-11-05 Thread Roy Smith
of decisions are you looking to make based on the release date? Maybe there's some other way I can help you with them. Max On Thu, Nov 5, 2009 at 6:09 PM, Roy Smith roy.smith@googlemail.comwrote: On Thu, Nov 5, 2009 at 9:17 PM, Max Ross (Google) maxr+appeng...@google.com maxr%2bappeng

[google-appengine] Re: choosing appengine.

2009-11-05 Thread Roy Smith
On Thu, Nov 5, 2009 at 6:32 PM, k3xji sum...@gmail.com wrote: everything. But we will currently work with 3 people on this project and as the limitation of downloading the current release in the web forces us to use some kind of a SVN program. We don't want to do that. Why not? That's what

[google-appengine] Re: Is deployment times limited?

2009-11-05 Thread Roy Smith
A better answer might be yes, but this is a daily limit so not too much to worry about On Fri, Nov 6, 2009 at 6:45 AM, ego008 ego...@gmail.com wrote: yes 2009/11/6 Nguyễn Kim Kha nkim...@gmail.com I open Quota Details, and see my Deployments is 6 of 1000. Is the deployment times

[appengine-java] Re: Recommended scope for DatastoreService

2009-11-04 Thread Roy Smith
Hi Max Thx for the answer, especially the correction on the transaction implementation. The solution I'd arrived at is to use Guice to instantiate my DsS with a scope of @RequestScoped. Do you see any problems with that approach? best Roy On Wed, Nov 4, 2009 at 7:02 PM, Max Ross (Google)

[appengine-java] Re: SimpleDS: an alternative for Datastore persistence

2009-11-02 Thread Roy Smith
Hi Vince Thanks for sharing. I've modified my persistence framework to incorporate your class and it works very well. kind regards Roy On Mon, Nov 2, 2009 at 8:15 PM, Vince Bonfanti vbonfa...@gmail.com wrote: P.S. Because of issue 2097

[google-appengine] Re: perform task on upload

2009-10-29 Thread Roy Smith
I've never been there so I'm speculating. Is deadline exceeded something you can catch and then still perform further processing? One would expect that allowing you further processing would somewhat defeat the objective of having a deadline in the first place. You might need to pre-slice your

[google-appengine] Re: Paging through large datasets - Article discussion

2009-10-27 Thread Roy Smith
If you're paranoid, how about a concatenation of the SHA and MD5 sums. On Tue, Oct 27, 2009 at 12:30 PM, Martin Trummer martin.trummer...@gmail.com wrote: On Oct 27, 10:53 am, Nick Johnson (Google) nick.john...@google.com wrote: Collision attacks on MD5 have been found, yes. But a

[google-appengine] Re: How do XMPP recipients get messages?

2009-10-26 Thread Roy Smith
How and when do recipients get those messages? Do they need to be logged into a 3rd party chat service to receive those messages? Logging onto your app and receiving messages from it are totally independent. Your app will send an XMPP Invite to the recipient, which the recipient must accept.

[appengine-java] Re: Servlet widgets - an alternative to GWT or servlet dispatch jsp paradigm

2009-10-24 Thread Roy Smith
Have a look at Apache Click On Fri, Oct 23, 2009 at 1:01 PM, Tor adm...@toolboxsystems.com wrote: I'm very pleased with the Google Web Toolkit (GWT) and it would very nice to adopt the same way of building html code user interfaces in servlets in GAE - as an alternative to the servlet

[appengine-java] Re: Gadget Hosting on App Engine

2009-10-24 Thread Roy Smith
I think this is more likely to be a gadget issue than an appengine issue. Check the gadgets discussion group as a few other people are experiencing the same issue On Sat, Oct 24, 2009 at 3:24 PM, Brian Dorry brian.do...@gmail.com wrote: I have recently been tasked with working on creating a

[appengine-java] Re: Authentication with Google Apps

2009-10-23 Thread Roy Smith
For example I'd like my users to enter their u...@mycompany.com email rather than someb...@gmail.com. Is this possible? I have a GAE app defined as public which I can authenticate to using u...@mycompany.com. The rules for when this does and doesn't work seem ill defined. then you need to

[google-appengine] Re: JSP code deployment error

2009-10-23 Thread Roy Smith
You might be hitting this bug http://code.google.com/p/googleappengine/issues/detail?id=2255 Strange though it sounds, unable to compile jsp is the symptom. On Fri, Oct 23, 2009 at 6:03 PM, prasad prabhu pra...@rediffmail.comwrote: Hi I am not able to deploy the jsp code.I am getting the

[appengine-java] Re: SimpleDS: an alternative for Datastore persistence

2009-10-22 Thread Roy Smith
I did more or less the same thing for the same reasons, and with the same happy result.The only difference for me was instead of annotations, I generate my model from an RDBMS. This way I know I can port my app to an RDBMS world should GAE ever go the same way as Google Notebook. On Thu, Oct 22,

[appengine-java] Re: SimpleDS: an alternative for Datastore persistence

2009-10-22 Thread Roy Smith
My goal wasn't to economise on api _ms so I haven't done any comparisons. afaik, commit is done at an entity level, so I don't monitor individual fields for changes. If I'm wrong then it wouldn't be too difficult to build dirty flags into my DTO setters. My advice to anybody building apps for GAE

[appengine-java] Re: LIKE query workaround for the Low Level API

2009-10-21 Thread Roy Smith
Answered in this thread http://groups.google.com/group/google-appengine-java/browse_thread/thread/958851cc674d0c70/7403586fae9ffe20?lnk=gstq=startswith#7403586fae9ffe20 On Wed, Oct 21, 2009 at 6:34 PM, George Moschovitis george.moschovi...@gmail.com wrote: Hi, what is the suggested way to

[google-appengine] Re: Same entity with several parents?

2009-10-14 Thread Roy Smith
It sounds like you're reading documentation for the Low Level API. I don't use JDO, but I suspect that JDO does not have that single-parent constraint. On Tue, Oct 13, 2009 at 8:49 PM, andreas_b andreas.borg...@gmail.comwrote: Hi all. I've only been working with relational databases up to

[google-appengine] Re: Email paradigm for Logs

2009-10-11 Thread Roy Smith
I run all my logging through a custom Class which duplicates each log message out on XMPP. That way I can debug in real time. It only does the session is a nominated test user so I don;t get inundated with log IMs from production users. On Mon, Oct 12, 2009 at 5:09 AM, Mike mickn...@gmail.com

[google-appengine] Re: Question about Program Policies and Prohibited Content

2009-10-01 Thread Roy Smith
Profane is generally interpreted as anti-religion as opposed to simply being devoid of religion or secular. You have nothing to worry about. If you need further explanation then you should consult your own lawyer. I doubt anybody from Google on this list is authorised to make any comment on the

[google-appengine] Re: Why Google AppEngine sucks

2009-09-30 Thread Roy Smith
Perfect, and a really great site btw. Highly commended On Wed, Sep 30, 2009 at 6:45 AM, GregF g.fawc...@gmail.com wrote: On Sep 29, 3:32 pm, Roy Smith roy.smith@googlemail.com wrote: Since I've never seen my app during maintenance, can you elaborate on the nice message bit? Are all

[google-appengine] Re: Why Google AppEngine sucks

2009-09-29 Thread Roy Smith
Touche! An apt point. The current frequent planned maintenance is a nuisance, but we warn customers ahead of time and present a nice message to users explaining what is going on. Since I've never seen my app during maintenance, can you elaborate on the nice message bit? Are all GAE apps

[appengine-java] Re: JDO vs low level API

2009-09-24 Thread Roy Smith
I realise that non-deterministic is a relative term, and that given enough time, reading, research, etc etc I will be able to determine why adding a println prevents an NPE. My point (and I think of others) is why?. Especially since it's taken me 2 days already that I was supposed to have spent