| Web Application Development |
Article Index for Web Application |
Website Links For Web |
Information AboutWeb Application Development |
| CATEGORIES ABOUT WEB APPLICATION DEVELOPMENT | |
| web applications | |
| world wide web | |
| web development | |
|
Web application development is the process and practice of developing Web Application s . RISK Just as with a traditional desktop application, web applications have varying levels of risk. A personal home page is much less risky than, for example, a stock trading web site. For some projects Security , Software Bug s, etc. are major issues. If time to market, or technical complexity is a concern, Documentation , Test Plan ning, Change Control , Requirements Analysis , Architectural Description and formal design and construction practices can mitigate risk. TECHNOLOGIES
LIFECYCLE MODEL Time To Market , company-growth and requirements churn, three things that are emphasized in web-based business, coincide with the principles of the Agile practices. Some agile lifecycle models are:
TESTING Like traditional desktop applications, web applications undergo the same Unit , Integration and System Testing . But because web application clients vary so greatly, teams might perform some additional testing, such as:
Many types of tests are Automatable . At the Component level, one of the XUnit packages can be a helpful tool. Or an organization can create its own unit testing framework. At the GUI level, Watir is useful. TOOLS In the case of ASP.NET , a developer can use Microsoft Visual Studio to write code. But, as with most other programming languages, he/she can also use a text editor. Notepad++ is an example. For PHP , the Zend Development Environment provides numerous Debugging tools and provides a rich feature set to make a PHP developer's life easier. Several Code Generation tools such as DbQwikSite are available to automate the development of code. Using such tools, non-technical users can produce working code, and experienced coders can accelerate the development cycle. Other tools include various Browsers , FTP Clients , etc. FRAMEWORKS AND REUSE See Also: Web application framework Practicing can allow an organization to reap the above benefits, while potentially saving money. However, for smaller components, it might be just as easy to develop your own components as it would be to learn new API s. Also, if a component is essential to the business, an organization might want to control its development. SEE ALSO
REFERENCES |
|
|