Thursday, September 28, 2017

Re: Looking for a List of all GWT Modules.

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.

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

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.

--
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+unsubscribe@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.

No comments:

Post a Comment