Monday 16 April 2012

Writing web applications


Writing of web applications is often simplified by open source software such as Wordpress, Magento or MediaWiki called web application frameworks. These frameworks facilitate rapid application development by allowing a development team to focus on the parts of their application which are unique to their goals without having to resolve common development issues such as user management. While many of these frameworks are open source, this is by no means a requirement.The use of web application frameworks can often reduce the number of errors in a program, both by making the code simpler, and by allowing one team to concentrate on the framework while another focuses on a specified use case. In applications which are exposed to constant hacking attempts on the Internet, security-related problems can be caused by errors in the program. Frameworks can also promote the use of best practices such as GET after POST.


In addition, there is potential for the development of applications on Internet operating systems, although currently there are not many viable platforms that fit this model.

No comments: