hi
Im newbie to restlet. Im writing matlab client which will interact with
server.
I have added the following jar files to class path in matlab
1.com.noelios.restlet.jar
2.org.json.jar
3.org.restlet.ext.json.jar
4.org.restlet.jar
When i creating the client:
Client(Protocol.HTTP)
i get the following warning
No available client connector supports the required protocols: 'PROTOCOL.HTTP
Protocol' . Please add the JAR of a matching connector to your classpath.
What should i do to remove this warning.
Should i run my client inside servlet?
Also which all jar files should i add to make the communication working between
the server.
(Im new to web applications).
But i wrote eclipse application to interact with sever including the above
mentioned jar files and the application is running fine.
May i know what is difference in both these conditions.
Hope i m able to correctly explain my problem.
Regards
Rashik.T
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2448864