#1 2014-08-08 18:48:38

warleyalex
Member
From: Sete Lagoas-MG, Brasil
Registered: 2013-01-20
Posts: 250

mORMot Mobile Connectors

Now mORMot is able to generate code wrappers! very Impressive stuff!

It would be really crazy to use the wrapper generator, you need to provide the following parameters:

C:\mOrmotProxyGenerator.exe -language smartmobilestudio -host 127.0.0.1:8080 -output C:\test1\unit1.pas

C:\mOrmotProxyGenerator.exe -language java_android -host 127.0.0.1:8080 -output C:\test2\unit1.java

C:\mOrmotProxyGenerator.exe -language javascript -host 127.0.0.1:8080 -output C:\test3\unit1.js


The third option, you could use smsc (smart command line compiler) to generate pure javascript. You could use this output js in another framework such as Angular or Rachet, for instance.

Offline

#2 2014-08-08 19:38:41

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

Re: mORMot Mobile Connectors

What is wrong with the generated web page?
You can select and download one source code unit with one click...

Sounds easier to work with than a command line utility....

Online

Board footer

Powered by FluxBB