Java Tutorial - Java Script : Advantages of a Framework

Java Tutorial - Java Script :

Advantages of a Framework

Web application frameworks are quickly becoming the standard architecture for Web application development. Most frameworks provide a uniform and consistent implementation of the MVC design pattern that leverages servlets and JavaServer Pages. Many frameworks also support other features like:

·         Internationalization
·         Localization
·         Connection pooling
·         Security and SSL support
·         File uploading support
·         Logging

These features typically add complexity to a Web application, but having the features provided by the framework allows us to benefit from them without adding complexity to our development effort. Using these frameworks minimizes the development effort required to create large, complex applications because the developer does not have to focus on addressing or creating general-purpose services that resolve common issues. This leaves the developers free to focus on implementing business requirements. These frameworks are tried-and-true products that enjoy a large and everexpanding community of developers who are familiar with these platforms
and continue to add functionality and third-party tools. Certainly, one of the greatest benefits of all is that these extremely stable products are open source and available free of charge through projects like those sponsored by the
Apache Group.