[appengine-java] Re: Downloading WAR files from appengine

2010-09-06 Thread Puneet
i don't have any problem editing .class files..i just need the way to download the WAR filei can create the workspace once i have the war file. i have all the converters. can you help me with that. On Sep 1, 12:34 am, "Ikai L (Google)" wrote: > No you need to provide your own backups. The

[appengine-java] Grid View

2010-09-06 Thread Star25
Hi... i develop a simple form have the fields Firstname, Lastname and Email As i am new to the google app engine can any one help me to display the data in Grid View -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post t

Re: [appengine-java] app eng java plugin not compatible with helios

2010-09-06 Thread Thomas P.
I think you did something wrong ... I've been working with GAE+GWT with Helios for about 4 weeks now and everything works fine ... Best regards, Thomas On 05.09.2010 19:33, syntheticperson wrote: I tried to install google app engine java plugin for eclipse, but it does not appear to be compa

[appengine-java] Re: GWT and GAE: Uploading Files to Blobstore

2010-09-06 Thread Jayz
Hey, I am stuck at exactly the same position. At the line - form.setAction(url); and before getting to the servlet as pointed by the url set in form action, I get the "Java Heap Exception: outOfMemoryError". Did you find any workarounds or solution? ~Jayz On Aug 24, 2:50 pm, rapher wrote: > i e

[appengine-java] getting the appengine-java-sdk-1.3.7 demos to run

2010-09-06 Thread syntheticperson
Hello all, I am attempting to learn how to use the google app engine for java. I've tried to get the demo apps to run, but am only able to get the first one to run. =( i.e. I can get guestbook to run, but helloorm, etc, through errors. I've created this google doc to show the errors I'm getting

[appengine-java] Omitting XML header during XSLT transformation

2010-09-06 Thread en
Hi, I am unable to suppress the output of the XML header processing instruction even when I have explicitly set that option in the stylesheet: This does not happen on the local dev app engine and occurs even when method is set to "text".The errors appearing in the log are: : SystemId Unknown; L

[appengine-java] app eng java plugin not compatible with helios

2010-09-06 Thread syntheticperson
I tried to install google app engine java plugin for eclipse, but it does not appear to be compatible with the latest helios release of eclipse. Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for Eclipse 3.5 1.3.3.v20100

Re: [appengine-java] jsonengine: a JSON storage that requires no server-side coding

2010-09-06 Thread Gal Dolber
Had the same idea a time ago! Looks great! 2010/9/6 kazunori_279 > Hi all, > > We have created a JSON storage engine called "jsonengine": > > - > http://code.google.com/p/jsonengine/ > > jsonengine is a simple and ultra-scalable JSON storage that works on > Google App Engine. You do not need

[appengine-java] jsonengine: a JSON storage that requires no server-side coding

2010-09-06 Thread kazunori_279
Hi all, We have created a JSON storage engine called "jsonengine": - http://code.google.com/p/jsonengine/ jsonengine is a simple and ultra-scalable JSON storage that works on Google App Engine. You do not need any server-side Java/Python coding. Just deploy a jsonengine to App Engine cloud w

Re: [appengine-java] Re: Query BlobInfo in Java?

2010-09-06 Thread Gladys Anne Nicdao
Hi! Are you using a billable account in appengine? I'm wondering if I can use the blobstore service even with a free account. If not, are there other alternatives for blobstore so that I can upload and retrieve a file? Thanks On Tue, Sep 7, 2010 at 2:57 AM, Peter Liu wrote: > Just what I needed.

[appengine-java] Problem with inheritance and JDO

2010-09-06 Thread lisandrodc
Hi all, I've used hibernate for a while, and I'm having a bit of trouble switching to JDO. I have several entities that all entities will share. Rather than a parent table, I'd prefer these columns be embedded directly in each entity. As such, I've defined my abstract entity and child entity i

Re: [appengine-java] Spring AOP on App Engine?

2010-09-06 Thread Guillermo Schwarz
Use Dynamic Proxy instead, it works fine. Cheers, Guillermo. On Mon, Sep 6, 2010 at 5:55 AM, Vikas Hazrati wrote: > Has anyone got spring aop working with GAE? I get the following issue > deploying aop on the app engine > > Error creating bean with name 'entityManagerFactory': Post-processing >

