Hello, We're working on an abstract UI framework based on Xul. It's well under way with SWT and Swing support. Our plan is to use Java2JavaScrpt to reuse UI models and event handlers.
However, we need to abstract Business Object calls in a generic way. Web clients would XMLHttpRequest calls, Fat clients would resolve such service calls to local objects. We've investigated Java-JSON-RPC, XML-RPC, SOAP and some custom solutions. My question is, can Restlet meet our needs? Any insights appreciated, Nick Baker

