#1 2014-03-27 18:12:45

ebaptistella
Member
From: Santa Catarina
Registered: 2014-01-23
Posts: 9

Client mORMot consuming rest server Java

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

#2 2014-03-28 17:39:00

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,659
Website

Re: Client mORMot consuming rest server Java

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

Board footer

Powered by FluxBB