GWT Sample | Inline Preserialized Payload
I just created a Google Code repository which I'll use to host some cool GWT or Java code samples.
The first GWT sample is about something I talked about at Jazoon '08: Inline Preserialized Payloads.
You can find the sample here.
I haven't had time yet to update the wiki, I'll do that asap!
Basically this is the scenario:
The first GWT sample is about something I talked about at Jazoon '08: Inline Preserialized Payloads.
You can find the sample here.
I haven't had time yet to update the wiki, I'll do that asap!
Basically this is the scenario:
- DemoVelicityServlet intercepts the page call
- output from DemoServiceImpl will be preserialized ( = System.getProperty("os.name"))
- Payload is placed on the velocity context and rendered
- The client will retrieve payload and show it
Labels: gwt, inlinepreserializedpayload
0 Comments:
Post a Comment
<< Home