Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-Alpha3
-
Component/s: Integrations
-
Labels:None
-
Environment:GF3 and JEE6
Description
We need to create a GWT integration and demo client in the ICEchat application.
Activity
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #21050 | Tue Mar 23 13:27:07 MDT 2010 | ted.goddard | ordered web.xml elements ( |
| Files Changed | ||||
MODIFY
/scratchpads/snowplow/samples/icechat/gwt/src/main/webapp/WEB-INF/web.xml
|
| Summary | ICEchat Demo JEE6 GWT web application | ICEchat Demo GWT web application |
| Fix Version/s | 1.0-Alpha3 [ 10224 ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Patrick Wilson [ patrick.wilson ] |

I thought of another idea that I will attempt to implement in the GWT chat demo:
register one push group and callback for the draft text of a particular chat room and then modify the RPC to return a ChatRoomDraft transfer object which indicates the message and own sent it. I am not sure why I did not think about this earlier (but maybe other users of the API will think as I did originally). There would be a slight increase in the size of the transfer objects but I think it would be negligible. I will implement and describe if it is an improvement.