Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine Java development on IntelliJ?

Annoyingly, Google App Engine has become another one of those projects where they only release plugins for Eclipse (like Spring Webflow) and I just much prefer IntelliJ. Can you run the local test environment successfully with IntelliJ? And debug/deploy a local or live application? If so, are there any features missing that are in the Eclipse version?

like image 272
cletus Avatar asked May 02 '09 20:05

cletus


People also ask

Can I make app in IntelliJ IDEA?

Create a new Android project Launch IntelliJ IDEA. On the Welcome screen, click New Project. If you already have a project open, from the main menu select File | New | Project. In the New Project wizard, select Android on the left.

How do I run Google App Engine project locally?

Running your application locallySelect File > Open to open the project you want to run. Browse to the directory containing your project. Select Tools > Cloud Code > App Engine Run on a local App Engine Standard dev server.

How do I use Google application credentials in IntelliJ?

From the main menu, select Tools | Upload App Engine Application. In the dialog that opens specify the deployment configuration settings and click Run. During the deployment IntelliJ IDEA might prompt you for your Google Account credentials.


1 Answers

IntelliJ plugin for Google App Engine integration http://plugins.intellij.net/plugin/?id=4254

like image 196
nicity Avatar answered Sep 26 '22 00:09

nicity