Sunday, October 30, 2011

Embedding and Integrating GWT in Web Application

Hi,

From tutorials I understand that I can "embed" GWT in Servlet based
applications by placing the compiled client-side code at the root of
the web application, by the WEB-INF directory. However, by doing so
the GWT application would be freely accessible. Is there a common/best
practice that allows access to the GWT applications through the
containing Servlet based application?

Furthermore, is it possible to re-construct HTML constructs within
GWT? Specifically, can I dynamically create and populate the following
definition lists in GWT?

<dl>
<dt>one</dt>
<dd>...</dd>
</dl>
<dl>
<dt>two</dt>
<dd>...</dd>
</dl>

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment