Hey! I want to develop a webapplication with the following functionality:
0) overview: http://dl.dropbox.com/u/1266822/overview.jpg 1) The html,css,javascript content is delivered by the server. 2) The page consists of 2 frames. the second one loads the webpages the user wants to open. 3) The server receives the DOM of the loaded page. 4) The client receives data in the form of rdf or xml. Is restlet appropriate for this needs? How would you realize the communication between Client (Javascript) and Server (Java) with the help of restlet? Would be really nice if you could give me a short overview of what I have to take care of. Thanks in advance, Robert ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2430835

