Hi Nick, > Sounds like this GWT library would make it through the J2S > compilation, though we had planned on hand-cranking some Javascript.
For rich clients, GWT is probably the most mature solution as of today. It can also be extended manually if you need to. In addition, you can plan on having a clean GWT-Restlet integration on the client-side in the near future as well. > I'm convinced that Restlets are a good fit for our thin-clients. > The fat-clients are my concern. Could you detail your concerns? We would be happy to consider them for future versions if needed. > How do intra-process "server-side" calls work? Does there > always have to be an HTTP server involved at some point? The intra-process mechanism doesn't depend on HTTP connectors or network stack at all. See a description of the RIAP protocol here: http://wiki.restlet.org/docs_1.1/g1/13-restlet/27-restlet/45-restlet.html Best regards, Jerome

