[appengine-java] Re: An alternative to Objectify?

2011-12-08 Thread datanucleus
Well, it sounds so. But does (or can/will) Datanucleus support at least some of the features Jeff has mentioned? Yes, several actually. And nothing is dog slow, ... though why dogs get such a bad reputation I've no idea; take a greyhound for example ... :-) The question was is caching in

[appengine-java] Yaac 0.4 is out! Insert statement is now supported

2011-12-08 Thread Max
Hi, Yaac http://code.google.com/p/yaac/0.4 is just released. This is the first time I post release note there. So for some of you don't know what is *Yaac*, it's a java maven project designed to perform ad hoc admin tasks. You can simply download and deploy Yaac to your own domain as a

[appengine-java] Securing cron urls / task urls using UserService and not using web.xml

2011-12-08 Thread Raphael André Bauer
Hi, I am currently trying to secure my urls that are accessed by cron jobs / tasks. Normally I would use web.xml like that: security-constraint web-resource-collection web-resource-nameProtected Area/web-resource-name url-pattern/cron/*/url-pattern

[appengine-java] Populating the App Engine logs with userid without Google Accounts

2011-12-08 Thread Edward Hartwell Goose
Hi, I'm using Spring Security in an application of ours, which we have successfully authenticating users. We did this because we already have an existing single sign on solution in place. What that means is that none of our log messages have the user id's in them - unless the user is also

[appengine-java] Re: An alternative to Objectify?

2011-12-08 Thread Alexander Orlov
On Thursday, December 8, 2011 10:11:40 AM UTC+1, datanucleus wrote: Not sure also why people always want to make things into a mines better than yours contest. I've got the same impression. DataNucleus (and Googles plugin does that, with the emphasis on being owned by Google, and not

[appengine-java] Frontend Instance Hours - what am i doing wrong?

2011-12-08 Thread vega
hi im not sure if this forum or the general forum is better... but i have a feeling that its more java related then general a month ago (or so...) the billing system got changed. i had more then enogh rescourses for free in the old system. i put the project into sleeping, due to more

Re: [appengine-java] Frontend Instance Hours - what am i doing wrong?

2011-12-08 Thread Bruno Fuster
Hi vega, Appengine pricing schema has changed. We are billed now for hours, not for CPU usage anymore, just like EC2. If you use or do not use that particular instance, your billing will be the same. You have 24 hours per day for free. You can set your max idle instances to 1 so you will only

Re: [appengine-java] Re: An alternative to Objectify?

2011-12-08 Thread Jeff Schnitzer
On Thu, Dec 8, 2011 at 5:11 AM, datanucleus andy_jeffer...@yahoo.comwrote: Well, it sounds so. But does (or can/will) Datanucleus support at least some of the features Jeff has mentioned? Yes, several actually. And nothing is dog slow, ... though why dogs get such a bad reputation I've no

Re: [appengine-java] Re: An alternative to Objectify?

2011-12-08 Thread Jeff Schnitzer
On Thu, Dec 8, 2011 at 10:32 AM, Jeff Schnitzer j...@infohazard.org wrote: I'm sorry, but you clearly haven't actually used this cache in the real world. I've looked at DataNucleus' Level2Cache interface and noticed that it serializes requests entity-by-entity. This means that every single

Re: [appengine-java] Frontend Instance Hours - what am i doing wrong?

2011-12-08 Thread Simon Knott
Hi, We actually get 28hrs for free - it allows for a couple of extra instances being spun up by the scheduler on the odd load spike, without having to face charges. Cheers, Simon -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group.

[appengine-java] cron job schedule question

2011-12-08 Thread Vik
Hie I tried to use every 1st,15th day of month 23:59 to run a cron job after every 15th day but this is not correct as app engine fail to parse this. any advise please. Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org -- You received this message because you are

Re: [appengine-java] cron job schedule question

2011-12-08 Thread Bruno Fuster
have you tried every 15 days 23:59 ? On Thu, Dec 8, 2011 at 3:44 PM, Vik vik@gmail.com wrote: Hie I tried to use every 1st,15th day of month 23:59 to run a cron job after every 15th day but this is not correct as app engine fail to parse this. any advise please. Thankx and Regards

Re: [appengine-java] cron job schedule question

2011-12-08 Thread Bruno Fuster
Try 1,15 of month 23:59, it should work On Thu, Dec 8, 2011 at 3:48 PM, Bruno Fuster brunofus...@gmail.com wrote: have you tried every 15 days 23:59 ? On Thu, Dec 8, 2011 at 3:44 PM, Vik vik@gmail.com wrote: Hie I tried to use every 1st,15th day of month 23:59 to run a cron job

[appengine-java] Re: Spring AOP behaving inconsistently on Google infrastructure.

2011-12-08 Thread objectuser
That's pretty crazy. Do you know what you're using for AOP? I'm using Guice, which using AOP alliance stuff, and it works consistently. Does Spring use AspectJ? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this

[appengine-java] Re: Spring AOP behaving inconsistently on Google infrastructure.

2011-12-08 Thread Marcel Overdijk
Yes, it's using AspectJ as well. The problem is I don't know how to search for the root cause... On Dec 8, 7:20 pm, objectuser kevin.k.le...@gmail.com wrote: That's pretty crazy. Do you know what you're using for AOP? I'm using Guice, which using AOP alliance stuff, and it works

[appengine-java] Offical GAE Plugin for Grails

2011-12-08 Thread sathya vikram
I want to know if there is any official plugin for Grails. is http://www.grails.org/plugin/app-engine is offical plugin? -- 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] Offical GAE Plugin for Grails

2011-12-08 Thread Bruno Fuster
I think so! Consider using Gaelyk + Objectify instead of Grails + GORM. http://gaelyk.appspot.com/ http://obgaektify.appspot.com/ On Thu, Dec 8, 2011 at 5:16 PM, sathya vikram sathyavik...@gmail.comwrote: I want to know if there is any official plugin for Grails. is

[appengine-java] Re: Offical GAE Plugin for Grails

2011-12-08 Thread Marcel Overdijk
This plugin is written by Graeme Rocher (Head of Grails Development at SpringSource). Although I hoped differently in the past, Grails on AppEngine has never been a success for me. Note that I'm using latest Spring (MVC) together with Objectify. On Dec 8, 8:16 pm, sathya vikram

[appengine-java] Re: Spring AOP behaving inconsistently on Google infrastructure.

2011-12-08 Thread objectuser
Can you make it only use the AOP alliance libs? I am totally guessing, so maybe that's pointless. -- 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

[appengine-java] Re: Creating a new entity kind using the Datastore Viewer

2011-12-08 Thread Max
Hi Marcel, You probably will be inserested at this project ( http://code.google.com/p/yaac/). You can upload blobs to blobstore directly or create a new entity / property which don't exist before. It's an complete application (rather than a standalone library) to be deployed as a separated

[appengine-java] java application upload help

2011-12-08 Thread madushka.prasadgmail.com
i am trying to upload java application via command line.. but i got error msg. how can i fix this error.?. i have typed password and email correctly Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\prasadcd\ C:\cd/j C:\jcd/bin