GWT Servlet Library.
The GWT Servlet Library supports the server-side components for invoking a GWT-RPC endpoint..
Here is the list of declaration for gwt-servlet. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-servlet</artifactId> <version>1.4.60</version> </dependency>
If you think this Maven repository POM file listing for gwt-servlet is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following packages are defined in the gwt-servlet-1.4.60.jar
com.google.gwt.core.client com.google.gwt.http.client com.google.gwt.i18n.client com.google.gwt.i18n.client.constants com.google.gwt.i18n.client.impl com.google.gwt.junit.client com.google.gwt.junit.client.impl com.google.gwt.user.client com.google.gwt.user.client.impl com.google.gwt.user.client.rpc com.google.gwt.user.client.rpc.core.java.lang com.google.gwt.user.client.rpc.core.java.util com.google.gwt.user.client.rpc.impl com.google.gwt.user.client.ui com.google.gwt.user.client.ui.impl com.google.gwt.user.server.rpc com.google.gwt.user.server.rpc.impl com.google.gwt.xml.client com.google.gwt.xml.client.impl
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>1.4.60</version>
<packaging>jar</packaging>
<name>GWT Servlet Library</name>
<url>http://code.google.com/webtoolkit/</url>
<description>The GWT Servlet Library supports the server-side components for invoking a GWT-RPC endpoint.</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://google-web-toolkit.googlecode.com/svn/</url>
</scm>
</project>