You are not logged in.
Pages: 1
Client mORMot consuming rest server Java? It's possible?
How do requests from mORMot client to server java ? (using Rest)
Help me start with an example?
Offline
You can easily create a REST client using our framework low-level units, but it won't be a true "mORMot" client.
See for instance:
http://stackoverflow.com/a/22078306/458259
http://stackoverflow.com/a/22078557/458259
It will use both JSON and HTTP bricks of the framework to consume RESTful services.
Final client implementation will be defined by the REST protocol published on the server side, in Java.
Offline
Pages: 1