Jetbrains released a Google App Engine plugin for IntelliJ
- 1 min
Jetbrains released a Google App Engine plugin for their IntelliJ IDE. I did not see any announcement about this at all.
You will have a new option when creating a new project. After supplying the path to the local app engine SDK your almost good to go. I needed to add the app engine jars as libraries to my project. That being out of the way you can start coding, run you local server (a pre configured run configuration is supplied) and also deploy it to Google all from within IntelliJ. I tested it with a very basic example with local development and remote deployment and this works really nice.
Thanks Jetbrains.
From the release notes:
This plugin provides the following features:
option on "Technologies" page of the module wizard to quickly create:
appengine-web.xml descriptor
App Engine Facet
App Engine Dev server run configuration
inspection to report forbidden code in App Engine application
run configuration for Google App Engine Dev server
action for uploading an application to Google (Tools | Upload App Engine Application)