You are not logged in.
Pages: 1
I'm trying Webix, a new UI javascript framework. The syntax is very familiar for a Delphi programmer. It's like editing a .DFM file.
Work great with rest servers. I'm doing some good things with Webix. Will post some code latter.
Offline
Apart from the price, from the demo it seems quite good.
An alternative is http://jeasyui.com/index.php
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Yes, webix is great to define some screens with minimal code and quick learning curve.
But price is a bit high for commercial applications.
For bigger applications, perhaps https://angularjs.org sounds to me like a better option.
Its MVC clean layout, with dedicated modules for each part of the UI, sounds a bit more complicated, but more powerful and scaling.
The main benefit of AngularJS is IMHO its test-driven abilities.
And AFAIK it is free to use.
Offline
ab, angularJS itself doesn't provide styling abilities, in order to make your web app look good, you'll still have to use a UI library (including any of the above mentioned), or you code the style yourself.
Anyways, angularJS is the only popular web front end framework that I know and think a Delphi or a .Net developer might feel familiar.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
A side note - you must realized that many people use html as the front end when using mormot, and the more much benefit of mORMot if it can build web app server for Linux
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Pages: 1