M
M
m03r2012-01-02 00:36:26
Database
m03r, 2012-01-02 00:36:26

Database web shell framework

There is a project of a rather complex database (forwarding notes, a lot of details), you need to make a web interface for it. What tools will make it possible to simplify the construction of the interface as much as possible (the elements there, however, are quite complex)? If possible, the pros and cons of each.

PS: Programming language is not important
PPS: I plan to use AJAX extensively

Answer the question

In order to leave comments, you need to log in

7 answer(s)
I
int03e, 2012-01-02
@int03e

Any framework, right?
Backend:
In php: Yii
In ruby: Padrino and rails
In python: Django
If you ask which is better, you will get a bunch of holistic answers, but if anything I vote for rails or django. All of them are good in terms of AJAX, if anything :-)
Frontend:
Backbone
Spine
Knockout
They are chosen if there is a complex client-side logic and depending on the tasks, if there is little logic - JQuery and the company.

P
pr1vet, 2012-01-02
@pr1vet

I would use symfony (php) - it can generate admin pages based on tables in the database

A
Andrey Gubsky, 2012-01-02
@Ernado

If we take the .NET platform as a basis, then you should pay attention to two options:
- LightSwitch - allows you to generate the necessary forms almost in the "designer" mode. But it works on the basis of Silverlight (that is, the project will have to be additionally embedded in AJAX)
- ASP.NET Dynamic Data is a more powerful tool, Silverlight does not use it, it also allows you to generate forms for all tables on the fly and, if necessary, customize the display by describing the parameters in a metadata class that is bound by an attribute to the entity class.

T
Troytft, 2012-01-02
@Troytft

Yii it is now very actively developing, a large community, a lot of modules.

D
Dmitry Shamov, 2012-01-02
@demmsnt

In 99%, everything will rest on the cool Grid.

A
Anton Stern, 2012-02-03
@ant82

Look ironspeed designer, not cheap, but worth the money in my opinion. I have been using for 4 years.

H
hecrus, 2020-01-19
@hecrus

Good afternoon, we have developed a web shell for SQL Server with all sorts of functions and gadgets (ASP.NET, SQL Server, C # technologies).
Website - falcon.web-automation.ru

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question