The methodology is in ways that are routinely used by a person in completing a job. That’s according to my understanding. The word methodology widely used in project management. Because the project’s success is also determined by the selection methodology will be used in the project. Likewise in our web application development projects require the appropriate methodology to generate a web application as desired.
In the world of software engineering, most classical methodology consists of 5 phases, namely:
1. Phase tracking requirements or needs, at this stage we seek to know exactly what is needed, the purpose of an application development project, and what the desired results.
2. Phase analysis, at this stage based on the search results needs then we will decide what applications you want to create, features what is necessary, the possibility of problems we face, what we need in the process of development, etc.
3. Design phase, at this stage we will make a plan or design of the application to be made based on the results of previous analysis. For example, based on the results of our analysis will make the application with some features, well we need to design a database table which is roughly required for these features. Also in accordance with the results of our analysis makes the display of the application. Structures like how the applications needed, what functions will be created, etc.
4. Phase of development, stages of implementation results of the analysis and design. At this stage we would write code-based programs that had been planned earlier in the design phase. At this stage also be tested against a function of whether they have been running as desired.
5. Installation phase, after ensuring that all functions have been operating well and has met the desired criteria in the requirements phase, the application will be the setup on the server or computer that will be used to run this application.
Phase above is the standard phase is dynamic. It is not always passed every phase will be abandoned. Sometimes we need to return to the previous phase to correct existing deficiencies. Several phases have also combined for simplicity or separated for more details.


