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.

143 questions
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
  • 55,468
  • 181
  • 466
  • 756
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
  • 4,237
  • 6
  • 30
  • 42
-1
votes
1 answer

How to connect Google earth with my website?

I want to connect my website to Google Earth and allow the user to choose his location. After that allow the user to draw a polygon around his house or desired location. Is there any possible way to do that?
-1
votes
1 answer

What's the difference between "Google App Engine Flexible project", "Standard project" and "Dataflow project"

After installing Google Plugin for Eclipse, there are options to create three different types of projects Google App Engine Flexible Java Project Google App Engine Standard Java Project Google Dataflow Java Project What is the difference between…
-1
votes
1 answer

Google Cloud Storage End Point Error in List Method

Everything works fine I just get the error (given below) in list method when there are more than 0 elements. This is the Room End Point Class @Api(name = "roomendpoint", namespace = @ApiNamespace(ownerDomain = "rafia.com", ownerName = "rafia.com",…
-1
votes
1 answer

How to set Development / Production

i'm looking for deploy my app to Google App Engine. I've developed with GWT+Eclipse+GWT Eclipse Plugin+ Hibernate+Mysql in local. All is fine. I run in dev mode and i see anything; so i've sign up for Google SQL Cloud and activate billing. However…
DecaXD
  • 11
  • 3
-2
votes
2 answers

How to enable BreadCrum in Eclipse

I have recently installed Eclipse and want to enable as in image in Eclipse under class name as enclosed in image. But I forget how to enable it again. Does anyone know how to enable quick reference in Eclipse?
user366584
  • 1,016
  • 1
  • 16
  • 34
-2
votes
1 answer

Use Maven for dependencies together with GWT Plugin?

So far I'm not using maven for a GWT project. When I deploy it to the GAE Google App Engine, I just have to right click > Google > Deploy to App Engine. Then the war folder is generated automatically and everything runs fine. If I change the project…
membersound
  • 81,582
  • 193
  • 585
  • 1,120
1 2 3
9
10