Looking for a List of all GWT Modules.

195 views
Skip to first unread message

Ananchai Srirochanakul

unread,
Sep 28, 2017, 12:03:06 PM9/28/17
to GWT Users

Hi,

I am looking for a list of all GWT modules. I tried searching from the internet, but I could not find it. I could not find it here neither http://www.gwtproject.org/doc/latest/DevGuide.html.
I also learn that GWT modules share some similarities with Java packages, but they are not the same thing.

https://support.google.com/code/answer/55197?hl=en

The example of GWT modules used in my project are below.



<?xml version="1.0" encoding="UTF-8"?>
<!--
  When updating your version of GWT, you should also update this DTD reference,
  so that your app can take advantage of the latest GWT module capabilities.
-->
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.1//EN"
  "http://gwtproject.org/doctype/2.8.1/gwt-module.dtd">
<module rename-to='index'>
  <!-- Inherit the core Web Toolkit stuff. -->
  <inherits name='com.google.gwt.core.Core'/>
  <inherits name='com.google.gwt.user.User'/>
  <inherits name="com.google.gwt.i18n.I18N"/>
  <inherits name="com.google.gwt.i18n.CldrLocales"/>
  <inherits name="com.google.gwt.user.theme.clean.CleanResources"/>
  <inherits name="com.google.gwt.user.theme.standard.StandardResources"/>
  <inherits name="com.google.gwt.user.theme.chrome.ChromeResources"/>
  <inherits name="com.google.gwt.user.theme.dark.DarkResources"/>




I hope someone can help.

Thank you.

Ananchai Srirochanakul

unread,
Sep 28, 2017, 12:08:03 PM9/28/17
to GWT Users
From the post above, I don't think the list would be listed here neither.

   http://www.gwtproject.org/javadoc/latest/index.html?overview-summary.html

Thank you.

Ananchai Srirochanakul

unread,
Oct 5, 2017, 12:38:09 PM10/5/17
to GWT Users
Help is greatly appreciated.


Thank you.

On Thursday, September 28, 2017 at 9:03:06 AM UTC-7, Ananchai Srirochanakul wrote:

Jens

unread,
Oct 5, 2017, 4:27:01 PM10/5/17
to GWT Users
You just have to search for all *.gwt.xml files inside gwt-user.jar

-- J.

Peter Donald

unread,
Oct 5, 2017, 7:18:38 PM10/5/17
to GWT Mailing List
Indeed just a grep away

