UML :
designing usecase and contract (based by functions of role)
designing system sequence diagram to learn business
designing concept model and domain model
grasp : responsibility contributed patterns
1)expert pattern :We should contribute a function to a class which knowes information needed to execute the function.
2)coupling pattern (高内聚模式)
3)低耦合模式
4)controller pattern
still to study this chapters.
Design patterns:
composite pattern :
(create a tree and execute a single class or a list class in the same way)
need a component ,a single class and a list class should implement the interface and the list class should have list variable containing many single classes.In the executing method of list class it should execute the method of single classes in the list iteratively.
proxy pattern
facade pattern
decorator pattern:
(add functions to a class without extending the class)
the class and decorator class should implement the same interface.The decorator class should have a variable of the class extended .Then we can add functions to the decorator class and execute the methods of the class extended because of the variable of the class extended.
template pattern
command pattern
Habenate: or/m
The rationale of servlet container :use of reflection and socket
The rationale of struts :ActionServlet and flow of web.xml and struts_config.xml
designing usecase and contract (based by functions of role)
designing system sequence diagram to learn business
designing concept model and domain model
grasp : responsibility contributed patterns
1)expert pattern :We should contribute a function to a class which knowes information needed to execute the function.
2)coupling pattern (高内聚模式)
3)低耦合模式
4)controller pattern
still to study this chapters.
Design patterns:
composite pattern :
(create a tree and execute a single class or a list class in the same way)
need a component ,a single class and a list class should implement the interface and the list class should have list variable containing many single classes.In the executing method of list class it should execute the method of single classes in the list iteratively.
proxy pattern
facade pattern
decorator pattern:
(add functions to a class without extending the class)
the class and decorator class should implement the same interface.The decorator class should have a variable of the class extended .Then we can add functions to the decorator class and execute the methods of the class extended because of the variable of the class extended.
template pattern
command pattern
Habenate: or/m
The rationale of servlet container :use of reflection and socket
The rationale of struts :ActionServlet and flow of web.xml and struts_config.xml
博客围绕信息技术展开,涉及UML设计,如用例、系统序列图、概念与领域模型设计,还介绍了多种设计模式,包括组合、代理、装饰器等模式。此外,提及Habenate的对象关系映射,以及servlet容器和Struts的工作原理。
1151

被折叠的 条评论
为什么被折叠?



