What features are supported by most web application framewor
What features are supported by most web application frameworks?
Solution
Question: -What features are supported by most web application frameworks?
Answer: - Web Application Framework support many feature it depend on application to application (what type of application, what type of service provide). But some of the common feature that support most of web application framework.
So following feature are support by most of web application framework: -
Dynamic web Page: - Dynamic Web pages are capable of producing different content for different visitors or user from the same source code file. Its defend upon user request. There are two type of dynamic web pages one is client side and second is server side.
Security: - Security is the most important feature of any web application. web application frameworks come with authentication and authorization features. This feature enables web server in identifying users of an application. By using this feature, access to functions can also be restricted based on defined criteria.
Web Caching: - Web Caching feature reduce server work load. As caching is the term ology for storing reusable responses in order to make subsequent requests faster.
User Friendly(AJAX): - Most of the web application frameworks provide AJAX support, which allows more interactive web pages to be created.
Database support: - Most of web application framework support database it may be like Database access, mapping, configuration.
URL Mapping: - URL Mapping which redirects user from one URL to another after visiting the URL, is one type of URL redirection.
Some of more feature like: scaffolding, web service, web resource, web template system.
---------------------------------------------------------------------------------------------
If you have any query, please feel free to ask
Thanks a lot
