P
P
pqgg7nwkd42017-04-17 22:31:13
Java
pqgg7nwkd4, 2017-04-17 22:31:13

Which framework is right for everything?

Good afternoon.
Tell me, is there such a web framework in nature?
On points:
1. Free.
2. Has HTML components (data pickers, etc.)
3. Can generate forms automatically (based on table fields or just class fields).
4. Had some kind of visual form editor.
5. Had a visual or simple reporting form editor.
6. Automatically updating the database structure, with support for postgres and sqlite.
7. Transparently supporting sharding (of all kinds): I just write SELECT * FROM a JOIN b ON a.x_id=b.id... and it automatically generates queries to all shards, then glues them together.
8. Supporting at the same time transactions.
9. Supports load balancing based on read-only databases. For example, so that reports are generated not from the DB master, but from the slaves on which replication from the master is configured.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dmestroone, 2017-04-17
@Dmestro

CUBA Platform

I
Ivan, 2017-04-17
@LiguidCool

Something is in Yii2. Transactions etc. it is better to leave for the DB.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question