[appengine-java] Re: 1.6.0 Prerelease SDKs are out

2011-11-01 Thread Roberto Saccon
to migrate an existing app to HDR with the new tool, can I keep now the app-id ? -- Roberto -- 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-appengi

[appengine-java] Re: Prerelease SDK 1.5.5 available for download!

2011-10-03 Thread Roberto Saccon
Question about "Google Storage for Developers directly from App Engine." can we just reach the developers account or could we reach the "Google Storage " from a logged in user (who has O-auth-orized the access) ?? -- Roberto -- You received this message because you are subscribed to the Googl

[appengine-java] Re: Google plugin for Eclipse seems not to update 1.5.3 SDK version

2011-08-26 Thread Roberto Saccon
They don't seem to update the plugin whenever a new SDK comes out, but you can download the SDK manually and point the eclipse plugin to the SDK. -- 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 v

[appengine-java] app identity API javadoc missing

2011-08-19 Thread Roberto Saccon
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/appidentity/package-summary.html returns a 404 -- Roberto -- 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

[appengine-java] Re: No more Logging and even System.out.println statements since yesterday

2011-08-05 Thread Roberto Saccon
after even request logs having trouble (massive delays), now everything seems to be fine again. really strange. -- Roberto -- 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.

[appengine-java] No more Logging and even System.out.println statements since yesterday

2011-08-05 Thread Roberto Saccon
this is a really strange issue, and only affecting the production web admin-console. The requests are logged, but any custom logging (either via logging libs or even with simple System.out.println) does not appear in the logfiles anymore. What is happening ? Nobody else complained yet. Is it j

[appengine-java] Re: gaeom - new option for lightweight, high performance object mapping

2011-07-20 Thread Roberto Saccon
Great. I am currently a happy user of slim3, but I am always interested in evaluating other approaches. Do you have somewhere a simple, but complete example app ? Is there a particular JSON encoder/decoder you recommend for using with gaeom ? -- You received this message because you are subscr

[appengine-java] Channel presence service problems on dev_server

2011-06-28 Thread Roberto Saccon
Anyone got channel presence stuff working ? On dev server I get the follwoing exception: WARNING: /_ah/channel/dev com.google.apphosting.api.ApiProxy$ApplicationException: ApplicationError: 5: http method POST against URL http://192.168.1.2:8080/_ah/channel/connected/ timed out. at com.go

[appengine-java] Re: filter file upload to blobstore

2011-02-12 Thread Roberto Saccon
Query the BlobInfo when finished uploading, and if check fails, delete the blob -- 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 google-appengine-java@googlegroups.com. To unsubscribe from this

[appengine-java] Re: filter file upload to blobstore

2011-02-12 Thread Roberto Saccon
There are many client-side solutions (Javascript) for that, e.g.: http://github.com/blueimp/jQuery-File-Upload -- 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 google-appengine-java@googlegroups

[appengine-java] Re: Lightweight & Best performing MVC framework - Recommendation

2011-01-03 Thread Roberto Saccon
+1 on slim3, it is MVC optimized for appengine, datastore engine includes the latest 1.4.0 async stuff, has even built-in JSON support. http://sites.google.com/site/slim3appengine/Home -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" gro

[appengine-java] Re: Tic Tac Toe not there

2010-12-02 Thread Roberto Saccon
try: http://code.google.com/p/java-channel-tic-tac-toe/ On Dec 2, 11:11 pm, Thomas Wiradikusuma wrote: > I just read 1.4.0 release announcement, congrats to GAE team! > > Btw the sample project doesn't seem to > existhttp://code.google.com/p/java-channel-tac-toe/ -- You received this message

[appengine-java] Channel API ?

2010-11-24 Thread Roberto Saccon
Anybody figured out how to to use it ? Are there javadocs or any other new docs anywhere, beside of the probably now outdated dance robot ? -- Roberto -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send e

[appengine-java] Re: Entity relations (JPA vs lowlevel API)

2010-11-20 Thread Roberto Saccon
maybe a good place to start is sourcecode of lowlevel-based frameworks like slim3 or objectify -- Roberto On Nov 20, 8:13 am, Tom wrote: > Hi there, > > I'm searching for information of entity relation ships in appengine. > JPA for example supports relations between entites (one-to-one, > ont-to-

[appengine-java] Re: Spring MVC on GAE: Slow Load Time

2010-10-07 Thread Roberto Saccon
another non-Spring but fast-loading choice: slim3 -- Roberto On Oct 7, 8:41 am, Marcelo Madeira wrote: > Vladimir, > > I am using the cron job solutions... i know that it´s not the best > solutions but it´s working perfectly. > I don´t recommend you to use spring in GAE. The spring´s load time i

[appengine-java] Re: Best Java Web Frameworks for GAE (aka speed)

2010-09-09 Thread Roberto Saccon
Slim3 is among the fastest appengine Java Web frameworks. Small footprint, no reflection and pure low level API for datastore. I use it together with Jamon template engine (which is lightweight and fast as well, templates get compiled). And both provide excellent eclipse integration. -- Roberto O

[appengine-java] Re: Intregrating GAE on Google Marketplace

2010-03-25 Thread Roberto Saccon
wrote: > > > > > Roberto, > > > I thought the same thing, but that does not seem to be the case. > > > Lazar > > > On Thu, Mar 25, 2010 at 12:32 PM, Roberto Saccon wrote: > > > I am also interested in this. But I have to admit that I did not even >

[appengine-java] Re: Intregrating GAE on Google Marketplace

2010-03-25 Thread Roberto Saccon
I am also interested in this. But I have to admit that I did not even got that far, to analyze out the incompatibilities, I was assuming that step2 just runs on GAE, because the step2 example code contains some stuff which looks to me like it is meant to be deployed on GAE. On Mar 25, 10:49 am, lr

[appengine-java] Re: GAE

2010-01-12 Thread Roberto Saccon
Are you aware about the new blob store ? On Jan 12, 8:34 am, amit rathod wrote: > GAE has a limitation of allowing applications to store not more than > 10MB of a single large file on it’s server. This may not be a problem > for some of the web applications. This is a serious issue for many web >

[appengine-java] Re: Domain setup using Google Apps

2009-12-22 Thread Roberto Saccon
that's not possible for many reasons explained many times here, but you can map to www.footdex.com, that is what people usually do. -- Roberto On Dec 22, 6:03 pm, Marcel Overdijk wrote: > I own the footdex.com Google Apps domain. I've bought this some time > ago to host a GAE application on it.

[appengine-java] Re: Generating QR Codes with ZXing

2009-12-20 Thread Roberto Saccon
There is a sample app with ZXing, which runs on GAE, but I don't know exactly what it does, but I think to encode QRCodes (generating an image) isn't that difficult, I recently did that (just for a test) in Javascript, with an Open source code I found after 2 seconds of Googeling. If you want to d

[appengine-java] Re: xmpp support

2009-09-02 Thread Roberto Saccon
last time I asked (a few months back, before wave announcement) and got an answer from a Google employee, BOSH was not intended to be part of the GAE supported XMPP subset. -- Roberto On Sep 2, 5:47 am, asianCoolz wrote: > May i know when GAE mentioned will support XMPP for next version of > GA

[appengine-java] Re: Comet and push mechanism

2009-08-27 Thread Roberto Saccon
Jeff, what alternatives do you suggest ? The only one I am aware of is polling. -- Roberto --~--~-~--~~~---~--~~ 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 goo