[appengine-java] Google Apps problem with Google App engine Admin Console Display

2010-09-06 Thread powell...@gmail.com
Before our university, Elon, went to Google Apps for the students, the students who had gmail accounts such as d...@gmail.com could easily request and appengine account, create an application and then have it displayed in the app engine admin console dashboard. If they went to http://appengine.goog

[appengine-java] Re: Deleting a version of an app gives error in the admin console

2010-09-06 Thread oth
John, I have the same issue. If you find a solution please let me know. Thanks On Sep 5, 4:38 pm, John wrote: > AppEngine Team, > > I have a version of my app which gives me a server error whenever I > try to delete it from the admin console: > > Server Error > > A server error has occurred. >

[appengine-java] Re: Query BlobInfo in Java?

2010-09-06 Thread Peter Liu
Just what I needed. Thank you. On Sep 6, 1:38 am, Sergio Lopes wrote: > I'm using the Datastore API to query __BlobInfo__ entity directly. > In my case, for example, I can have multiple versions of the same > filename but I need to get the last one. > So: > >  Query query = new Query("__BlobInfo_

[appengine-java] Re: ClientLogin > Service name required if all I want is datastore access?

2010-09-06 Thread Dan Billings
The answer is "ah," which does not log in to any services On Sep 3, 3:34 pm, Dan Billings wrote: > I just want to have access to the User object on the server-side, but > I don't need access to any of the servers. > > I the service name required?  The documentation says it is, but this > seems so

[appengine-java] Re: Can't flush response

2010-09-06 Thread Sergio Lopes
Too bad... thanks, Peter On 6 set, 07:39, Peter Ondruska wrote: > It will not work, GAE in production will send response at once. > Seehttp://code.google.com/appengine/docs/java/runtime.html#Responses > > On Sep 6, 10:42 am, Sergio Lopes wrote: > > > > > Hi everybody > > > I'm trying to use flu

[appengine-java] Re: Can't flush response

2010-09-06 Thread Peter Ondruska
It will not work, GAE in production will send response at once. See http://code.google.com/appengine/docs/java/runtime.html#Responses On Sep 6, 10:42 am, Sergio Lopes wrote: > Hi everybody > > I'm trying to use flushBuffer() of HttpServletResponse. I have some > use case here where I need to send

[appengine-java] Spring AOP on App Engine?

2010-09-06 Thread Vikas Hazrati
Has anyone got spring aop working with GAE? I get the following issue deploying aop on the app engine Error creating bean with name 'entityManagerFactory': Post-processing of the FactoryBean's object failed; nested exception is java.lang.StackOverflowError at org.springframework.beans.fact

[appengine-java] Can't flush response

2010-09-06 Thread Sergio Lopes
Hi everybody I'm trying to use flushBuffer() of HttpServletResponse. I have some use case here where I need to send some response to the user and later send a little more. But flushBuffer() doesn't seem to be working in production. Locally everything works with the SDK, but in production the resp

[appengine-java] Re: Query BlobInfo in Java?

2010-09-06 Thread Sergio Lopes
I'm using the Datastore API to query __BlobInfo__ entity directly. In my case, for example, I can have multiple versions of the same filename but I need to get the last one. So: Query query = new Query("__BlobInfo__"); query.addFilter("filename", FilterOperator.EQUAL, filename); query.addSort("

[appengine-java] Re: Security problem with App Engine application

2010-09-06 Thread Andy Faulkner
Thanks for your contributions guys. Had got myself a confused with the need to use AppEngine which, as John points out, I don't need to in this context. Andy On Sep 3, 9:23 am, John Patterson wrote: > You can write a local Java application that reads data using the JDBC   > driver and inserts it

[appengine-java] Query BlobInfo in Java?

2010-09-06 Thread Peter Liu
Hi all, Anyone know a simple way to query BlobInfo? Simple use case will be query the BlobInfo that has a specific file name. It seems there's a method to query BlobInfo for Python but I can't find it for java. Thanks! -- You received this message because you are subscribed to the Google Grou