Difference between static and dynamic web project in eclipse

eclipse

Solution

In static web project, you will not have Java, servlets and JSP etc. (server side scripts). You can only have HTML, JavaScript etc.

Please check the link below, it will help you:

http://www.velvetblues.com/web-development-blog/what-is-the-difference-between-static-and-dynamic-websites/

Problem

Is there any difference between static and dynamic projects in eclipse 3.x.when it will be use static project?

Original source