Business Logic Analysis
The user is the subject and is correct from the user's perspective.
A: Analyze business logic as needed
- Who will use the System
- What will they do using the system?
- What are their steps to use the system?
- Which Obvious classes will be used to support the running of the system?
- Which of the following prompts will be reported to the user?
- ...Database Design
- Different project steps may be different
B: This stage is closely related to the determination of requirements. Generally, relevant analysis is performed when the requirements are met.
Minute
Business Logic Design
Determine the specific class based on the requirement pad
- Determine the attributes of a class
- Determine the class interface (method)
- Determine the relationship between classes
- Determine the design reflection of user operation procedures
- Design Databases
Different project steps may be different
- ...
Specific analysis is the best method.
There is no perfect solution !!!
Interface Design
- Design the system interface style
· Color and style
- Design the system's "Simulated" Interface
· Be able to start from the beginning to the end
· Facilitate the determination of requirements
· Convenient JSP programmer Development
·....
That is, the overall situation gets the front-end page ready, and the programmer gets the dynamic page again. The front-end does not need to be moved.
Is the page that "often" gives me
Development Environment Construction
- Development Tool Identification
- Determine the configuration management tool
- Test Tool Determination
- Determination of File Server/configuration server
- .....
Development-test-Development-test
Development Based on Design
- Rapid Prototyping
- Iterative development
· One version and one version update improve new functions without rejecting the ever-changing development. This is called a spiral incremental change model, embracing changes, and writing documents.
· Waterfall-style development, a finalized form that does not allow changes, and is outdated
- Early testing
A: unit test
B: black box testing
C. Performance Testing
D: Usability test
E :...