Web application development through a web interface

I am especially keen on how the next SAAS companies included application development over the Internet. Many of these allow web-based definition of tables, views, relationships, forms, dashboards, email notifications, charts, calendars, crosstabs, and role-based security. It:

Other interesting PAAS

  • Tibcosilver

I also found these open source products that offer development through a web application. They typically use Javascript components that interact through the REST interface. Javascripts components can usually be switched to design mode and configured to have custom data sources, respond to events, and style them.

  • WaveMaker (Open Source Java)

  • SmartGWTPro

  • Aribaweb

Are there any other end-to-end application development frameworks? Am I especially looking for the closest thing offered by Ruby or Python?

+4
source share
2 answers

Depends on what you mean when designing.

Zope 2 is the original end-to-end platform (I'll say TTW from today), and has made TTW-dev since 1998 or so. This is in Python and is awesome in many ways. TTW development is not one of these ways. :)

Creating forms and diagrams, as well as editing a workflow, etc. TTW is a great idea. Calling it development, well, isn't that great. :) Zope lets you write Python code. This is a real TTW development, and it is a bad idea for many reasons.

  • You cannot use the correct editor.
  • You cannot use a debugger.
  • You cannot use a real version control system.
  • etc. forever.

Now the big, extended deep TTW configuration, including schemas and workflows, yes. TTW Development, no. Bad idea.

The excellent CMS Plone that runs on Zope 2 departs from TTW development (although it is still possible and supported in Plone 4, it just frowned), but it still allows TTW configuration of large parts, including workflow, forms, and with Dexterity ( this is a new content type structure), as well as content type schemes.

+5
source

Peering into Netzke http://demo.netzke.org/

+1
source

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


All Articles