Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for a quick way to build the front-end AJAX for an administrative interface.

Is their a "Javascript Generator" similar for example to the Microsoft Visual dev environments where you can just place controls by hand in a graphical environment, and then double click the controls to enter the code that should power the object?

Here are the suggestions so far:

  • RadPHP / PHP for Delphi
  • WaveMaker
  • SLinb
  • Sigma Visual Widgets
  • Sencha Ext Designer

Has anyone had good / bad experiences with any of thse?

share|improve this question
I would guess that this doesn't exist - there are few such tools for web development. You could however try a javascript library such Jquery UI and YUI, both of which provide ready made controls which you can use. – Nico Burns Jan 14 '11 at 21:05

2 Answers

up vote 3 down vote accepted

What about something like this:

VisualJS (online)

or maybe something like Wavemaker.

Is this what you were looking for?

I do warn you that (that I know of) you cant build AJAX applications as simple as you describe it.

share|improve this answer
Wavemaker looks awesome... would be better if it was only a front-end solution, or used a php back-end though... Still I might use it. – Eric Jan 14 '11 at 21:21
It is quite pricy though! – Trufa Jan 14 '11 at 21:25

Sencha/EXT Designer may be what you're looking for. It's not free.

share|improve this answer
That project looks excellent, thanks! – Eric Jan 14 '11 at 21:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.