Home > Java > Javagetting Started > body text

What is the difference between design patterns and frameworks in java

王林
Release: 2020-02-05 15:43:42
Original
2527 people have browsed it

What is the difference between design patterns and frameworks in java

There are significant differences between frameworks and design patterns, mainly in the content they provide and the areas they are dedicated to application.

1. From the perspective of application fields, the framework provides the architecture of the entire application; while the design pattern provides a solution to a single design problem, and this solution can be used in different applications or frameworks. application in.

(Free learning video sharing: java video tutorial)

2. From the content point of view, the design pattern is just a simple design. This design can be used in different languages. It is implemented in different ways; the framework is a mixture of design and code. Programmers can extend the framework in various ways to form complete and different applications.

3. Based on the second point, it can be concluded that design patterns are easier to transplant than frameworks: once the framework is designed, although it has not yet formed a complete application, it is obvious to develop applications based on it. It is subject to the implementation environment of the framework; the design pattern is language-independent, so it can be applied in a wider range of heterogeneous environments.

Recommended related articles and tutorials: java introductory tutorial

The above is the detailed content of What is the difference between design patterns and frameworks in java. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!