Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine Java with IntelliJ Community Edition

Is it possible to use App Engine Java with IntelliJ Community Edition? I know there is an official plugin for Ultimate Edition.

I would like to:

  • have a run/debug configuration
  • deploy to app engine
like image 223
0n4li Avatar asked Dec 30 '12 09:12

0n4li


People also ask

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.

Does IntelliJ work with Java?

To develop applications in IntelliJ IDEA, you need a Java SDK (JDK). A JDK is a software package that contains libraries, tools for developing and testing Java applications (development tools), and tools for running applications on the Java platform (Java Runtime Environment — JRE).

What programs support Google App Engine?

Google App Engine primarily supports Go, PHP, Java, Python, Node. js, . NET, and Ruby applications, although it can also support other languages via "custom runtimes".

Can you make an app in IntelliJ?

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.


3 Answers

Community Edition doesn't have this feature, check the matrix, I'm also not aware of any third-party plug-ins that would add this functionality to the Community Edition.

like image 159
CrazyCoder Avatar answered Oct 18 '22 22:10

CrazyCoder


You can get the Ultimate Edition to develop for App Engine, just download the EAP: https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.1+EAP

I've used Community EAP for a year, only to realize that the Ultimate pre-release version is free.

I've used EAP for 1.5 years now and it's not less stable than the releases, which is sad, but true.
If you report bugs that are real issues, you can get a fix turnaround of 1-2 weeks with EAP.
So far no issue have been serious enough to prevent me from using the IDE, just minor annoyances. Even if it happens you can just downgrade to a previous EAP build after filing a bug in YouTrack.

like image 24
TWiStErRob Avatar answered Oct 18 '22 23:10

TWiStErRob


I don't know if that would be acceptable, but Android Studio - which is free and based on IntelliJ Community edition - offers integration with Google App Engine.

Sample link: https://cloud.google.com/tools/android-studio/app_engine/add_module

like image 22
JChrist Avatar answered Oct 19 '22 00:10

JChrist