Today's Topic Summary
=============================================================================
Group: google-web-toolkit@googlegroups.com
Url: http://groups.google.com/group/google-web-toolkit/topics
- Creating different frontends in one application [1 Update]
http://groups.google.com/group/google-web-toolkit/t/b843e238be76d5f
- LINK for GWT + ROO development [1 Update]
http://groups.google.com/group/google-web-toolkit/t/ef6507a80bee51c8
- Is there any way to remove the sort arrow decorator in a header of
a CellTable? [3 Updates]
http://groups.google.com/group/google-web-toolkit/t/78b2ed8b2b750880
- GWT PORTLET [1 Update]
http://groups.google.com/group/google-web-toolkit/t/358d5dd4c891231b
- How to share an RPC RemoteServiceServlet between apps? [2 Updates]
http://groups.google.com/group/google-web-toolkit/t/277e96e864fc92f5
- CellTable styles incorrectly on IE9 [3 Updates]
http://groups.google.com/group/google-web-toolkit/t/2d798e441b4cb65
- FlexTable in ScrollPanel still has no scroll bars [1 Update]
http://groups.google.com/group/google-web-toolkit/t/2a06f4b199e3f17
- GWT & Spring [2 Updates]
http://groups.google.com/group/google-web-toolkit/t/5da1f63820e1e77b
- Inheriting module resources (images, css etc) [1 Update]
http://groups.google.com/group/google-web-toolkit/t/27ff8204d77a3055
- How to format properties file for Messages and @Select [1 Update]
http://groups.google.com/group/google-web-toolkit/t/7c104a94bd98f906
=============================================================================
Topic: Creating different frontends in one application
Url: http://groups.google.com/group/google-web-toolkit/t/b843e238be76d5f
=============================================================================
---------- 1 of 1 ----------
From: Bestmacfly <mark.mescher@googlemail.com>
Date: Mar 10 05:10AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/a3d436fc7438b774
Hi all,
thank you very much, it works for me now as you described:
I have created a new module inside my existing project. The new xml is
placed in the same folder as the xml of my first project. I created a
new client package for the second frontend and a corresponding html-
page for the second xml.
One advice for others with the same problem:
I wanted to use RPC-services of my first module in my second module.
To do so, you have to move the client-RPC-classes to share (else your
second module will not find the needed classes). In addition, the
web.xml-pathes for the RPC Servlets have to be adjusted, e.g.:
<servlet-mapping>
<servlet-name>loginServiceImpl</servlet-name>
<url-pattern>/module1/loginService</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>loginServiceImpl</servlet-name>
<url-pattern>/module2/loginService</url-pattern>
</servlet-mapping>
I'm pretty sure that one servlet mapping with a wildcard-path should
also work.
Best regards
Mark
=============================================================================
Topic: LINK for GWT + ROO development
Url: http://groups.google.com/group/google-web-toolkit/t/ef6507a80bee51c8
=============================================================================
---------- 1 of 1 ----------
From: fortm <kishal255raj@gmail.com>
Date: Mar 10 04:12AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/f345553f5aa72420
please share some links on GWT + Spring ROO integration using ROO 1.1
I need such links which can help me customize my pages and understand
technical aspect fastly.
Thanks
=============================================================================
Topic: Is there any way to remove the sort arrow decorator in a header
of a CellTable?
Url: http://groups.google.com/group/google-web-toolkit/t/78b2ed8b2b750880
=============================================================================
---------- 1 of 3 ----------
From: "Xavier S." <xavier.seignard@gmail.com>
Date: Mar 09 10:04AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/92804b0d4abe210b
Hello,
I would like to remove the sort arrow from headers of a CellTable but I
still want to keep the sorting capabilities of the CellTable. (the one in
the red circle)
Is it possible? And how?
No comments:
Post a Comment