Mobile app version of vmapp.org
Login or Join
XinRu657

: Is there a visual web application builder or rapid webapp prototyping framework? Question: Is there such a thing as a self-hosted framework or CMS especially tailored towards the creation of interactive

@XinRu657

Posted in: #Cms #WebApplications #WebDevelopment

Question:

Is there such a thing as a self-hosted framework or CMS especially tailored towards the creation of interactive web applications without -- or with an absolute minimum of -- programming? (Substantially less programming than say a simple Rails app or a plugin for Wordpress, Joomla etc would require.)

As for desired features I'd settle for whatever is available, but some ideas could be:


A User authentication and Permissions system.
A GUI-driven input form builder.
A GUI-driven template / visual site design builder.
A simple scripting language (think AppleScript-like simplicity)
A highly modular architecture, with high-level business objects (users, forms data, etc) exposed for easy re-use.


If something like the above doesn't exist, then what comes near this?

Need: This is for self-hosted rapid prototyping of web applications, and limited user testing of webapp user interface designs in a closed user test.

Notes: I know about Ruby on Rails (Rails), Django, Pyramid etc. I'm looking for something much faster to work in, for making prototypes.
I know about CMS's in general but find that most of them are tailored towards displaying information to the end users. If there is an exceptionally easy-to-master CMS with easy scripting (lets say much more so than for example Wordpress) then I'd be interested.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @XinRu657

3 Comments

Sorted by latest first Latest Oldest Best

 

@Holmes151

Netbeans IDE has a visual design component that sounds pretty much what you're looking for.

I kind of understand where you're coming from with this, you either lack the time/knowledge to learn a new language, to learn a framework and to apply that knowledge all the while, whilst trying to design and develop something that people may actually use.

I've spoken and read up a lot on frameworks, and from what I've heard, a lot of it is plugging in code because a majority of it is already written and it requires you to simply 'hack' it to make it work. Some people may argue that actual coding is involved, but it's very minimal. Most of the time, what developers lack is the 'design' part, which from personal experience, is what I struggle with.

Getting that perfect layout and transferring what's roughly planned onto a computer screen can prove really difficult.

Apart from my ranting above, The NetBeans IDE Visual Design tool is something I'm going to try, simply because it's free and a

10% popularity Vote Up Vote Down


 

@Welton855

I suggest you to try CodeCharge Studio. I think that's the app you are looking for.
www.yessoftware.com/

10% popularity Vote Up Vote Down


 

@Bryan171

Have you looked at InfoPath? It has a GUI form designer, can handle scripting, can handle permissions... en.wikipedia.org/wiki/Microsoft_InfoPath

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme