Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - What's the difference between a dynamic web project and a web project in java?
What's the difference between a dynamic web project and a web project in java?
The differences between dynamic web projects and web projects in java are as follows:

Dynamic web project: dynamic web, pages can contain dynamic information, such as JSP pages. To create a dynamic information project, you need to specify containers (Tomcat, Jboss, etc. ) where the network runs.

Static web project: static web, the page can't contain dynamic information, all the contents are written dead, and you can see the effect by clicking directly.

A dynamic web project is an Eclipse project, and there is a static web project corresponding to it. The former refers to a dynamic web project, which contains some dynamic codes, such as java. On the other hand, a static web project contains only static page files.

MyEclipse extends Eclipse. For example, web project can add some open source framework support, such as Struts, Hibernate and so on.

In other words, web project is an extension project of Myeclipse, and dynamic web project is a self-contained classification of eclipse. In Myeclipse, web projects have the characteristics of dynamic web projects and some integration functions that are easy to develop.

Extended data:

Java is an object-oriented programming language, which not only absorbs the advantages of C++ language, but also abandons the concepts of multiple inheritance and pointers that are difficult to understand in C++, so Java language has two characteristics: powerful function and simple use. As the representative of static object-oriented programming language, Java language perfectly realizes the object-oriented theory and allows programmers to carry out complex programming in an elegant way of thinking.

Java is characterized by simplicity, object-oriented, distributed, robustness, security, platform independence and portability, multithreading and dynamics? . Java can write desktop applications, Web applications, distributed systems and embedded system applications.

References:

Baidu encyclopedia -Java