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.
Questions tagged [google-eclipse-plugin]
143 questions
0
votes
1 answer
Mobile Backend Starter vs Appengine connected Android Project
Can someone please explain the difference between Mobile Backend Starter vs Appengine connected Android Project? Is Mobile Backend Starter here to replace Appengine connected Android Project? The fact that two different technologies exist must have…

Katedral Pillon
- 14,534
- 25
- 99
- 199
0
votes
2 answers
GXT Palette in Eclipse kepler
I am trying to add GXT palete in Eclipse.Using Ext GWT (GXT)
I am not able to figure out where is Google Web Toolkit > Configure for using Ext GWT (GXT
Please help me to get the GXT palette in Eclipse.
Thanks
This is my screen
There is no Google…

GameBuilder
- 1,169
- 4
- 31
- 62
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…

Katedral Pillon
- 14,534
- 25
- 99
- 199
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…

Katedral Pillon
- 14,534
- 25
- 99
- 199
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,490
- 26
- 97
- 169
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…

user3093402
- 1,419
- 4
- 20
- 28
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
- 255
- 4
- 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,405
- 18
- 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
- 18,243
- 12
- 77
- 109
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…

learner
- 11,490
- 26
- 97
- 169
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
- 145
- 2
- 2
- 13
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
- 55,468
- 181
- 466
- 756
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
- 55,468
- 181
- 466
- 756