Tagged Questions
1
vote
1answer
33 views
Deploy Java Web Application and MySQL database in the cloud
my issue is that I've been developing a Java Web app in Netbeans 7.2, which I've used Hibernate and JSF Facelets to communicate and show the data from a MySQL database deployed in my local server ...
0
votes
3answers
40 views
does Google app engine have an equivalent to I AM from aws?
I am trying to decide between using aws and Google app engine for a few web service and application implementations. I know this seems like a minor detail among many larger differences, but it makes ...
0
votes
2answers
75 views
405 for Google App Engine - The method POST is not allowed for this resource — adding to Boilerplate
I am noobie to app engine, and am working on adding a simple chat feature to a boilerplate (https://github.com/coto/gae-boilerplate). The chat application works fine on its own but when I try to add ...
0
votes
3answers
42 views
directions for building a jsp as a beginner
I have built an application in the google app engine in eclipse and I now need to build a website in which people can interact with the programs results in their web browser. Google-app-engine ...
0
votes
1answer
65 views
Making a chat app using AJAX, Servlet and JSP on GAE
I'm a CS student trying to do some side projects during this summer. One of my aims to is create a chat app which will be ultimately hosted on GAE. I am new to web development so I'm trying to shoot ...
1
vote
0answers
39 views
How to do backwards pagination with cursors in GAE?
If I read Guido Van Rossum about how to do backwards pagination in GAE it says
When using a backward cursor you should also do a reverse query
"Backward" pagination with cursors in ...
1
vote
0answers
75 views
JDO - java.lang.NoClassDefFoundError in Google Web Application
Im trying to make a Google Web Application in Java. I got a servlet named Get.java, a EMF.java that is taking care of the storage and a javabean, Person.java.
Get.java:
package no.nordnes;
import ...
0
votes
1answer
32 views
Agent-Modelling System on GAE
I am starting on a project to simulate agents on the google app engine. I plan to have a control panel like so:
My question is during simulation, the server has to process tasks again and again and ...
0
votes
1answer
31 views
webapp2 changes html tags in pure text
I want to make my GAE application webapp2 compatible.
This code worked great with webapp:
insert = '<p><font color="red"><b>some text</b></font></p>'
...
0
votes
0answers
31 views
App Engine doesn't run the application when Run button is pressed in launcher
I created an application as instructed in Google App Engine Docs. When I click on the Run button, it should usually go to the state where Stop and Browse buttons are active. But it returns to its ...
0
votes
3answers
131 views
Get data from webpages with Python
Looking to get data from a specific website with Python to upload onto Google App Engine. The idea is to create a database data to store the information on the server to retrieve and display in an web ...
0
votes
0answers
37 views
Request not going to correct webapp2.WSGIApplication
I have been working on developing an application using Google App Engine, and I have a separate webapp2.WSGIApplication in my main program for my API to not initiate error handling. This is what it ...
-3
votes
1answer
87 views
Which is better to create a webapp in which multiple users will sign up for events - Python or Java ? [closed]
I intend to create a webapp in which members of an organization will sign in, filter and search for events, and sign up to attend events. I'm just making this for one organization, but I'll most ...
0
votes
3answers
141 views
How to define Key Name in Datastore GAE Python?
OS Win7, GAE 1.7.6, Python 2.7.3, still learning GAE..
Working on project, which need to have input form to extend its content(name,email,phone..) with defined Key Name in Datastore, preferably to ...
0
votes
1answer
244 views
Working locally on web-application
I have been added as developer on application.
On Applications Overview this app is shown together with my other app, that I can freely access and change via Google App Engine Launcher.
Question is ...
-2
votes
1answer
65 views
Value Error Invalid literal for int() with base 10 [closed]
I'm getting the following error when I enter 1933 as the copyright_year in my form:
File "C:\programming_google_app_engine_repo\datastore\main.py", line
29, in post
book.copyright_year = ...
0
votes
2answers
233 views
My first Google App Engine/Python app
I am trying to write my first GAE/Python application that does the following three things:
Displays a form where the user can enter details about themself (index.html)
Stores the submitted form data ...
0
votes
1answer
65 views
How to get number of web hits for a given query?
I'm doing a project based on information retrieval, in that i want to know how many web hits for a given query on the web. Is it possible to get web hits from google?? if so , can any body tell me how ...
0
votes
0answers
154 views
Simplest OAuth2 client java
I wanted to implement the simplest OAuth2 client from a java web app in Google App Engine.
From an object (not servlet) I'd like to make a request to:
...
0
votes
0answers
32 views
Invalid Try/Except in webapp2 [closed]
I'm a beginer in python and GAE and was wondering why this is cousing a Error 500 ? Withouth the try catch it works fine.
class DemoHandler(BaseHandler):
def get(self, param):
param = ...
1
vote
2answers
49 views
Google App Engine Handler not displaying content
Hi I'm trying to get my Google App Engine application running on local host but I'm getting issues when I try to run it.
This is the code I'm tryng to run:
# helloworld.py
import webapp2
class ...
1
vote
1answer
151 views
Persistence manager failing to instantiate
I have a web application project using gwt and using google app engine to store my data. When I run my project I get the following error:
WARNING: Error for /proj/saat
java.lang.NoSuchFieldError: ...
0
votes
2answers
142 views
Programatically setting subdomain on Google app engine
I am having my application deployed to GAE with main domain www.mysite.com. When someone subscribe to my application, he will use email id username@company.com.
I want to capture the company from the ...
0
votes
0answers
81 views
Kinda CRM Solution with Google App Engine (?)
Dear programmers and developers,
I am doing a research on an application development. I don’t know much about Google App Engine and I come from Microsoft applications development environment.
Our ...
1
vote
1answer
101 views
Manifest app validation for Firefox Marketplace using GAE for Java
I want to upload my app to the Firefox Marketplace.
When I try to validate my app manifest (called manifest.webapp), I got the following message:
JSON Parse Error
Manifests must be served with ...
4
votes
1answer
91 views
Separating service and front-end in AppEngine causes latency
I have a set of Java AppEngine apps structured as follows:
REST service
Web Frontend
These two components are hosted on 2 separate AppEngine instances (paid), this is a standard way to design you ...
-1
votes
1answer
225 views
How to host my Java servlet web applikation
Im having some trouble hosting my web application. It runs Jetty and servlet 3.0. Since Google App Engine does not support servlet 3.0 and I dont know any other free hosting services with Eclipse ...
0
votes
4answers
629 views
How can I debug Web Application with Eclipse?
I would like to debug web application of my university mate because I am developing android application that it will interact with the web application.
I am using "debug" perspective and with andorid ...
-2
votes
1answer
42 views
How to integrate Google App Engine to an existing web application?
I am new to Google App Engine, I have an existing web application and now I need to integrate that with Google App Engine for https://developers.google.com/appengine/docs/java/mail/receiving purpose, ...
1
vote
2answers
42 views
Managing latency in URL specific way on App Engine
I'm using an app on GAE to receive emails generated by PBS pro running on a cluster. The app parses through the emails for statistics on the cluster jobs and generates a simple report.
The problem ...
1
vote
2answers
75 views
ListProperty with GoogleAppEngine
How do I assign a ListProperty with Google App Engine?
name = self.request.get("name")
description = self.request.get("description")
list = '''insert code here'''
I want list to work ...
1
vote
1answer
34 views
Image Property in Google App Engine with Python?
I have a Card Class.
class Card(db.Model):
name = db.StringProperty(required = True)
image = '''insert property here'''
description = db.TextProperty(required = True)
submitted = ...
0
votes
1answer
49 views
How to store all usernames in lowercase?
username = db.StringProperty(required = True)
^How do I store the username in lowercase, using GAE.
2
votes
1answer
66 views
GAE: User By Name / Regex Expressions [duplicate]
Possible Duplicate:
How to make case insensitive filter queries with Google App Engine?
Currently on my web app,
If I type in www.website.com/Rohit , it takes me to my desired profile ...
0
votes
3answers
62 views
How good is GoogleApp Engine to build a web application? [closed]
After quite a bit of research, and many of the blogs/posts/tutorials is out of date.
I can not figure out if Google App engine is good enough to build a webapp nowadays. Consider only Java as a ...
-2
votes
2answers
174 views
Can I use a free cloud database on Google App Engine?
I built a simple Web Application using GWT and deployed it to Google App Engine Now I want to build my database and integrate it to my website I searched for it all what I found is Google Cloud SQL
...
0
votes
1answer
77 views
Compiling/Building Google App Engine Java Project
Good day everyone!
I am a graduating student doing Google App Engine-Java Web Application.
My problem is I need to compile/build it so it will run upon click. I've been trying exporting it to a jar ...
0
votes
2answers
391 views
how to convert java web application for deploying on Google App Engine
I have created java web application using struts2 in tomcat server in eclipse. I wanted to deploy it in Google App Engine after created it. so I installed google app engine plugin for eclipse and ...
0
votes
1answer
77 views
Why Google app engine throwing persistence exception
I am writing a web application using java on the Google app engine. Everything was working ok cause I had deployed and run the application numerous times. After I updated my jdk 7 to update 6 (had a ...
0
votes
1answer
156 views
Billing is not enabling in Google App Engine account
I went through the steps of "Enable Billing" 3 times in the past 3 days and after everytime I start the enable billing on my GAE python app it tells me billing is activating then I come back and it ...
1
vote
2answers
701 views
All my Restful web services stopped working when I add new service
Ok I have a package with two restful web service class Login.class and Subscribe.class. When I deploy them to the app engine and test them they work. Now I add a new service class name User s.class to ...
1
vote
1answer
254 views
What Python Web Framework should I use with GWT to stream KML from Python Back-end?
I have a long-running process written in Python 2.7 that I would like to send KML files to my GWT application asynchronously as the KML files are generated.
I have been trying to determine what ...
1
vote
1answer
91 views
User access restriction website
I am developing an web app in Python using GAP and I have multiple users, each with it's own resources.
What I want to know is, if user A has a resource at /A/resource/ how can I restrict access to ...
1
vote
1answer
221 views
download all files as zip
I am developing a web app on google app engine using java.I have links to many files and I have to provide a link to download all these files as zip.
The one way I can think of is to download all ...
2
votes
2answers
654 views
Google App Engine WebApp/Python Custom 404 Handler Implementation
I'm using GAE, Google App Engine with Webapp using Python.
I've been trying to implement a custom error handler, or template, or along those lines. GAE provides some documentation here however it ...
0
votes
2answers
184 views
Difference between Web Application and Application?
I have built a music store program similar to iTunes in Java and and want to deploy it to the web. But when I go to Heroku App and see the demo application, its completely different. They say we need ...
1
vote
2answers
219 views
Setting cookies from webapp. Just won't work
Been banging my head against the well on this issue for a few hours. I just can't get cookies set properly. The cookie that I am setting never seems to get saved or sent back properly.
The situation ...
1
vote
1answer
194 views
Converting html to image using java on google app engine
I was trying to convert html to image using Google's API HtmlImageGenerator. But when I upload the code on Google app engine it blocks many classes like JLabel,ImageIO,JeditorPane,Dimension2D etc. So ...
0
votes
1answer
93 views
Google App Engine: Orchestrating Multiple Apps to Deliver a Composite Service
To my knowledge, GAE does not allow you to upload different Java apps (WARs) to different instances and have them all be part of the same "GAE app".
However, it would be nice to have a modularized ...
0
votes
0answers
42 views
entity by itself vs. property of an ancestor entity
i'm working on some gwt/ae/j webapp including multiple choice questions. Guess what: each Question consists of multiple Choice :D
I wonder what way of storing these questions might be the best.
I ...






