You are not logged in.
Pages: 1
Good afternoon,
First I would like to congratulate you all for the excellent work.
I am totally new to the framework, I'm willing to build a WMS system that will work with Java and C # Web clients in Data colector.
What would be the best way to do?
I have read, it would be better to create a Http server using methods.
But I really do not even know where to start ...
Connecting with an Oracle database?
Persistence of classes will be on the server, but if my client C # or Java serialize a class created in the same way that language understand my server?
would be possible to post some samples to help me in this task?
I would love your help in this new work and sorry my English, I am Brazilian and google translator using ...
Last edited by cloudcon (2015-03-21 15:52:12)
Offline
C# and Java clients could be used directly, for raw JSON.
You have some Java code available in https://github.com/synopse/mORMot/tree/ … /ChinaPeng
The best may be to help creating the Mustache templates for Java and C#.
So that Java and C# client code may be generated by the mORMot server directly.
See https://github.com/synopse/mORMot/tree/ … /templates for the existing Delphi, FPC and SmartMobileStudio client code generation.
IMHO the easiest is to use interface-based services.
See http://synopse.info/files/html/Synopse% … ml#TITL_63
Offline
Pages: 1