Difference between application framework and a UI framework
Discussion actually came as part of a some meeting that there is essentially something that demarcates an application framework and a UI framework.
Is there any?
It will be worthwhile to know if there can be multiple application frameworks in the same projects (I 开发者_如何学Godoubt).
It will also be nice if you can help me understand basic definition of the terms.
Apologies if it sounds too naive.
Web UI framework handles HTML generation for your software. You would still need to write business logic and operate with objects, but the interface is abstracted and is not getting in your way.
Here is a good introduction to use of Object for Web Development http://agiletoolkit.org/learn/intro
Another good UI Frameworks are Sencha and Cappuchino.
精彩评论