
You’ll find it under File > New > Dynamic Web Project from the main menu. The type of project that we will be working with here today is called a “Dynamic Web Project”. In today’s article we’ll be delivering dynamic content to the user via a JSP page that we’ll be constructing in Eclipse Juno. There are also specialized tag libraries for SQL, XML, and to perform functions. The “fmt” library contains various tags for formatting data such as numbers and dates. The “c” stands for core, and includes tags such as choose, if, forEach, and out. We’re going to include two special tag libraries called c and fmt. They do so by including special tags that are parsed and evaluated by the server, thus allowing the page to provide up to the second content.

The key to making dynamic web applications interactive in Java is the use JSP pages.
