[appengine-java] Re: GWT + GAE Performance

2009-12-19 Thread jd
A pure GWT application is a lot less demanding on server side resources as most of the UI processing is off loaded to the client. Also, a problem that I have run into with running a traditional web framework on GAE is that "loading requests" can take a long time and cause requests to be aborted (if

[appengine-java] Storing transformed images back into the Blobstore

2009-12-19 Thread George Moschovitis
The Image API is conveniently extended to support creation of Images straight from the Blobstore, ie: ImageServiceFactory.makeImageFromBlob(..) After transforming the image by applying ImageAPI transformations, is there a way to store the image back into the blobstore? A helper like: Image.putBl

[appengine-java] URLs and subdirectories.

2009-12-19 Thread Thanasis
Hello all, Lets assume that I have the URL "http://www.example.com/directory/";. In the "/directory" I have a jsp page. When I go to "http://www.example.com/directory"; I get a HTTP 404 error. When I go to "http://www.example.com/directory/"; (notice that the trailing slash is now present) everyt

[appengine-java] Re: bulk download error 403

2009-12-19 Thread lembas
First I visit https://www.google.com/a/cpanel/mydomain.com then login as ad...@mydomain.com and then I visit http://remote.latest.myprogram.appspot.com/remote_api, which has remoteapi definition in web.xml as stated in http://groups.google.com/group/google-appengine-java/browse_thread/thread/af17ff

[appengine-java] JCache API memcache expiration. Low-level memcache API.

2009-12-19 Thread R. A.
JCache API works only until expired. After expiration values are never re-added. How to configure it that values could be allways be added an fetched from it? public class Test { Cache cache; public Test() { Map props = new HashMap(); props.put(GCa

[appengine-java] Re: Freemarker Templates in Dev Server

2009-12-19 Thread efleming969
My problem was not with Freemarker or Dev Server, but with Restlet Framework [SOLVED] -- 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-j...@googlegroups.com. To unsubscribe from

Re: [appengine-java] Unable to add another admin account

2009-12-19 Thread Bhim Khadka
Dear Friends, Thank you very much sent mail. sent Bhim Bdr. Khadka Lalrakshak Prakshan Pvt. ltd On Thu, Dec 17, 2009 at 3:29 PM, Lukasz wrote: > Hi guys! > > I tried to add another admin account to my application in order to > send emails from 'i...@mydomain.com'. I have recived confirmation

[appengine-java] Re: BlobstoreService limited by serve() / Feature request for get()

2009-12-19 Thread George Moschovitis
good point... -g. On Dec 18, 6:29 pm, Stuart Moffatt wrote: > Users interested in better BlobstoreService, please "star" the issue so it > gets more attention: > > http://code.google.com/p/googleappengine/issues/detail?id=2536 > > Stuart > > On Fri, Dec 18, 2009 at 11:23 AM, Stuart Moffatt > wro

[appengine-java] Re: JCache API memcache expiration. Low-level memcache API.

2009-12-19 Thread R. A.
> How to obtain a Low-level Memcache instance? ...The cache is accessed via a MemcacheService object, obtained from the MemcacheServiceFactory. http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/memcache/package-summary.html -- You received this message because you are s

[appengine-java] Generating QR Codes with ZXing

2009-12-19 Thread mably
Has anyone successfully used Google ZXing library on GAE for generating QR Codes ? Thanx for your help. François -- 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-j...@googlegro

[appengine-java] Reading URL From Server

2009-12-19 Thread NG12
Hey all, So, my app is based around serving data from a web page (a wiki, to be exact). My code works fine, including the code which reads from the URL -- however, everytime I run the code it throws an IOException because the URL times out -- "Timeout while fetching: http://wiki..."; Here's the c

Re: [appengine-java] strange redirection

2009-12-19 Thread Vik
hie Please try http://www.sakshum.com instead of http://sakshum.com Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Wed, Dec 16, 2009 at 1:45 AM, Ikai L (Google) wrote: > I don't see this happening: http://sakshum.com/ takes me to the correct > site. > > On Sat,