$ jar -tf ~/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar  | grep \\.gwt\\.xml
com/google/gwt/activity/Activity.gwt.xml
com/google/gwt/animation/Animation.gwt.xml
com/google/gwt/aria/Aria.gwt.xml
com/google/gwt/canvas/Canvas.gwt.xml
com/google/gwt/canvas/dom/DOM.gwt.xml
com/google/gwt/cell/Cell.gwt.xml
com/google/gwt/cell/TextButtonCell.gwt.xml
com/google/gwt/core/AsyncFragmentLoader.gwt.xml
com/google/gwt/core/CompilerParameters.gwt.xml
com/google/gwt/core/Core.gwt.xml
com/google/gwt/core/CoreWithUserAgent.gwt.xml
com/google/gwt/core/CrossSiteIframeLinker.gwt.xml
com/google/gwt/core/StackTrace.gwt.xml
com/google/gwt/core/SynchronousFragmentLoadCallback.gwt.xml
com/google/gwt/core/XSLinker.gwt.xml
com/google/gwt/debug/Debug.gwt.xml
com/google/gwt/debug/DebugBase.gwt.xml
com/google/gwt/dom/DOM.gwt.xml
com/google/gwt/dom/builder/DomBuilder.gwt.xml
com/google/gwt/editor/Editor.gwt.xml
com/google/gwt/emul/Emulation.gwt.xml
com/google/gwt/emul/Preconditions.gwt.xml
com/google/gwt/emul/javaemul/internal/Internal.gwt.xml
com/google/gwt/event/Event.gwt.xml
com/google/gwt/event/EventBase.gwt.xml
com/google/gwt/event/dom/DomEvent.gwt.xml
com/google/gwt/event/dom/DragEvent.gwt.xml
com/google/gwt/event/dom/TouchEvent.gwt.xml
com/google/gwt/event/logical/LogicalEvent.gwt.xml
com/google/gwt/geolocation/Geolocation.gwt.xml
com/google/gwt/http/HTTP.gwt.xml
com/google/gwt/i18n/CldrLocales.gwt.xml
com/google/gwt/i18n/I18N.gwt.xml
com/google/gwt/i18n/server/testing/Testing.gwt.xml
com/google/gwt/json/JSON.gwt.xml
com/google/gwt/jsonp/Jsonp.gwt.xml
com/google/gwt/junit/JUnit.gwt.xml
com/google/gwt/junit/JUnit3.gwt.xml
com/google/gwt/layout/Layout.gwt.xml
com/google/gwt/logging/LogImpl.gwt.xml
com/google/gwt/logging/Logging.gwt.xml
com/google/gwt/logging/LoggingDisabled.gwt.xml
com/google/gwt/media/Media.gwt.xml
com/google/gwt/media/dom/DOM.gwt.xml
com/google/gwt/place/Place.gwt.xml
com/google/gwt/precompress/Precompress.gwt.xml
com/google/gwt/regexp/RegExp.gwt.xml
com/google/gwt/resources/Resources.gwt.xml
com/google/gwt/safecss/SafeCss.gwt.xml
com/google/gwt/safehtml/SafeHtml.gwt.xml
com/google/gwt/storage/Storage.gwt.xml
com/google/gwt/text/Text.gwt.xml
com/google/gwt/touch/Touch.gwt.xml
com/google/gwt/typedarrays/TypedArrays.gwt.xml
com/google/gwt/uibinder/UiBinder.gwt.xml
com/google/gwt/user/AsyncCallback.gwt.xml
com/google/gwt/user/CaptionPanel.gwt.xml
com/google/gwt/user/ClippedImage.gwt.xml
com/google/gwt/user/DOM.gwt.xml
com/google/gwt/user/Debug.gwt.xml
com/google/gwt/user/DocumentMode.gwt.xml
com/google/gwt/user/Focus.gwt.xml
com/google/gwt/user/Form.gwt.xml
com/google/gwt/user/HTMLTable.gwt.xml
com/google/gwt/user/History.gwt.xml
com/google/gwt/user/Hyperlink.gwt.xml
com/google/gwt/user/ImageBundle.gwt.xml
com/google/gwt/user/Popup.gwt.xml
com/google/gwt/user/RemoteService.gwt.xml
com/google/gwt/user/RemoteServiceDTO.gwt.xml
com/google/gwt/user/RemoteServiceObfuscateTypeNames.gwt.xml
com/google/gwt/user/ResizeLayoutPanel.gwt.xml
com/google/gwt/user/RichText.gwt.xml
com/google/gwt/user/Scroll.gwt.xml
com/google/gwt/user/SplitPanel.gwt.xml
com/google/gwt/user/TextBox.gwt.xml
com/google/gwt/user/Timer.gwt.xml
com/google/gwt/user/Tree.gwt.xml
com/google/gwt/user/UI.gwt.xml
com/google/gwt/user/User.gwt.xml
com/google/gwt/user/UserAgent.gwt.xml
com/google/gwt/user/Window.gwt.xml
com/google/gwt/user/cellview/CellView.gwt.xml
com/google/gwt/user/datepicker/DatePicker.gwt.xml
com/google/gwt/user/theme/chrome/Chrome.gwt.xml
com/google/gwt/user/theme/chrome/ChromeRTL.gwt.xml
com/google/gwt/user/theme/chrome/ChromeResources.gwt.xml
com/google/gwt/user/theme/clean/Clean.gwt.xml
com/google/gwt/user/theme/clean/CleanRTL.gwt.xml
com/google/gwt/user/theme/clean/CleanResources.gwt.xml
com/google/gwt/user/theme/dark/Dark.gwt.xml
com/google/gwt/user/theme/dark/DarkRTL.gwt.xml
com/google/gwt/user/theme/dark/DarkResources.gwt.xml
com/google/gwt/user/theme/standard/Standard.gwt.xml
com/google/gwt/user/theme/standard/StandardRTL.gwt.xml
com/google/gwt/user/theme/standard/StandardResources.gwt.xml
com/google/gwt/user/tools/templates/_sample-test/_testFolder_/_moduleFolder_/_moduleShortName_JUnit.gwt.xmlsrc
com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/_moduleShortName_.gwt.xmlsrc
com/google/gwt/useragent/UserAgent.gwt.xml
com/google/gwt/validation/Validation.gwt.xml
com/google/gwt/view/View.gwt.xml
com/google/gwt/xhr/XMLHttpRequest.gwt.xml
com/google/gwt/xml/XML.gwt.xml
com/google/web/bindery/autobean/AutoBean.gwt.xml
com/google/web/bindery/event/Event.gwt.xml
com/google/web/bindery/requestfactory/RequestFactory.gwt.xml
javax/validation/Validation.gwt.xml
org/hibernate/validator/HibernateValidator.gwt.xml


On Fri, Oct 6, 2017 at 7:27 AM, Jens <jens.ne...@gmail.com> wrote:
You just have to search for all *.gwt.xml files inside gwt-user.jar

-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsub...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.



--
Cheers,

Peter Donald

Ananchai Srirochanakul

unread,
Oct 6, 2017, 1:02:55 PM10/6/17
to GWT Users
Thank you so much everyone.


On Thursday, September 28, 2017 at 9:03:06 AM UTC-7, Ananchai Srirochanakul wrote:
Reply all
Reply to author
Forward
0 new messages