Hi,

I am researching area, what I am interested is calling a library written in C, 
which is scripting language written in C on another computer from a web client 
(sorry for sounding so naive!). 

I assume the steps are something like this 


On client user enters: 

x = y + z (return)

parse this script language into XML

<>x<>
<>=<>
<>y<>


send to server:

parse XML into script

process

send to client XML of expected responses
(including possibly a widget or graphics window)

hold this state waiting for next user input (or stop)

What I would like to know is what part of this the Restlet  provides, obviously 
a method for passing calls in XML (or JSON)? 


Could someone provide a rough road map to such a project.  Do I need to do 
anything to the C library, recompile , etc? Do I need to look at additional or 
other packages? I realize this is a big question, but if you could point me 
somewhere else to research this subject, that would be great.

Thanks in advance!

Brian Wolf

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2444268

Reply via email to