-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm having trouble running the gae:debug goal of the Maven GAE Plugin. The error I'm receiving is below. Any ideas?
I'm running it with "mvn gae:debug".
[INFO] Packaging webapp
[INFO] Assembling webapp[test-gae] in [C:\development\test-gae\target\test-gae-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO]…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a Google App engine application that I want to work differently depending upon if it is running in my local dev environment (i.e. with dev_appserver.py) as against running in actual GAE cloud.
Currently I use a flag variable that I manually toggle to achieve that. But I am sure one day…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I`m looking for opinion which one is better for building web applications(web sites).
I have some experience with Django, and some with Google App Engine and App-Engine-Patch
for Django. And it seems to me that only Django is working faster than the GAE implementation.
Is there some other frameworks…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Updating the servlet version in application.properties to 2.5 has no affect on the generated web.xml. The generated web.xml is still version 2.4.
app.servlet.version=2.5
Also, if I try to execute "run-app" I get the exception below:
Running Grails application..
Starting AppEngine generated indices…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to resize and crop to exactly 60x80px from various size and
aspect ratio. Just before i put into Datastore. Anyone already got
this issue resolved.
Currently i already succed to just transform it to exact height (80px)
with various width which nott look so good when i try to display it on
a…
>>> More