Describe how to generate a GWT plugin with the GWT plugin archetype

Change-Id: I95124ed048f34272a6283fa2b5dbc828060f43fb
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-11-11 10:43:46 +01:00
committed by Edwin Kempin
parent 6b49961a06
commit 3c024eaeea

View File

@@ -1037,6 +1037,18 @@ Gerrit-ApiType: plugin
Gerrit-Module: com.googlesource.gerrit.plugins.helloworld.HelloWorldModule
----
[[gwt_ui_extension]]
GWT UI Extension
----------------
Plugins can extend the Gerrit UI with own GWT code.
The Maven archetype 'gerrit-plugin-gwt-archetype' can be used to
generate a GWT plugin skeleton. How to use the Maven plugin archetypes
is described in the link:#getting-started[Getting started] section.
The generated GWT plugin has a link:#top-menu-extensions[top menu] that
opens a GWT dialog box when the user clicks on it.
[[http]]
HTTP Servlets
-------------