Questions tagged [google-eclipse-plugin]

Google Plugin for Eclipse (GPE) is a set of software development tools that enables Java developers to quickly design, build, optimize, and deploy cloud-based applications.

141 questions
0
votes
1 answer

what is a simple way to add logging to app engine endpoint class

I am working on an Appengine Connected Android Project. I need to add some logging on the server side inside each endpoint method and such. Is there a simple way to do this? I have one class that comprises all my endpoint methods. So if I were to…
0
votes
2 answers

Specify location of App-Engine Connected Android Project

Creating an App-Engine Connected Android Project, instead of using default location, I select the location where I want my project to be. But for some reason, only the android portion gets created in the location I specify. The App-Engine portion…
0
votes
1 answer

How do I persist google cloud endpoint response to sharedPreference

I am working on an appengine connected android project. One of my endpoint methods returns a collection return CollectionResponse. builder().setItems(result).build(); When the data reaches android, I want to persist the data to…
learner
  • 11,452
  • 24
  • 87
  • 160
0
votes
1 answer

staging server for google-cloud endpoint app-engine connected android project

I find a very short article on how to create a staging server for app-engine. I am using Java. The essential idea is to create another application through the app-engine console. My particular problem is that I have been using the…
0
votes
1 answer

Eclipse wait forever when rename a script file on drive and updates on eclipse

When using Google Apps Script plugin on Eclipse, if I rename a file on the web interface and try to "Update Apps Script from Drive" in the eclipse Google context menu, it start waiting forever and block eclipse. I need to force quit, restart…
Mael
  • 427
  • 3
  • 11
0
votes
1 answer

Why does eclipse GWT designer for uibinder generate exception because of uifield

I'm fairly new to GWT App development, so the learning curve hasn't really straightened out a whole lot yet; however, it seems to me the following shouldn't be causing a problem. I'm working from example code off the net to learn more. I'm using…
Lee
  • 245
  • 3
  • 16
0
votes
1 answer

Selecting GWT module to compile for deployment to App Engine

I introduced additional GWT modules where previously there's only been one in my GWT/GAE project. When deploying to App Engine via Google Plugin for Eclipse I noticed that the plugin compiles all the GWT modules in the project, which is not what I…
Boris Brudnoy
  • 2,387
  • 17
  • 28
0
votes
2 answers

Google App Engine Backends not associated to any Frontend

I'm developing a Java app in GAE, which offers an API through Google Cloud Endpoints. Basically it receives requests in the endpoints and uses a number of web services from different providers, stores some data and returns some data through the…
MikO
  • 16,652
  • 11
  • 69
  • 103
0
votes
1 answer

java.lang.VerifyError when calling endpoint from android

I have an app-engine connected android app. The server is in java. I am testing the Login web service of the backend. Where the code calls the endpoint to send the login information, I get an exception. I am including the entire stack trace. But the…
0
votes
2 answers

app engine connected android project not working

I've followed the wizard to produce an 'app engine connected android project' and using instructions from https://developers.google.com/eclipse/docs/endpoints-androidconnected-gae. The only additions I have made to what is auto-generated are setting…
0
votes
2 answers

how can I use GWT 2.0 plugin on Eclipse 3.8?

i have an existing GWT 2.0 application that i wrote using Eclipse 3.5. but when i upgraded to newer Eclipse versions (3.6 through 3.8), i was no longer able to execute Eclipse-based GWT compilation, nor run remote debugging in Eclipse. specifically,…
user1056027
  • 133
  • 2
  • 2
  • 12
0
votes
1 answer

Google App Engine Warfile Directory Structure

I just installed the Google Eclipse plugin and created my first test Web Application Project (using both GWT and GAE SDKs). The plugin autogenerated a project that had a war/ directory in it that had some peculiar subdirectories and files in it. An…
IAmYourFaja
  • 50,141
  • 159
  • 435
  • 728
0
votes
1 answer

Google Eclipse Plugin: App Engine ORM Enhancement?

I just installed the Google Plugin for Eclipse and created my first Web Application Project using the built-in wizard. Going to MyProject >> Properties >> Google >> App Engine >> ORM I see a listbox and a section of text that reads: Enhance the…
IAmYourFaja
  • 50,141
  • 159
  • 435
  • 728
0
votes
1 answer

Google Eclipse Plugin: Autogenerated files

I just installed the Google plugin for Eclipse and created a new GWT/GAE app using the Web Application Project wizard. Among the plethora of files it generated for me, three caught my…
IAmYourFaja
  • 50,141
  • 159
  • 435
  • 728
0
votes
2 answers

How can I access the number of errors that my App Engine app is returning per hour/day/week?

Is there an API that my Google App Engine app can call when signed in as the as the app admin that would return information on the number of errors (404, 500, etc.) my app is returning? I'd like to setup a simple cron job in my application to count…
Chris
  • 3,647
  • 6
  • 26
  • 38
1 2 3
9
10