Answer the question
In order to leave comments, you need to log in
Technologies for creating serious WEB applications
These are serious applications for work.
Not about entertainment portals or stores.
And those applications with which people work. For example, an ERP system or a bug tracker, etc.
Actually, the choice of a framework for their creation is of interest.
I would like to be able to work at the level of controls (window, button) and not go down to the level of writing custom JS code and styles for each page.
What framework to use?
WebForms and JSF are scolded. (didn't work with them myself. Only asp.net mvc.)
Answer the question
In order to leave comments, you need to log in
I wrote for a year and a half on a bunch of Yii + ExtJs4. I came to the conclusion that for web applications with a rich interface - the very thing.
ExtJs provides just the level of abstraction you need: table windows, trees, forms, and so on. You don't need to roll at all. Pure MVC. There are 4 themes out of the box - more than enough. If you need something of your own, connect compass and generate what you need.
Yii is great too. Learns with a bang. A little work with the file and it is ready for fullrest (there is a recipe in the cookbook). ExtJs from the fullrest box.
The only downside is that the text is a bit heavy. But that's during development if you're pulling in a file like ext-all-debug-with-comments.js.
Here are demos for extjs:
docs.sencha.com/extjs/4.2.2/#!/example/sandbox/san...
docs.sencha.com/extjs/4.2.2/#!/example/portal/port...
docs.sencha.com/extjs/4.2.2/#!/example/calendar/in...
In general, here is : docs.sencha.com/extjs/4.2.2/#!/example
JBoss Seam or JSF2.2.
You will have to go down to the level of writing custom JS if you need to create custom controls. You still need to write styles, but not on every single page.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question