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

2011-12-07 Thread Richard Watson
Objectify runs fairly close to the datastore (ie if you understand the datastore, you won't be irritated by high-level abstractions) and it's dead-easy to take advantage of caching. I wouldn't even think about it, personally - I'd just use Objectify. For you, it's a small investment to try it

[appengine-java] Re: 1.6.1 Pre-release SDKs are live

2011-12-07 Thread Stefano Ciccarelli
Right! If not, we would be faced with a new, insidious and unjustified price increase. I begin to be concerned about that lock-in. -- 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] An alternative to Objectify?

2011-12-07 Thread Alexander Orlov
On Tuesday, December 6, 2011 10:20:58 PM UTC+1, David Chandler wrote: Objectify works great with RequestFactory: Indeed! I'm already using RequestFactory (partly with the ServiceLocator pattern) and JPA2 at my company's project. Thanks to your

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

2011-12-07 Thread Alexander Orlov
On Wednesday, December 7, 2011 7:51:53 AM UTC+1, ra wrote: On Tue, Dec 6, 2011 at 10:20 PM, David Chandler drfib...@google.com wrote: Objectify works great with RequestFactory: http://code.google.com/p/listwidget/ Do you have a specific concern about it? Btw - JPA2 and Objectify

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

2011-12-07 Thread datanucleus
*Does anybody know whether it's as simpletransparent as with Objectify to use GAE's caching in JPA2Datanucleus on GAE?* Assuming you're using v2 of the datanucleus-appengine plugin, just define the persistence property datanucleus.cache.level2.type as javax.cache and it will use Memcached, with

[appengine-java] i18n class from linked Project not available on server side (but on client side)

2011-12-07 Thread meiaestro
Hi all, let me briefly describe the situation: - I have two eclipse projects: 1) Application specific development; 2) My Own UI-Widgets - Project 2) is on the build path of project 1) - I decided to move the localization tables into project 2) to have it available in both projects - I am using

[appengine-java] Re: i18n class from linked Project not available on server side (but on client side)

2011-12-07 Thread meiaestro
Not linking the whole project but linking the project's source folder did it. -- 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] Re: An alternative to Objectify?

2011-12-07 Thread Jeff Schnitzer
On Wed, Dec 7, 2011 at 7:03 AM, datanucleus andy_jeffer...@yahoo.comwrote: *Does anybody know whether it's as simpletransparent as with Objectify to use GAE's caching in JPA2Datanucleus on GAE?* Assuming you're using v2 of the datanucleus-appengine plugin, just define the persistence

[appengine-java] Stored Data (Task Queue) - billing

2011-12-07 Thread Efi Merdler-Kravitz
Hi, As I understand push queues are being cleared after task has been processed, so I don't understand this billable resource, is it used both in push and pull queues and when ? Thank you. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Spring 3 with tiles 2.1.2 getting error

2011-12-07 Thread Arthas Woon
My application previously is work fine with spring 3 and tile 2.1.2, but this few day i redeploy new version of my application, it come error in gae server side, but my local jetty still working fine. some one pls help me, i didnt change any jar or lib before, i just change my application

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

2011-12-07 Thread Alexander Orlov
On Wednesday, December 7, 2011 12:03:57 PM UTC+1, datanucleus wrote: transparent to the user. *Nothing* gets simpler than that. Well, it sounds so. But does (or can/will) Datanucleus support at least some of the features Jeff has mentioned? I suppose all those features are supported by

Re: [appengine-java] Re: 1.6.1 Pre-release SDKs are live

2011-12-07 Thread Marzia Niccolai
Yes, all applications are using the lowest instance class currently. On Tue, Dec 6, 2011 at 6:28 PM, John Wheeler j...@highvolumeseller.comwrote: And exactly which front-end instance class have we all currently been using? I hope the lowest one-- I don't want to suffer a performance hit and

[appengine-java] Security features of Google App Engine

2011-12-07 Thread Tarafa Al-wattar
Hello all, Does anybody have any idea about the security features of GAE that can be used against DoS attacks? (i.e., how does GAE behave against DoS attacks?) Tarfa -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this

[appengine-java] Log4j - Logback - SL4j + appengine

2011-12-07 Thread Rafael Cavazin
Guys , I just started with google app engine, and i have been lately trying a lot to change the logging features to use + logback and sl4j - i have used this combination in many java projects and i would like to keep it. But i am facing problems to fully use that, .. i managed to integrate

Re: [appengine-java] Log4j - Logback - SL4j + appengine

2011-12-07 Thread Bruno Fuster
It seems that logback uses a blocked class (InetAddress) Check this thread: https://groups.google.com/group/google-appengine-java/browse_thread/thread/6af42932d46247d6?hl=japli=1 On Wed, Dec 7, 2011 at 4:29 PM, Rafael Cavazin rafaelcava...@gmail.comwrote: Guys , I just started with

Re: [appengine-java] Security features of Google App Engine

2011-12-07 Thread Bruno Fuster
Hello Tarafa, This post might help you. http://code.google.com/intl/en_US/appengine/docs/java/config/dos.html On Wed, Dec 7, 2011 at 7:29 PM, Tarafa Al-wattar tarafayas...@gmail.comwrote: Hello all, Does anybody have any idea about the security features of GAE that can be used against DoS

[appengine-java] Re: ReĀ : GAE and Logback - A little solution

2011-12-07 Thread Rafael Cavazin
I do use ! :) , but i am facing problems with it, logback + sl4j , i am even using your class, and it's logging ..more or less, i mean , i am getting the Info Level OK , Warning OK , but not the debug one, ... What are your Libs ? this is what i get while testing a servlet to show