Google Plugin for Eclipse: Difference between revisions

Content deleted Content added
Elharo (talk | contribs)
History: update with latest release info
Elharo (talk | contribs)
m Google Web Toolkit is now GWT Web Toolkit and other minor edits
Line 7:
| developer =
| released = April 7, 2009
| latest release version = 3.9.05
| latest release date = {{release date|2016|0310|2516}}
| latest preview version =
| latest preview date =
Line 25:
}}
 
'''Google Plugin for Eclipse''' ('''GPE''') is a set of software development tools that enables [[Java (programming language)|Java]] developers to design, build, optimize, and deploy [[cloud computing]] applications. GPE assists developers in creating complex user interfaces, generating [[Ajax (programming)|Ajax]] code using the [[Google Web Toolkit|GWT Web Toolkit]], optimizing performance with Speed Tracer,<ref>"[http://code.google.com/webtoolkit/speedtracer/ Speed Tracer]"</ref> and deploying applications to [[Google App Engine]]. GPE installs into the [[Eclipse (software)|Eclipse]] integrated development environment (IDE) using the extensible [[Plug-in (computing)|plugin]] system.<ref>"[http://marketplace.eclipse.org/content/google-plugin-eclipse GPE listing on Eclipse Marketplace]"</ref>
GPE is available under the Google terms of service license.<ref>{{cite web
| url = http://code.google.com/eclipse/terms.html
Line 66:
 
== Features ==
'''Support for GoogleGWT Web Toolkit'''
* Development Mode View: inspect your debugging logs and manage the GWT code server from [[Eclipse (software)|Eclipse]]
* UiBinder support: template editor with auto-completion, as-you-type validation of template and owner classes, and creation wizard
Line 89:
 
'''Web Application Wizard'''
* Create web applications that use [[[Google Web Toolkit|GWT Web Toolkit]] and/or [[Google App Engine|App Engine]].
 
'''Web Application Launch Configurations'''
Line 103:
* Allows for default column sorting and the ability to set column widths
 
'''Support for deploymentDeployment to Google AppEngineApp Engine'''
* Real-time validation to ensure that code is compatible with AppEngineApp Engine
* Build projects and enhance [[Java Data Objects|JDO]] classes automatically without the need for [[Apache Ant]]
 
== See also ==
* [[Google Web Toolkit|GWT Web Toolkit]]
* [[Google]]
* [[Apache Maven|Maven]]<ref>"[http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html How to use Google Plugin for Eclipse with Maven]"</ref>