RAD for Javascript framework like Dojo?

I would like to create a web application using DOJO. I'm an Asp.Net developer, but about the javascript structure, I really like Dojo instead of Microsoft's Ajax Control Toolkit. So I ask you if there is a Visual RAD Ide for (for example) Dojo, or maybe how can I integrate / write Asp.Net database-enabled applications using Dojo? Is it possible and ... simple?

thanks

+4
source share
2 answers

Wavemaker is an IDE that uses dojo in the interface, as well as ajax and java or Amazon cloud hosting for the backend: http://en.wikipedia.org/wiki/Wavemaker http://www.wavemaker.com/

Qooxdoo is an alternative to dojo, which is more like a desktop and has some designers, but I don’t know how relevant they are: http://qooxdoo.org/ and designers: http://qxtransformer.org/ http: // qooxdoo- contrib.svn.sourceforge.net/viewvc/qooxdoo-contrib/trunk/qooxdoo-contrib/qooxit/

QT Designer is a great visual designer for desktop applications, and this tool can convert files to javascript: http://code.google.com/p/jsqt/

There is Ext Designer for mobile development, but it costs money: http://www.sencha.com/products/designer/

The most visual studio version that works in the browser is some structure from China, which I call jslinb, it uses its own javascript infrastructure: http://www.linb.net/ See this demonstration of their IDE, for example: http: //www.linb.net/VisualJS/UIBuilder.html

And if you go with YUI instead of dojo, one demo like IDE is WireIt: http://neyric.github.com/wireit/

+3
source

Hmm ... Yes, there is nsBasic-Apps (for web pages and mobile devices). code in nsBasic convert code to javascript. But this is only for WebKit browsers ... Vernon

0
source

Source: https://habr.com/ru/post/1333797/


All Articles