#1 2015-03-21 15:49:46

cloudcon
Member
From: Vitória - Brasil
Registered: 2014-05-12
Posts: 9
Website

Building WMS

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

#2 2015-03-22 09:00:42

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

Re: Building WMS

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

Board footer

Powered by FluxBB